public enum RecognitionMetadata.InteractionType extends Enum<RecognitionMetadata.InteractionType> implements ProtocolMessageEnumUse case categories that the audio recognition request can be described by.
Protobuf enum google.cloud.speech.v1p1beta1.RecognitionMetadata.InteractionType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| DICTATION | Transcribe speech to text to create a written document, such as a text-message, email or report. |
| DICTATION_VALUE | Transcribe speech to text to create a written document, such as a text-message, email or report. |
| 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_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) |
| INTERACTION_TYPE_UNSPECIFIED | Use case is either unknown or is something other than one of the other values below. |
| INTERACTION_TYPE_UNSPECIFIED_VALUE | Use case is either unknown or is something other than one of the other values below. |
| 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_VALUE | A phone-call or video-conference in which two or more people, who are not in the same room, are actively participating. |
| PRESENTATION | One or more persons lecturing or presenting to others, mostly uninterrupted. |
| PRESENTATION_VALUE | One or more persons lecturing or presenting to others, mostly uninterrupted. |
| PROFESSIONALLY_PRODUCED | Professionally produced audio (eg. TV Show, Podcast). |
| PROFESSIONALLY_PRODUCED_VALUE | Professionally produced audio (eg. TV Show, Podcast). |
| UNRECOGNIZED | |
| VOICEMAIL | A recorded message intended for another person to listen to. |
| VOICEMAIL_VALUE | A recorded message intended for another person to listen to. |
| VOICE_COMMAND | Transcribe voice commands, such as for controlling a device. |
| VOICE_COMMAND_VALUE | Transcribe voice commands, such as for controlling a device. |
| VOICE_SEARCH | Transcribe spoken questions and queries into text. |
| VOICE_SEARCH_VALUE | Transcribe spoken questions and queries into text. |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |