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:



278
279
280
# File 'sig/types.rbs', line 278

def aspect_ratio
  @aspect_ratio
end

#dictionary::String

Returns the value of attribute dictionary.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

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


277
278
279
# File 'sig/types.rbs', line 277

def language
  @language
end

#profanity_filter"DISABLED", ...

Returns the value of attribute profanity_filter.

Returns:

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


280
281
282
# File 'sig/types.rbs', line 280

def profanity_filter
  @profanity_filter
end