Enum StreamingTranslateSpeechResponse.SpeechEventType
- java.lang.Object
-
- java.lang.Enum<StreamingTranslateSpeechResponse.SpeechEventType>
-
- com.google.cloud.mediatranslation.v1beta1.StreamingTranslateSpeechResponse.SpeechEventType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<StreamingTranslateSpeechResponse.SpeechEventType>
- Enclosing class:
- StreamingTranslateSpeechResponse
public static enum StreamingTranslateSpeechResponse.SpeechEventType extends Enum<StreamingTranslateSpeechResponse.SpeechEventType> implements com.google.protobuf.ProtocolMessageEnum
Indicates the type of speech event.
Protobuf enumgoogle.cloud.mediatranslation.v1beta1.StreamingTranslateSpeechResponse.SpeechEventType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description END_OF_SINGLE_UTTERANCE
This event indicates that the server has detected the end of the user's speech utterance and expects no additional speech.SPEECH_EVENT_TYPE_UNSPECIFIED
No speech event specified.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
END_OF_SINGLE_UTTERANCE_VALUE
This event indicates that the server has detected the end of the user's speech utterance and expects no additional speech.static int
SPEECH_EVENT_TYPE_UNSPECIFIED_VALUE
No speech event specified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StreamingTranslateSpeechResponse.SpeechEventType
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<StreamingTranslateSpeechResponse.SpeechEventType>
internalGetValueMap()
static StreamingTranslateSpeechResponse.SpeechEventType
valueOf(int value)
Deprecated.static StreamingTranslateSpeechResponse.SpeechEventType
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static StreamingTranslateSpeechResponse.SpeechEventType
valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamingTranslateSpeechResponse.SpeechEventType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SPEECH_EVENT_TYPE_UNSPECIFIED
public static final StreamingTranslateSpeechResponse.SpeechEventType SPEECH_EVENT_TYPE_UNSPECIFIED
No speech event specified.
SPEECH_EVENT_TYPE_UNSPECIFIED = 0;
-
END_OF_SINGLE_UTTERANCE
public static final StreamingTranslateSpeechResponse.SpeechEventType END_OF_SINGLE_UTTERANCE
This event indicates that the server has detected the end of the user's speech utterance and expects no additional speech. Therefore, the server will not process additional audio (although it may subsequently return additional results). When the client receives 'END_OF_SINGLE_UTTERANCE' event, the client should stop sending the requests. However, clients should keep receiving remaining responses until the stream is terminated. To construct the complete sentence in a streaming way, one should override (if 'is_final' of previous response is false), or append (if 'is_final' of previous response is true). This event is only sent if `single_utterance` was set to `true`, and is not used otherwise.
END_OF_SINGLE_UTTERANCE = 1;
-
UNRECOGNIZED
public static final StreamingTranslateSpeechResponse.SpeechEventType UNRECOGNIZED
-
-
Field Detail
-
SPEECH_EVENT_TYPE_UNSPECIFIED_VALUE
public static final int SPEECH_EVENT_TYPE_UNSPECIFIED_VALUE
No speech event specified.
SPEECH_EVENT_TYPE_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
END_OF_SINGLE_UTTERANCE_VALUE
public static final int END_OF_SINGLE_UTTERANCE_VALUE
This event indicates that the server has detected the end of the user's speech utterance and expects no additional speech. Therefore, the server will not process additional audio (although it may subsequently return additional results). When the client receives 'END_OF_SINGLE_UTTERANCE' event, the client should stop sending the requests. However, clients should keep receiving remaining responses until the stream is terminated. To construct the complete sentence in a streaming way, one should override (if 'is_final' of previous response is false), or append (if 'is_final' of previous response is true). This event is only sent if `single_utterance` was set to `true`, and is not used otherwise.
END_OF_SINGLE_UTTERANCE = 1;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static StreamingTranslateSpeechResponse.SpeechEventType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (StreamingTranslateSpeechResponse.SpeechEventType c : StreamingTranslateSpeechResponse.SpeechEventType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static StreamingTranslateSpeechResponse.SpeechEventType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static StreamingTranslateSpeechResponse.SpeechEventType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static StreamingTranslateSpeechResponse.SpeechEventType forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<StreamingTranslateSpeechResponse.SpeechEventType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static StreamingTranslateSpeechResponse.SpeechEventType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-