Enum RecognitionMetadata.InteractionType (2.4.0)

public enum RecognitionMetadata.InteractionType extends Enum<RecognitionMetadata.InteractionType> implements ProtocolMessageEnum

Use case categories that the audio recognition request can be described by.

Protobuf enum google.cloud.speech.v1p1beta1.RecognitionMetadata.InteractionType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DICTATION

Transcribe speech to text to create a written document, such as a text-message, email or report.

DICTATION = 8;

DICTATION_VALUE

Transcribe speech to text to create a written document, such as a text-message, email or report.

DICTATION = 8;

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;

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;

INTERACTION_TYPE_UNSPECIFIED

Use case is either unknown or is something other than one of the other values below.

INTERACTION_TYPE_UNSPECIFIED = 0;

INTERACTION_TYPE_UNSPECIFIED_VALUE

Use case is either unknown or is something other than one of the other values below.

INTERACTION_TYPE_UNSPECIFIED = 0;

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;

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;

PRESENTATION

One or more persons lecturing or presenting to others, mostly uninterrupted.

PRESENTATION = 2;

PRESENTATION_VALUE

One or more persons lecturing or presenting to others, mostly uninterrupted.

PRESENTATION = 2;

PROFESSIONALLY_PRODUCED

Professionally produced audio (eg. TV Show, Podcast).

PROFESSIONALLY_PRODUCED = 5;

PROFESSIONALLY_PRODUCED_VALUE

Professionally produced audio (eg. TV Show, Podcast).

PROFESSIONALLY_PRODUCED = 5;

UNRECOGNIZED
VOICEMAIL

A recorded message intended for another person to listen to.

VOICEMAIL = 4;

VOICEMAIL_VALUE

A recorded message intended for another person to listen to.

VOICEMAIL = 4;

VOICE_COMMAND

Transcribe voice commands, such as for controlling a device.

VOICE_COMMAND = 7;

VOICE_COMMAND_VALUE

Transcribe voice commands, such as for controlling a device.

VOICE_COMMAND = 7;

Transcribe spoken questions and queries into text.

VOICE_SEARCH = 6;

VOICE_SEARCH_VALUE

Transcribe spoken questions and queries into text.

VOICE_SEARCH = 6;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()