Class: Aws::Types::AbWatermarkingCustomProfile
- Inherits:
-
Object
- Object
- Aws::Types::AbWatermarkingCustomProfile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#embedding_frequency ⇒ ::Float
Returns the value of attribute embedding_frequency.
-
#scene_cut ⇒ ::Float
Returns the value of attribute scene_cut.
-
#target_psnr ⇒ ::Float
Returns the value of attribute target_psnr.
Instance Attribute Details
#embedding_frequency ⇒ ::Float
Returns the value of attribute embedding_frequency.
6072 6073 6074 |
# File 'sig/types.rbs', line 6072 def end |
#scene_cut ⇒ ::Float
Returns the value of attribute scene_cut.
6073 6074 6075 |
# File 'sig/types.rbs', line 6073 def scene_cut @scene_cut end |
#target_psnr ⇒ ::Float
Returns the value of attribute target_psnr.
6074 6075 6076 |
# File 'sig/types.rbs', line 6074 def target_psnr @target_psnr end |