Class: Aws::Types::LabelDetection
- Inherits:
-
Object
- Object
- Aws::Types::LabelDetection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration_millis ⇒ ::Integer
Returns the value of attribute duration_millis.
-
#end_timestamp_millis ⇒ ::Integer
Returns the value of attribute end_timestamp_millis.
-
#label ⇒ Types::Label
Returns the value of attribute label.
-
#start_timestamp_millis ⇒ ::Integer
Returns the value of attribute start_timestamp_millis.
-
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
Instance Attribute Details
#duration_millis ⇒ ::Integer
Returns the value of attribute duration_millis.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def duration_millis @duration_millis end |
#end_timestamp_millis ⇒ ::Integer
Returns the value of attribute end_timestamp_millis.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def end |
#label ⇒ Types::Label
Returns the value of attribute label.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def label @label end |
#start_timestamp_millis ⇒ ::Integer
Returns the value of attribute start_timestamp_millis.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def end |
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def end |