VideoResolution Enum
- java.
lang. Object - java.
lang. Enum<VideoResolution> - com.
microsoft. azure. cognitiveservices. search. videosearch. models. VideoResolution
- com.
- java.
public enum VideoResolution
Defines values for VideoResolution.
Fields
ALL |
Enum value All. |
HD1080P |
Enum value HD1080p. |
HD720P |
Enum value HD720p. |
SD480P |
Enum value SD480p. |
Methods
fromString(String value)
public static VideoResolution fromString(String value)
Parses a serialized value to a VideoResolution instance.
Parameters
- value
- String
Returns
the parsed VideoResolution object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java