Module: Google::Cloud::Speech::V1p1beta1::RecognitionMetadata::InteractionType

Defined in:
proto_docs/google/cloud/speech/v1p1beta1/cloud_speech.rb

Overview

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

Constant Summary collapse

INTERACTION_TYPE_UNSPECIFIED =

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

0
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)

1
PRESENTATION =

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

2
PHONE_CALL =

A phone-call or video-conference in which two or more people, who are not in the same room, are actively participating.

3
VOICEMAIL =

A recorded message intended for another person to listen to.

4
PROFESSIONALLY_PRODUCED =

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

5
VOICE_SEARCH =

Transcribe spoken questions and queries into text.

6
VOICE_COMMAND =

Transcribe voice commands, such as for controlling a device.

7
DICTATION =

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

8