Cloud Video Intelligence V1p1beta1 API - Class Google::Cloud::VideoIntelligence::V1p1beta1::SpeechTranscriptionConfig (v0.10.0)

Reference documentation and code samples for the Cloud Video Intelligence V1p1beta1 API class Google::Cloud::VideoIntelligence::V1p1beta1::SpeechTranscriptionConfig.

Config for SPEECH_TRANSCRIPTION.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#audio_tracks

def audio_tracks() -> ::Array<::Integer>
Returns
  • (::Array<::Integer>) — Optional. For file formats, such as MXF or MKV, supporting multiple audio tracks, specify up to two tracks. Default: track 0.

#audio_tracks=

def audio_tracks=(value) -> ::Array<::Integer>
Parameter
  • value (::Array<::Integer>) — Optional. For file formats, such as MXF or MKV, supporting multiple audio tracks, specify up to two tracks. Default: track 0.
Returns
  • (::Array<::Integer>) — Optional. For file formats, such as MXF or MKV, supporting multiple audio tracks, specify up to two tracks. Default: track 0.

#enable_automatic_punctuation

def enable_automatic_punctuation() -> ::Boolean
Returns
  • (::Boolean) — Optional. If 'true', adds punctuation to recognition result hypotheses. This feature is only available in select languages. Setting this for requests in other languages has no effect at all. The default 'false' value does not add punctuation to result hypotheses. NOTE: "This is currently offered as an experimental service, complimentary to all users. In the future this may be exclusively available as a premium feature."

#enable_automatic_punctuation=

def enable_automatic_punctuation=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If 'true', adds punctuation to recognition result hypotheses. This feature is only available in select languages. Setting this for requests in other languages has no effect at all. The default 'false' value does not add punctuation to result hypotheses. NOTE: "This is currently offered as an experimental service, complimentary to all users. In the future this may be exclusively available as a premium feature."
Returns
  • (::Boolean) — Optional. If 'true', adds punctuation to recognition result hypotheses. This feature is only available in select languages. Setting this for requests in other languages has no effect at all. The default 'false' value does not add punctuation to result hypotheses. NOTE: "This is currently offered as an experimental service, complimentary to all users. In the future this may be exclusively available as a premium feature."

#filter_profanity

def filter_profanity() -> ::Boolean
Returns
  • (::Boolean) — Optional. If set to true, the server will attempt to filter out profanities, replacing all but the initial character in each filtered word with asterisks, e.g. "f***". If set to false or omitted, profanities won't be filtered out.

#filter_profanity=

def filter_profanity=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If set to true, the server will attempt to filter out profanities, replacing all but the initial character in each filtered word with asterisks, e.g. "f***". If set to false or omitted, profanities won't be filtered out.
Returns
  • (::Boolean) — Optional. If set to true, the server will attempt to filter out profanities, replacing all but the initial character in each filtered word with asterisks, e.g. "f***". If set to false or omitted, profanities won't be filtered out.

#language_code

def language_code() -> ::String
Returns
  • (::String) — Required. Required The language of the supplied audio as a BCP-47 language tag. Example: "en-US". See Language Support for a list of the currently supported language codes.

#language_code=

def language_code=(value) -> ::String
Parameter
  • value (::String) — Required. Required The language of the supplied audio as a BCP-47 language tag. Example: "en-US". See Language Support for a list of the currently supported language codes.
Returns
  • (::String) — Required. Required The language of the supplied audio as a BCP-47 language tag. Example: "en-US". See Language Support for a list of the currently supported language codes.

#max_alternatives

def max_alternatives() -> ::Integer
Returns
  • (::Integer) — Optional. Maximum number of recognition hypotheses to be returned. Specifically, the maximum number of SpeechRecognitionAlternative messages within each SpeechTranscription. The server may return fewer than max_alternatives. Valid values are 0-30. A value of 0 or 1 will return a maximum of one. If omitted, will return a maximum of one.

#max_alternatives=

def max_alternatives=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Maximum number of recognition hypotheses to be returned. Specifically, the maximum number of SpeechRecognitionAlternative messages within each SpeechTranscription. The server may return fewer than max_alternatives. Valid values are 0-30. A value of 0 or 1 will return a maximum of one. If omitted, will return a maximum of one.
Returns
  • (::Integer) — Optional. Maximum number of recognition hypotheses to be returned. Specifically, the maximum number of SpeechRecognitionAlternative messages within each SpeechTranscription. The server may return fewer than max_alternatives. Valid values are 0-30. A value of 0 or 1 will return a maximum of one. If omitted, will return a maximum of one.

#speech_contexts

def speech_contexts() -> ::Array<::Google::Cloud::VideoIntelligence::V1p1beta1::SpeechContext>
Returns

#speech_contexts=

def speech_contexts=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1p1beta1::SpeechContext>
Parameter
Returns