Class: Aws::Types::GetDocumentTextDetectionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blocks::Array[Types::Block]

Returns the value of attribute blocks.

Returns:



358
359
360
# File 'sig/types.rbs', line 358

def blocks
  @blocks
end

#detect_document_text_model_version::String

Returns the value of attribute detect_document_text_model_version.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def detect_document_text_model_version
  @detect_document_text_model_version
end

#document_metadataTypes::DocumentMetadata

Returns the value of attribute document_metadata.



355
356
357
# File 'sig/types.rbs', line 355

def 
  @document_metadata
end

#job_status"IN_PROGRESS", ...

Returns the value of attribute job_status.

Returns:

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


356
357
358
# File 'sig/types.rbs', line 356

def job_status
  @job_status
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def next_token
  @next_token
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def status_message
  @status_message
end

#warnings::Array[Types::Warning]

Returns the value of attribute warnings.

Returns:



359
360
361
# File 'sig/types.rbs', line 359

def warnings
  @warnings
end