Uses of Class
com.microsoft.azure.cognitiveservices.search.videosearch.models.VideoQueryScenario
-
Packages that use VideoQueryScenario Package Description com.microsoft.azure.cognitiveservices.search.videosearch.models This package contains the models classes for BingVideoSearchAPI. -
-
Uses of VideoQueryScenario in com.microsoft.azure.cognitiveservices.search.videosearch.models
Methods in com.microsoft.azure.cognitiveservices.search.videosearch.models that return VideoQueryScenario Modifier and Type Method Description static VideoQueryScenarioVideoQueryScenario. fromString(String value)Parses a serialized value to a VideoQueryScenario instance.VideoQueryScenarioVideosModel. scenario()Get the scenario value.static VideoQueryScenarioVideoQueryScenario. valueOf(String name)Returns the enum constant of this type with the specified name.static VideoQueryScenario[]VideoQueryScenario. values()Returns an array containing the constants of this enum type, in the order they are declared.
-