VideoLength Enum
- java.
lang. Object - java.
lang. Enum<VideoLength> - com.
microsoft. azure. cognitiveservices. search. videosearch. models. VideoLength
- com.
- java.
public enum VideoLength
Defines values for VideoLength.
Fields
ALL |
Enum value All. |
LONG |
Enum value Long. |
MEDIUM |
Enum value Medium. |
SHORT |
Enum value Short. |
Methods
fromString(String value)
public static VideoLength fromString(String value)
Parses a serialized value to a VideoLength instance.
Parameters
- value
- String
Returns
the parsed VideoLength 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