Class: Aws::Types::SubtitlingConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aspect_ratioTypes::AspectRatio

Returns the value of attribute aspect_ratio.

Returns:



332
333
334
# File 'sig/types.rbs', line 332

def aspect_ratio
  @aspect_ratio
end

#dictionary::String

Returns the value of attribute dictionary.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def dictionary
  @dictionary
end

#language"eng", ...

Returns the value of attribute language.

Returns:

  • ("eng", "eng-au", "eng-gb", "eng-us", "fra", "ita", "deu", "spa", "por")


331
332
333
# File 'sig/types.rbs', line 331

def language
  @language
end

#profanity_filter"DISABLED", ...

Returns the value of attribute profanity_filter.

Returns:

  • ("DISABLED", "CENSOR", "DROP")


334
335
336
# File 'sig/types.rbs', line 334

def profanity_filter
  @profanity_filter
end