Class: Aws::Types::StartCallAnalyticsStreamTranscriptionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_streamTypes::AudioStream

Returns the value of attribute audio_stream.

Returns:



351
352
353
# File 'sig/types.rbs', line 351

def audio_stream
  @audio_stream
end

#content_identification_type"PII"

Returns the value of attribute content_identification_type.

Returns:

  • ("PII")


362
363
364
# File 'sig/types.rbs', line 362

def content_identification_type
  @content_identification_type
end

#content_redaction_type"PII"

Returns the value of attribute content_redaction_type.

Returns:

  • ("PII")


363
364
365
# File 'sig/types.rbs', line 363

def content_redaction_type
  @content_redaction_type
end

#enable_partial_results_stabilizationBoolean

Returns the value of attribute enable_partial_results_stabilization.

Returns:

  • (Boolean)


360
361
362
# File 'sig/types.rbs', line 360

def enable_partial_results_stabilization
  @enable_partial_results_stabilization
end

#identify_languageBoolean

Returns the value of attribute identify_language.

Returns:

  • (Boolean)


355
356
357
# File 'sig/types.rbs', line 355

def identify_language
  @identify_language
end

#language_code"en-US", ...

Returns the value of attribute language_code.

Returns:

  • ("en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR")


346
347
348
# File 'sig/types.rbs', line 346

def language_code
  @language_code
end

#language_model_name::String

Returns the value of attribute language_model_name.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def language_model_name
  @language_model_name
end

#language_options::String

Returns the value of attribute language_options.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def language_options
  @language_options
end

#media_encoding"pcm", ...

Returns the value of attribute media_encoding.

Returns:

  • ("pcm", "ogg-opus", "flac", "g711-alaw", "g711-ulaw", "g729")


348
349
350
# File 'sig/types.rbs', line 348

def media_encoding
  @media_encoding
end

#media_sample_rate_hertz::Integer

Returns the value of attribute media_sample_rate_hertz.

Returns:

  • (::Integer)


347
348
349
# File 'sig/types.rbs', line 347

def media_sample_rate_hertz
  @media_sample_rate_hertz
end

#partial_results_stability"high", ...

Returns the value of attribute partial_results_stability.

Returns:

  • ("high", "medium", "low")


361
362
363
# File 'sig/types.rbs', line 361

def partial_results_stability
  @partial_results_stability
end

#pii_entity_types::String

Returns the value of attribute pii_entity_types.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def pii_entity_types
  @pii_entity_types
end

#preferred_language"en-US", ...

Returns the value of attribute preferred_language.

Returns:

  • ("en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR")


357
358
359
# File 'sig/types.rbs', line 357

def preferred_language
  @preferred_language
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def session_id
  @session_id
end

#vocabulary_filter_method"remove", ...

Returns the value of attribute vocabulary_filter_method.

Returns:

  • ("remove", "mask", "tag")


353
354
355
# File 'sig/types.rbs', line 353

def vocabulary_filter_method
  @vocabulary_filter_method
end

#vocabulary_filter_name::String

Returns the value of attribute vocabulary_filter_name.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def vocabulary_filter_name
  @vocabulary_filter_name
end

#vocabulary_filter_names::String

Returns the value of attribute vocabulary_filter_names.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def vocabulary_filter_names
  @vocabulary_filter_names
end

#vocabulary_name::String

Returns the value of attribute vocabulary_name.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def vocabulary_name
  @vocabulary_name
end

#vocabulary_names::String

Returns the value of attribute vocabulary_names.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def vocabulary_names
  @vocabulary_names
end