Class: Aws::Types::GetFaceDetectionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#faces::Array[Types::FaceDetection]

Returns the value of attribute faces.

Returns:



912
913
914
# File 'sig/types.rbs', line 912

def faces
  @faces
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


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.

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


909
910
911
# File 'sig/types.rbs', line 909

def status_message
  @status_message
end

#videoTypes::Video

Returns the value of attribute video.

Returns:



914
915
916
# File 'sig/types.rbs', line 914

def video
  @video
end

#video_metadataTypes::VideoMetadata

Returns the value of attribute video_metadata.



910
911
912
# File 'sig/types.rbs', line 910

def 
  @video_metadata
end