public static enum MediaProperty.TRANSCRIPTION_SERVICES extends java.lang.Enum<MediaProperty.TRANSCRIPTION_SERVICES>
| Modifier and Type | Method and Description |
|---|---|
static MediaProperty.TRANSCRIPTION_SERVICES |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaProperty.TRANSCRIPTION_SERVICES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaProperty.TRANSCRIPTION_SERVICES MODEL1_G
public static final MediaProperty.TRANSCRIPTION_SERVICES MODEL2_T
public static MediaProperty.TRANSCRIPTION_SERVICES[] values()
for (MediaProperty.TRANSCRIPTION_SERVICES c : MediaProperty.TRANSCRIPTION_SERVICES.values()) System.out.println(c);
public static MediaProperty.TRANSCRIPTION_SERVICES valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 AskFast BV. All Rights Reserved.