Module: Aws::Rekognition::Client::_GetFaceDetectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFaceDetectionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #faces ⇒ ::Array[Types::FaceDetection]
- #job_id ⇒ ::String
- #job_status ⇒ "IN_PROGRESS", ...
- #job_tag ⇒ ::String
- #next_token ⇒ ::String
- #status_message ⇒ ::String
- #video ⇒ Types::Video
- #video_metadata ⇒ Types::VideoMetadata
Instance Method Details
#faces ⇒ ::Array[Types::FaceDetection]
658 |
# File 'sig/client.rbs', line 658
def faces: () -> ::Array[Types::FaceDetection]
|
#job_id ⇒ ::String
659 |
# File 'sig/client.rbs', line 659
def job_id: () -> ::String
|
#job_status ⇒ "IN_PROGRESS", ...
654 |
# File 'sig/client.rbs', line 654
def job_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED")
|
#job_tag ⇒ ::String
661 |
# File 'sig/client.rbs', line 661
def job_tag: () -> ::String
|
#next_token ⇒ ::String
657 |
# File 'sig/client.rbs', line 657
def next_token: () -> ::String
|
#status_message ⇒ ::String
655 |
# File 'sig/client.rbs', line 655
def status_message: () -> ::String
|
#video_metadata ⇒ Types::VideoMetadata
656 |
# File 'sig/client.rbs', line 656
def video_metadata: () -> Types::VideoMetadata
|