public static enum MediaProperty.TRANSCRIPTION_SERVICES extends Enum<MediaProperty.TRANSCRIPTION_SERVICES>
| Modifier and Type | Method and Description |
|---|---|
static MediaProperty.TRANSCRIPTION_SERVICES |
valueOf(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(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017 AskFast BV. All Rights Reserved.