Package us.zoom.sdk
Enum Class ZoomVideoSDKLiveTranscriptionHelper.ZoomVideoSDKLiveTranscriptionOperationType
java.lang.Object
java.lang.Enum<ZoomVideoSDKLiveTranscriptionHelper.ZoomVideoSDKLiveTranscriptionOperationType>
us.zoom.sdk.ZoomVideoSDKLiveTranscriptionHelper.ZoomVideoSDKLiveTranscriptionOperationType
- All Implemented Interfaces:
Serializable
,Comparable<ZoomVideoSDKLiveTranscriptionHelper.ZoomVideoSDKLiveTranscriptionOperationType>
,Constable
- Enclosing interface:
- ZoomVideoSDKLiveTranscriptionHelper
public static enum ZoomVideoSDKLiveTranscriptionHelper.ZoomVideoSDKLiveTranscriptionOperationType
extends Enum<ZoomVideoSDKLiveTranscriptionHelper.ZoomVideoSDKLiveTranscriptionOperationType>
- Brief Description:
- Enumerates the types of operations related to live transcription.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionLive transcription operation type is added.Live transcription operation type is marked as complete.Live transcription operation type is deleted.No operation specified.Live transcription operation type is not supported.Live transcription operation type is updated. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
ZoomVideoSDKLiveTranscription_OperationType_None
public static final ZoomVideoSDKLiveTranscriptionHelper.ZoomVideoSDKLiveTranscriptionOperationType ZoomVideoSDKLiveTranscription_OperationType_NoneNo operation specified. -
ZoomVideoSDKLiveTranscription_OperationType_Add
public static final ZoomVideoSDKLiveTranscriptionHelper.ZoomVideoSDKLiveTranscriptionOperationType ZoomVideoSDKLiveTranscription_OperationType_AddLive transcription operation type is added. -
ZoomVideoSDKLiveTranscription_OperationType_Update
public static final ZoomVideoSDKLiveTranscriptionHelper.ZoomVideoSDKLiveTranscriptionOperationType ZoomVideoSDKLiveTranscription_OperationType_UpdateLive transcription operation type is updated. -
ZoomVideoSDKLiveTranscription_OperationType_Delete
public static final ZoomVideoSDKLiveTranscriptionHelper.ZoomVideoSDKLiveTranscriptionOperationType ZoomVideoSDKLiveTranscription_OperationType_DeleteLive transcription operation type is deleted. -
ZoomVideoSDKLiveTranscription_OperationType_Complete
public static final ZoomVideoSDKLiveTranscriptionHelper.ZoomVideoSDKLiveTranscriptionOperationType ZoomVideoSDKLiveTranscription_OperationType_CompleteLive transcription operation type is marked as complete. -
ZoomVideoSDKLiveTranscription_OperationType_NotSupported
public static final ZoomVideoSDKLiveTranscriptionHelper.ZoomVideoSDKLiveTranscriptionOperationType ZoomVideoSDKLiveTranscription_OperationType_NotSupportedLive transcription operation type is not supported.
-
-
Method Details
-
values
public static ZoomVideoSDKLiveTranscriptionHelper.ZoomVideoSDKLiveTranscriptionOperationType[] values()Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static ZoomVideoSDKLiveTranscriptionHelper.ZoomVideoSDKLiveTranscriptionOperationType valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-