You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Textract::Types::Warning

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A warning about an issue that occurred during asynchronous text analysis (StartDocumentAnalysis) or asynchronous document text detection (StartDocumentTextDetection).

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code for the warning.

Returns:

  • (String)

    The error code for the warning.

#pagesArray<Integer>

A list of the pages that the warning applies to.

Returns:

  • (Array<Integer>)

    A list of the pages that the warning applies to.