Class: Aws::Types::GetFaceDetectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFaceDetectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#faces ⇒ ::Array[Types::FaceDetection]
Returns the value of attribute faces.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
-
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#video ⇒ Types::Video
Returns the value of attribute video.
-
#video_metadata ⇒ Types::VideoMetadata
Returns the value of attribute video_metadata.
Instance Attribute Details
#faces ⇒ ::Array[Types::FaceDetection]
Returns the value of attribute faces.
912 913 914 |
# File 'sig/types.rbs', line 912 def faces @faces end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
913 914 915 |
# File 'sig/types.rbs', line 913 def job_id @job_id end |
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
908 909 910 |
# File 'sig/types.rbs', line 908 def job_status @job_status end |
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
915 916 917 |
# File 'sig/types.rbs', line 915 def job_tag @job_tag end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
911 912 913 |
# File 'sig/types.rbs', line 911 def next_token @next_token end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
909 910 911 |
# File 'sig/types.rbs', line 909 def @status_message end |
#video ⇒ Types::Video
Returns the value of attribute video.
914 915 916 |
# File 'sig/types.rbs', line 914 def video @video end |
#video_metadata ⇒ Types::VideoMetadata
Returns the value of attribute video_metadata.
910 911 912 |
# File 'sig/types.rbs', line 910 def @video_metadata end |