Class: Aws::Types::GetTextDetectionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1059
1060
1061
# File 'sig/types.rbs', line 1059

def job_id
  @job_id
end

#job_status"IN_PROGRESS", ...

Returns the value of attribute job_status.

Returns:

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


1053
1054
1055
# File 'sig/types.rbs', line 1053

def job_status
  @job_status
end

#job_tag::String

Returns the value of attribute job_tag.

Returns:

  • (::String)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def job_tag
  @job_tag
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def next_token
  @next_token
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def status_message
  @status_message
end

#text_detections::Array[Types::TextDetectionResult]

Returns the value of attribute text_detections.

Returns:



1056
1057
1058
# File 'sig/types.rbs', line 1056

def text_detections
  @text_detections
end

#text_model_version::String

Returns the value of attribute text_model_version.

Returns:

  • (::String)


1058
1059
1060
# File 'sig/types.rbs', line 1058

def text_model_version
  @text_model_version
end

#videoTypes::Video

Returns the value of attribute video.

Returns:



1060
1061
1062
# File 'sig/types.rbs', line 1060

def video
  @video
end

#video_metadataTypes::VideoMetadata

Returns the value of attribute video_metadata.



1055
1056
1057
# File 'sig/types.rbs', line 1055

def 
  @video_metadata
end