- 4.48.0 (latest)
- 4.47.0
- 4.46.0
- 4.44.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.35.0
- 4.34.0
- 4.32.0
- 4.31.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.23.0
- 4.22.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.16.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.0
- 4.8.0
- 4.7.0
- 4.6.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.0
- 3.0.0
- 2.6.1
- 2.5.9
- 2.4.0
- 2.3.0
- 2.2.15
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
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() |