Enum RecognitionMetadata.InteractionType

    • Enum Constant Detail

      • INTERACTION_TYPE_UNSPECIFIED

        public static final RecognitionMetadata.InteractionType INTERACTION_TYPE_UNSPECIFIED
         Use case is either unknown or is something other than one of the other
         values below.
         
        INTERACTION_TYPE_UNSPECIFIED = 0;
      • DISCUSSION

        public static final RecognitionMetadata.InteractionType DISCUSSION
         Multiple people in a conversation or discussion. For example in a
         meeting with two or more people actively participating. Typically
         all the primary people speaking would be in the same room (if not,
         see PHONE_CALL)
         
        DISCUSSION = 1;
      • PRESENTATION

        public static final RecognitionMetadata.InteractionType PRESENTATION
         One or more persons lecturing or presenting to others, mostly
         uninterrupted.
         
        PRESENTATION = 2;
      • PHONE_CALL

        public static final RecognitionMetadata.InteractionType PHONE_CALL
         A phone-call or video-conference in which two or more people, who are
         not in the same room, are actively participating.
         
        PHONE_CALL = 3;
      • PROFESSIONALLY_PRODUCED

        public static final RecognitionMetadata.InteractionType PROFESSIONALLY_PRODUCED
         Professionally produced audio (eg. TV Show, Podcast).
         
        PROFESSIONALLY_PRODUCED = 5;
      • DICTATION

        public static final RecognitionMetadata.InteractionType DICTATION
         Transcribe speech to text to create a written document, such as a
         text-message, email or report.
         
        DICTATION = 8;
    • Field Detail

      • INTERACTION_TYPE_UNSPECIFIED_VALUE

        public static final int INTERACTION_TYPE_UNSPECIFIED_VALUE
         Use case is either unknown or is something other than one of the other
         values below.
         
        INTERACTION_TYPE_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • DISCUSSION_VALUE

        public static final int DISCUSSION_VALUE
         Multiple people in a conversation or discussion. For example in a
         meeting with two or more people actively participating. Typically
         all the primary people speaking would be in the same room (if not,
         see PHONE_CALL)
         
        DISCUSSION = 1;
        See Also:
        Constant Field Values
      • PRESENTATION_VALUE

        public static final int PRESENTATION_VALUE
         One or more persons lecturing or presenting to others, mostly
         uninterrupted.
         
        PRESENTATION = 2;
        See Also:
        Constant Field Values
      • PHONE_CALL_VALUE

        public static final int PHONE_CALL_VALUE
         A phone-call or video-conference in which two or more people, who are
         not in the same room, are actively participating.
         
        PHONE_CALL = 3;
        See Also:
        Constant Field Values
      • VOICEMAIL_VALUE

        public static final int VOICEMAIL_VALUE
         A recorded message intended for another person to listen to.
         
        VOICEMAIL = 4;
        See Also:
        Constant Field Values
      • PROFESSIONALLY_PRODUCED_VALUE

        public static final int PROFESSIONALLY_PRODUCED_VALUE
         Professionally produced audio (eg. TV Show, Podcast).
         
        PROFESSIONALLY_PRODUCED = 5;
        See Also:
        Constant Field Values
      • VOICE_SEARCH_VALUE

        public static final int VOICE_SEARCH_VALUE
         Transcribe spoken questions and queries into text.
         
        VOICE_SEARCH = 6;
        See Also:
        Constant Field Values
      • VOICE_COMMAND_VALUE

        public static final int VOICE_COMMAND_VALUE
         Transcribe voice commands, such as for controlling a device.
         
        VOICE_COMMAND = 7;
        See Also:
        Constant Field Values
      • DICTATION_VALUE

        public static final int DICTATION_VALUE
         Transcribe speech to text to create a written document, such as a
         text-message, email or report.
         
        DICTATION = 8;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static RecognitionMetadata.InteractionType[] 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 (RecognitionMetadata.InteractionType c : RecognitionMetadata.InteractionType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static RecognitionMetadata.InteractionType 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 RecognitionMetadata.InteractionType 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 RecognitionMetadata.InteractionType 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 RecognitionMetadata.InteractionType 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