Enum StreamingTranslateSpeechResponse.SpeechEventType

    • Enum Constant Detail

      • 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;
    • 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 name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.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 name
        NullPointerException - 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.
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.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 name
        NullPointerException - if the argument is null