Class: Aws::Types::CallAnalyticsJob

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#call_analytics_job_detailsTypes::CallAnalyticsJobDetails

Returns the value of attribute call_analytics_job_details.



27
28
29
# File 'sig/types.rbs', line 27

def call_analytics_job_details
  @call_analytics_job_details
end

#call_analytics_job_name::String

Returns the value of attribute call_analytics_job_name.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def call_analytics_job_name
  @call_analytics_job_name
end

#call_analytics_job_status"QUEUED", ...

Returns the value of attribute call_analytics_job_status.

Returns:

  • ("QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED")


26
27
28
# File 'sig/types.rbs', line 26

def call_analytics_job_status
  @call_analytics_job_status
end

#channel_definitions::Array[Types::ChannelDefinition]

Returns the value of attribute channel_definitions.

Returns:



40
41
42
# File 'sig/types.rbs', line 40

def channel_definitions
  @channel_definitions
end

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


35
36
37
# File 'sig/types.rbs', line 35

def completion_time
  @completion_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


34
35
36
# File 'sig/types.rbs', line 34

def creation_time
  @creation_time
end

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def data_access_role_arn
  @data_access_role_arn
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def failure_reason
  @failure_reason
end

#identified_language_score::Float

Returns the value of attribute identified_language_score.

Returns:

  • (::Float)


38
39
40
# File 'sig/types.rbs', line 38

def identified_language_score
  @identified_language_score
end

#language_code"af-ZA", ...

Returns the value of attribute language_code.

Returns:

  • ("af-ZA", "ar-AE", "ar-SA", "am-ET", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-MX", "es-US", "fa-AF", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "ht-HT", "id-ID", "it-IT", "ja-JP", "jv-ID", "km-KH", "ko-KR", "my-MM", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ", "vi-VN", "sv-SE", "ab-GE", "ast-ES", "az-AZ", "ba-RU", "be-BY", "bg-BG", "bn-IN", "bs-BA", "ca-ES", "ckb-IQ", "ckb-IR", "cs-CZ", "cy-WL", "el-GR", "et-EE", "et-ET", "eu-ES", "fi-FI", "gl-ES", "gu-IN", "ha-NG", "hr-HR", "hu-HU", "hy-AM", "is-IS", "ka-GE", "kab-DZ", "kk-KZ", "kn-IN", "ky-KG", "lg-IN", "lt-LT", "lv-LV", "mhr-RU", "mi-NZ", "mk-MK", "ml-IN", "mn-MN", "mr-IN", "mt-MT", "no-NO", "ne-NP", "or-IN", "pa-IN", "pl-PL", "ps-AF", "ro-RO", "rw-RW", "si-LK", "sk-SK", "sl-SI", "so-SO", "sq-AL", "sr-RS", "su-ID", "sw-BI", "sw-KE", "sw-RW", "sw-TZ", "sw-UG", "tl-PH", "tt-RU", "ug-CN", "uk-UA", "uz-UZ", "wo-SN", "zh-HK", "zu-ZA")


28
29
30
# File 'sig/types.rbs', line 28

def language_code
  @language_code
end

#mediaTypes::Media

Returns the value of attribute media.

Returns:



31
32
33
# File 'sig/types.rbs', line 31

def media
  @media
end

#media_format"mp3", ...

Returns the value of attribute media_format.

Returns:

  • ("mp3", "mp4", "wav", "flac", "ogg", "amr", "webm", "m4a")


30
31
32
# File 'sig/types.rbs', line 30

def media_format
  @media_format
end

#media_sample_rate_hertz::Integer

Returns the value of attribute media_sample_rate_hertz.

Returns:

  • (::Integer)


29
30
31
# File 'sig/types.rbs', line 29

def media_sample_rate_hertz
  @media_sample_rate_hertz
end

#settingsTypes::CallAnalyticsJobSettings

Returns the value of attribute settings.



39
40
41
# File 'sig/types.rbs', line 39

def settings
  @settings
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


33
34
35
# File 'sig/types.rbs', line 33

def start_time
  @start_time
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



41
42
43
# File 'sig/types.rbs', line 41

def tags
  @tags
end

#transcriptTypes::Transcript

Returns the value of attribute transcript.

Returns:



32
33
34
# File 'sig/types.rbs', line 32

def transcript
  @transcript
end