Documentation ¶
Overview ¶
Package textract provides the client and types for making API requests to Amazon Textract.
Amazon Textract detects and analyzes text in documents and converts it into machine-readable text. This is the API reference documentation for Amazon Textract.
See https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27 for more information on this service.
See textract package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/textract/
Using the Client ¶
To contact Amazon Textract with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the Amazon Textract client Textract for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/textract/#New
Index ¶
- Constants
- func BlockType_Values() []string
- func ContentClassifier_Values() []string
- func EntityType_Values() []string
- func FeatureType_Values() []string
- func JobStatus_Values() []string
- func RelationshipType_Values() []string
- func SelectionStatus_Values() []string
- func TextType_Values() []string
- func ValueType_Values() []string
- type AccessDeniedException
- func (s *AccessDeniedException) Code() string
- func (s *AccessDeniedException) Error() string
- func (s AccessDeniedException) GoString() string
- func (s *AccessDeniedException) Message() string
- func (s *AccessDeniedException) OrigErr() error
- func (s *AccessDeniedException) RequestID() string
- func (s *AccessDeniedException) StatusCode() int
- func (s AccessDeniedException) String() string
- type AnalyzeDocumentInput
- func (s AnalyzeDocumentInput) GoString() string
- func (s *AnalyzeDocumentInput) SetDocument(v *Document) *AnalyzeDocumentInput
- func (s *AnalyzeDocumentInput) SetFeatureTypes(v []*string) *AnalyzeDocumentInput
- func (s *AnalyzeDocumentInput) SetHumanLoopConfig(v *HumanLoopConfig) *AnalyzeDocumentInput
- func (s AnalyzeDocumentInput) String() string
- func (s *AnalyzeDocumentInput) Validate() error
- type AnalyzeDocumentOutput
- func (s AnalyzeDocumentOutput) GoString() string
- func (s *AnalyzeDocumentOutput) SetAnalyzeDocumentModelVersion(v string) *AnalyzeDocumentOutput
- func (s *AnalyzeDocumentOutput) SetBlocks(v []*Block) *AnalyzeDocumentOutput
- func (s *AnalyzeDocumentOutput) SetDocumentMetadata(v *DocumentMetadata) *AnalyzeDocumentOutput
- func (s *AnalyzeDocumentOutput) SetHumanLoopActivationOutput(v *HumanLoopActivationOutput) *AnalyzeDocumentOutput
- func (s AnalyzeDocumentOutput) String() string
- type AnalyzeExpenseInput
- type AnalyzeExpenseOutput
- type AnalyzeIDDetections
- func (s AnalyzeIDDetections) GoString() string
- func (s *AnalyzeIDDetections) SetConfidence(v float64) *AnalyzeIDDetections
- func (s *AnalyzeIDDetections) SetNormalizedValue(v *NormalizedValue) *AnalyzeIDDetections
- func (s *AnalyzeIDDetections) SetText(v string) *AnalyzeIDDetections
- func (s AnalyzeIDDetections) String() string
- type AnalyzeIDInput
- type AnalyzeIDOutput
- func (s AnalyzeIDOutput) GoString() string
- func (s *AnalyzeIDOutput) SetAnalyzeIDModelVersion(v string) *AnalyzeIDOutput
- func (s *AnalyzeIDOutput) SetDocumentMetadata(v *DocumentMetadata) *AnalyzeIDOutput
- func (s *AnalyzeIDOutput) SetIdentityDocuments(v []*IdentityDocument) *AnalyzeIDOutput
- func (s AnalyzeIDOutput) String() string
- type BadDocumentException
- func (s *BadDocumentException) Code() string
- func (s *BadDocumentException) Error() string
- func (s BadDocumentException) GoString() string
- func (s *BadDocumentException) Message() string
- func (s *BadDocumentException) OrigErr() error
- func (s *BadDocumentException) RequestID() string
- func (s *BadDocumentException) StatusCode() int
- func (s BadDocumentException) String() string
- type Block
- func (s Block) GoString() string
- func (s *Block) SetBlockType(v string) *Block
- func (s *Block) SetColumnIndex(v int64) *Block
- func (s *Block) SetColumnSpan(v int64) *Block
- func (s *Block) SetConfidence(v float64) *Block
- func (s *Block) SetEntityTypes(v []*string) *Block
- func (s *Block) SetGeometry(v *Geometry) *Block
- func (s *Block) SetId(v string) *Block
- func (s *Block) SetPage(v int64) *Block
- func (s *Block) SetRelationships(v []*Relationship) *Block
- func (s *Block) SetRowIndex(v int64) *Block
- func (s *Block) SetRowSpan(v int64) *Block
- func (s *Block) SetSelectionStatus(v string) *Block
- func (s *Block) SetText(v string) *Block
- func (s *Block) SetTextType(v string) *Block
- func (s Block) String() string
- type BoundingBox
- type DetectDocumentTextInput
- type DetectDocumentTextOutput
- func (s DetectDocumentTextOutput) GoString() string
- func (s *DetectDocumentTextOutput) SetBlocks(v []*Block) *DetectDocumentTextOutput
- func (s *DetectDocumentTextOutput) SetDetectDocumentTextModelVersion(v string) *DetectDocumentTextOutput
- func (s *DetectDocumentTextOutput) SetDocumentMetadata(v *DocumentMetadata) *DetectDocumentTextOutput
- func (s DetectDocumentTextOutput) String() string
- type Document
- type DocumentLocation
- type DocumentMetadata
- type DocumentTooLargeException
- func (s *DocumentTooLargeException) Code() string
- func (s *DocumentTooLargeException) Error() string
- func (s DocumentTooLargeException) GoString() string
- func (s *DocumentTooLargeException) Message() string
- func (s *DocumentTooLargeException) OrigErr() error
- func (s *DocumentTooLargeException) RequestID() string
- func (s *DocumentTooLargeException) StatusCode() int
- func (s DocumentTooLargeException) String() string
- type ExpenseDetection
- type ExpenseDocument
- func (s ExpenseDocument) GoString() string
- func (s *ExpenseDocument) SetExpenseIndex(v int64) *ExpenseDocument
- func (s *ExpenseDocument) SetLineItemGroups(v []*LineItemGroup) *ExpenseDocument
- func (s *ExpenseDocument) SetSummaryFields(v []*ExpenseField) *ExpenseDocument
- func (s ExpenseDocument) String() string
- type ExpenseField
- func (s ExpenseField) GoString() string
- func (s *ExpenseField) SetLabelDetection(v *ExpenseDetection) *ExpenseField
- func (s *ExpenseField) SetPageNumber(v int64) *ExpenseField
- func (s *ExpenseField) SetType(v *ExpenseType) *ExpenseField
- func (s *ExpenseField) SetValueDetection(v *ExpenseDetection) *ExpenseField
- func (s ExpenseField) String() string
- type ExpenseType
- type Geometry
- type GetDocumentAnalysisInput
- func (s GetDocumentAnalysisInput) GoString() string
- func (s *GetDocumentAnalysisInput) SetJobId(v string) *GetDocumentAnalysisInput
- func (s *GetDocumentAnalysisInput) SetMaxResults(v int64) *GetDocumentAnalysisInput
- func (s *GetDocumentAnalysisInput) SetNextToken(v string) *GetDocumentAnalysisInput
- func (s GetDocumentAnalysisInput) String() string
- func (s *GetDocumentAnalysisInput) Validate() error
- type GetDocumentAnalysisOutput
- func (s GetDocumentAnalysisOutput) GoString() string
- func (s *GetDocumentAnalysisOutput) SetAnalyzeDocumentModelVersion(v string) *GetDocumentAnalysisOutput
- func (s *GetDocumentAnalysisOutput) SetBlocks(v []*Block) *GetDocumentAnalysisOutput
- func (s *GetDocumentAnalysisOutput) SetDocumentMetadata(v *DocumentMetadata) *GetDocumentAnalysisOutput
- func (s *GetDocumentAnalysisOutput) SetJobStatus(v string) *GetDocumentAnalysisOutput
- func (s *GetDocumentAnalysisOutput) SetNextToken(v string) *GetDocumentAnalysisOutput
- func (s *GetDocumentAnalysisOutput) SetStatusMessage(v string) *GetDocumentAnalysisOutput
- func (s *GetDocumentAnalysisOutput) SetWarnings(v []*Warning) *GetDocumentAnalysisOutput
- func (s GetDocumentAnalysisOutput) String() string
- type GetDocumentTextDetectionInput
- func (s GetDocumentTextDetectionInput) GoString() string
- func (s *GetDocumentTextDetectionInput) SetJobId(v string) *GetDocumentTextDetectionInput
- func (s *GetDocumentTextDetectionInput) SetMaxResults(v int64) *GetDocumentTextDetectionInput
- func (s *GetDocumentTextDetectionInput) SetNextToken(v string) *GetDocumentTextDetectionInput
- func (s GetDocumentTextDetectionInput) String() string
- func (s *GetDocumentTextDetectionInput) Validate() error
- type GetDocumentTextDetectionOutput
- func (s GetDocumentTextDetectionOutput) GoString() string
- func (s *GetDocumentTextDetectionOutput) SetBlocks(v []*Block) *GetDocumentTextDetectionOutput
- func (s *GetDocumentTextDetectionOutput) SetDetectDocumentTextModelVersion(v string) *GetDocumentTextDetectionOutput
- func (s *GetDocumentTextDetectionOutput) SetDocumentMetadata(v *DocumentMetadata) *GetDocumentTextDetectionOutput
- func (s *GetDocumentTextDetectionOutput) SetJobStatus(v string) *GetDocumentTextDetectionOutput
- func (s *GetDocumentTextDetectionOutput) SetNextToken(v string) *GetDocumentTextDetectionOutput
- func (s *GetDocumentTextDetectionOutput) SetStatusMessage(v string) *GetDocumentTextDetectionOutput
- func (s *GetDocumentTextDetectionOutput) SetWarnings(v []*Warning) *GetDocumentTextDetectionOutput
- func (s GetDocumentTextDetectionOutput) String() string
- type GetExpenseAnalysisInput
- func (s GetExpenseAnalysisInput) GoString() string
- func (s *GetExpenseAnalysisInput) SetJobId(v string) *GetExpenseAnalysisInput
- func (s *GetExpenseAnalysisInput) SetMaxResults(v int64) *GetExpenseAnalysisInput
- func (s *GetExpenseAnalysisInput) SetNextToken(v string) *GetExpenseAnalysisInput
- func (s GetExpenseAnalysisInput) String() string
- func (s *GetExpenseAnalysisInput) Validate() error
- type GetExpenseAnalysisOutput
- func (s GetExpenseAnalysisOutput) GoString() string
- func (s *GetExpenseAnalysisOutput) SetAnalyzeExpenseModelVersion(v string) *GetExpenseAnalysisOutput
- func (s *GetExpenseAnalysisOutput) SetDocumentMetadata(v *DocumentMetadata) *GetExpenseAnalysisOutput
- func (s *GetExpenseAnalysisOutput) SetExpenseDocuments(v []*ExpenseDocument) *GetExpenseAnalysisOutput
- func (s *GetExpenseAnalysisOutput) SetJobStatus(v string) *GetExpenseAnalysisOutput
- func (s *GetExpenseAnalysisOutput) SetNextToken(v string) *GetExpenseAnalysisOutput
- func (s *GetExpenseAnalysisOutput) SetStatusMessage(v string) *GetExpenseAnalysisOutput
- func (s *GetExpenseAnalysisOutput) SetWarnings(v []*Warning) *GetExpenseAnalysisOutput
- func (s GetExpenseAnalysisOutput) String() string
- type HumanLoopActivationOutput
- func (s HumanLoopActivationOutput) GoString() string
- func (s *HumanLoopActivationOutput) SetHumanLoopActivationConditionsEvaluationResults(v aws.JSONValue) *HumanLoopActivationOutput
- func (s *HumanLoopActivationOutput) SetHumanLoopActivationReasons(v []*string) *HumanLoopActivationOutput
- func (s *HumanLoopActivationOutput) SetHumanLoopArn(v string) *HumanLoopActivationOutput
- func (s HumanLoopActivationOutput) String() string
- type HumanLoopConfig
- func (s HumanLoopConfig) GoString() string
- func (s *HumanLoopConfig) SetDataAttributes(v *HumanLoopDataAttributes) *HumanLoopConfig
- func (s *HumanLoopConfig) SetFlowDefinitionArn(v string) *HumanLoopConfig
- func (s *HumanLoopConfig) SetHumanLoopName(v string) *HumanLoopConfig
- func (s HumanLoopConfig) String() string
- func (s *HumanLoopConfig) Validate() error
- type HumanLoopDataAttributes
- type HumanLoopQuotaExceededException
- func (s *HumanLoopQuotaExceededException) Code() string
- func (s *HumanLoopQuotaExceededException) Error() string
- func (s HumanLoopQuotaExceededException) GoString() string
- func (s *HumanLoopQuotaExceededException) Message() string
- func (s *HumanLoopQuotaExceededException) OrigErr() error
- func (s *HumanLoopQuotaExceededException) RequestID() string
- func (s *HumanLoopQuotaExceededException) StatusCode() int
- func (s HumanLoopQuotaExceededException) String() string
- type IdempotentParameterMismatchException
- func (s *IdempotentParameterMismatchException) Code() string
- func (s *IdempotentParameterMismatchException) Error() string
- func (s IdempotentParameterMismatchException) GoString() string
- func (s *IdempotentParameterMismatchException) Message() string
- func (s *IdempotentParameterMismatchException) OrigErr() error
- func (s *IdempotentParameterMismatchException) RequestID() string
- func (s *IdempotentParameterMismatchException) StatusCode() int
- func (s IdempotentParameterMismatchException) String() string
- type IdentityDocument
- type IdentityDocumentField
- type InternalServerError
- func (s *InternalServerError) Code() string
- func (s *InternalServerError) Error() string
- func (s InternalServerError) GoString() string
- func (s *InternalServerError) Message() string
- func (s *InternalServerError) OrigErr() error
- func (s *InternalServerError) RequestID() string
- func (s *InternalServerError) StatusCode() int
- func (s InternalServerError) String() string
- type InvalidJobIdException
- func (s *InvalidJobIdException) Code() string
- func (s *InvalidJobIdException) Error() string
- func (s InvalidJobIdException) GoString() string
- func (s *InvalidJobIdException) Message() string
- func (s *InvalidJobIdException) OrigErr() error
- func (s *InvalidJobIdException) RequestID() string
- func (s *InvalidJobIdException) StatusCode() int
- func (s InvalidJobIdException) String() string
- type InvalidKMSKeyException
- func (s *InvalidKMSKeyException) Code() string
- func (s *InvalidKMSKeyException) Error() string
- func (s InvalidKMSKeyException) GoString() string
- func (s *InvalidKMSKeyException) Message() string
- func (s *InvalidKMSKeyException) OrigErr() error
- func (s *InvalidKMSKeyException) RequestID() string
- func (s *InvalidKMSKeyException) StatusCode() int
- func (s InvalidKMSKeyException) String() string
- type InvalidParameterException
- func (s *InvalidParameterException) Code() string
- func (s *InvalidParameterException) Error() string
- func (s InvalidParameterException) GoString() string
- func (s *InvalidParameterException) Message() string
- func (s *InvalidParameterException) OrigErr() error
- func (s *InvalidParameterException) RequestID() string
- func (s *InvalidParameterException) StatusCode() int
- func (s InvalidParameterException) String() string
- type InvalidS3ObjectException
- func (s *InvalidS3ObjectException) Code() string
- func (s *InvalidS3ObjectException) Error() string
- func (s InvalidS3ObjectException) GoString() string
- func (s *InvalidS3ObjectException) Message() string
- func (s *InvalidS3ObjectException) OrigErr() error
- func (s *InvalidS3ObjectException) RequestID() string
- func (s *InvalidS3ObjectException) StatusCode() int
- func (s InvalidS3ObjectException) String() string
- type LimitExceededException
- func (s *LimitExceededException) Code() string
- func (s *LimitExceededException) Error() string
- func (s LimitExceededException) GoString() string
- func (s *LimitExceededException) Message() string
- func (s *LimitExceededException) OrigErr() error
- func (s *LimitExceededException) RequestID() string
- func (s *LimitExceededException) StatusCode() int
- func (s LimitExceededException) String() string
- type LineItemFields
- type LineItemGroup
- type NormalizedValue
- type NotificationChannel
- type OutputConfig
- type Point
- type ProvisionedThroughputExceededException
- func (s *ProvisionedThroughputExceededException) Code() string
- func (s *ProvisionedThroughputExceededException) Error() string
- func (s ProvisionedThroughputExceededException) GoString() string
- func (s *ProvisionedThroughputExceededException) Message() string
- func (s *ProvisionedThroughputExceededException) OrigErr() error
- func (s *ProvisionedThroughputExceededException) RequestID() string
- func (s *ProvisionedThroughputExceededException) StatusCode() int
- func (s ProvisionedThroughputExceededException) String() string
- type Relationship
- type S3Object
- type StartDocumentAnalysisInput
- func (s StartDocumentAnalysisInput) GoString() string
- func (s *StartDocumentAnalysisInput) SetClientRequestToken(v string) *StartDocumentAnalysisInput
- func (s *StartDocumentAnalysisInput) SetDocumentLocation(v *DocumentLocation) *StartDocumentAnalysisInput
- func (s *StartDocumentAnalysisInput) SetFeatureTypes(v []*string) *StartDocumentAnalysisInput
- func (s *StartDocumentAnalysisInput) SetJobTag(v string) *StartDocumentAnalysisInput
- func (s *StartDocumentAnalysisInput) SetKMSKeyId(v string) *StartDocumentAnalysisInput
- func (s *StartDocumentAnalysisInput) SetNotificationChannel(v *NotificationChannel) *StartDocumentAnalysisInput
- func (s *StartDocumentAnalysisInput) SetOutputConfig(v *OutputConfig) *StartDocumentAnalysisInput
- func (s StartDocumentAnalysisInput) String() string
- func (s *StartDocumentAnalysisInput) Validate() error
- type StartDocumentAnalysisOutput
- type StartDocumentTextDetectionInput
- func (s StartDocumentTextDetectionInput) GoString() string
- func (s *StartDocumentTextDetectionInput) SetClientRequestToken(v string) *StartDocumentTextDetectionInput
- func (s *StartDocumentTextDetectionInput) SetDocumentLocation(v *DocumentLocation) *StartDocumentTextDetectionInput
- func (s *StartDocumentTextDetectionInput) SetJobTag(v string) *StartDocumentTextDetectionInput
- func (s *StartDocumentTextDetectionInput) SetKMSKeyId(v string) *StartDocumentTextDetectionInput
- func (s *StartDocumentTextDetectionInput) SetNotificationChannel(v *NotificationChannel) *StartDocumentTextDetectionInput
- func (s *StartDocumentTextDetectionInput) SetOutputConfig(v *OutputConfig) *StartDocumentTextDetectionInput
- func (s StartDocumentTextDetectionInput) String() string
- func (s *StartDocumentTextDetectionInput) Validate() error
- type StartDocumentTextDetectionOutput
- type StartExpenseAnalysisInput
- func (s StartExpenseAnalysisInput) GoString() string
- func (s *StartExpenseAnalysisInput) SetClientRequestToken(v string) *StartExpenseAnalysisInput
- func (s *StartExpenseAnalysisInput) SetDocumentLocation(v *DocumentLocation) *StartExpenseAnalysisInput
- func (s *StartExpenseAnalysisInput) SetJobTag(v string) *StartExpenseAnalysisInput
- func (s *StartExpenseAnalysisInput) SetKMSKeyId(v string) *StartExpenseAnalysisInput
- func (s *StartExpenseAnalysisInput) SetNotificationChannel(v *NotificationChannel) *StartExpenseAnalysisInput
- func (s *StartExpenseAnalysisInput) SetOutputConfig(v *OutputConfig) *StartExpenseAnalysisInput
- func (s StartExpenseAnalysisInput) String() string
- func (s *StartExpenseAnalysisInput) Validate() error
- type StartExpenseAnalysisOutput
- type Textract
- func (c *Textract) AnalyzeDocument(input *AnalyzeDocumentInput) (*AnalyzeDocumentOutput, error)
- func (c *Textract) AnalyzeDocumentRequest(input *AnalyzeDocumentInput) (req *request.Request, output *AnalyzeDocumentOutput)
- func (c *Textract) AnalyzeDocumentWithContext(ctx aws.Context, input *AnalyzeDocumentInput, opts ...request.Option) (*AnalyzeDocumentOutput, error)
- func (c *Textract) AnalyzeExpense(input *AnalyzeExpenseInput) (*AnalyzeExpenseOutput, error)
- func (c *Textract) AnalyzeExpenseRequest(input *AnalyzeExpenseInput) (req *request.Request, output *AnalyzeExpenseOutput)
- func (c *Textract) AnalyzeExpenseWithContext(ctx aws.Context, input *AnalyzeExpenseInput, opts ...request.Option) (*AnalyzeExpenseOutput, error)
- func (c *Textract) AnalyzeID(input *AnalyzeIDInput) (*AnalyzeIDOutput, error)
- func (c *Textract) AnalyzeIDRequest(input *AnalyzeIDInput) (req *request.Request, output *AnalyzeIDOutput)
- func (c *Textract) AnalyzeIDWithContext(ctx aws.Context, input *AnalyzeIDInput, opts ...request.Option) (*AnalyzeIDOutput, error)
- func (c *Textract) DetectDocumentText(input *DetectDocumentTextInput) (*DetectDocumentTextOutput, error)
- func (c *Textract) DetectDocumentTextRequest(input *DetectDocumentTextInput) (req *request.Request, output *DetectDocumentTextOutput)
- func (c *Textract) DetectDocumentTextWithContext(ctx aws.Context, input *DetectDocumentTextInput, opts ...request.Option) (*DetectDocumentTextOutput, error)
- func (c *Textract) GetDocumentAnalysis(input *GetDocumentAnalysisInput) (*GetDocumentAnalysisOutput, error)
- func (c *Textract) GetDocumentAnalysisRequest(input *GetDocumentAnalysisInput) (req *request.Request, output *GetDocumentAnalysisOutput)
- func (c *Textract) GetDocumentAnalysisWithContext(ctx aws.Context, input *GetDocumentAnalysisInput, opts ...request.Option) (*GetDocumentAnalysisOutput, error)
- func (c *Textract) GetDocumentTextDetection(input *GetDocumentTextDetectionInput) (*GetDocumentTextDetectionOutput, error)
- func (c *Textract) GetDocumentTextDetectionRequest(input *GetDocumentTextDetectionInput) (req *request.Request, output *GetDocumentTextDetectionOutput)
- func (c *Textract) GetDocumentTextDetectionWithContext(ctx aws.Context, input *GetDocumentTextDetectionInput, opts ...request.Option) (*GetDocumentTextDetectionOutput, error)
- func (c *Textract) GetExpenseAnalysis(input *GetExpenseAnalysisInput) (*GetExpenseAnalysisOutput, error)
- func (c *Textract) GetExpenseAnalysisRequest(input *GetExpenseAnalysisInput) (req *request.Request, output *GetExpenseAnalysisOutput)
- func (c *Textract) GetExpenseAnalysisWithContext(ctx aws.Context, input *GetExpenseAnalysisInput, opts ...request.Option) (*GetExpenseAnalysisOutput, error)
- func (c *Textract) StartDocumentAnalysis(input *StartDocumentAnalysisInput) (*StartDocumentAnalysisOutput, error)
- func (c *Textract) StartDocumentAnalysisRequest(input *StartDocumentAnalysisInput) (req *request.Request, output *StartDocumentAnalysisOutput)
- func (c *Textract) StartDocumentAnalysisWithContext(ctx aws.Context, input *StartDocumentAnalysisInput, opts ...request.Option) (*StartDocumentAnalysisOutput, error)
- func (c *Textract) StartDocumentTextDetection(input *StartDocumentTextDetectionInput) (*StartDocumentTextDetectionOutput, error)
- func (c *Textract) StartDocumentTextDetectionRequest(input *StartDocumentTextDetectionInput) (req *request.Request, output *StartDocumentTextDetectionOutput)
- func (c *Textract) StartDocumentTextDetectionWithContext(ctx aws.Context, input *StartDocumentTextDetectionInput, ...) (*StartDocumentTextDetectionOutput, error)
- func (c *Textract) StartExpenseAnalysis(input *StartExpenseAnalysisInput) (*StartExpenseAnalysisOutput, error)
- func (c *Textract) StartExpenseAnalysisRequest(input *StartExpenseAnalysisInput) (req *request.Request, output *StartExpenseAnalysisOutput)
- func (c *Textract) StartExpenseAnalysisWithContext(ctx aws.Context, input *StartExpenseAnalysisInput, opts ...request.Option) (*StartExpenseAnalysisOutput, error)
- type ThrottlingException
- func (s *ThrottlingException) Code() string
- func (s *ThrottlingException) Error() string
- func (s ThrottlingException) GoString() string
- func (s *ThrottlingException) Message() string
- func (s *ThrottlingException) OrigErr() error
- func (s *ThrottlingException) RequestID() string
- func (s *ThrottlingException) StatusCode() int
- func (s ThrottlingException) String() string
- type UnsupportedDocumentException
- func (s *UnsupportedDocumentException) Code() string
- func (s *UnsupportedDocumentException) Error() string
- func (s UnsupportedDocumentException) GoString() string
- func (s *UnsupportedDocumentException) Message() string
- func (s *UnsupportedDocumentException) OrigErr() error
- func (s *UnsupportedDocumentException) RequestID() string
- func (s *UnsupportedDocumentException) StatusCode() int
- func (s UnsupportedDocumentException) String() string
- type Warning
Constants ¶
const ( // BlockTypeKeyValueSet is a BlockType enum value BlockTypeKeyValueSet = "KEY_VALUE_SET" // BlockTypePage is a BlockType enum value BlockTypePage = "PAGE" // BlockTypeLine is a BlockType enum value BlockTypeLine = "LINE" // BlockTypeWord is a BlockType enum value BlockTypeWord = "WORD" // BlockTypeTable is a BlockType enum value BlockTypeTable = "TABLE" // BlockTypeCell is a BlockType enum value BlockTypeCell = "CELL" // BlockTypeSelectionElement is a BlockType enum value BlockTypeSelectionElement = "SELECTION_ELEMENT" // BlockTypeMergedCell is a BlockType enum value BlockTypeMergedCell = "MERGED_CELL" // BlockTypeTitle is a BlockType enum value BlockTypeTitle = "TITLE" )
const ( // ContentClassifierFreeOfPersonallyIdentifiableInformation is a ContentClassifier enum value ContentClassifierFreeOfPersonallyIdentifiableInformation = "FreeOfPersonallyIdentifiableInformation" // ContentClassifierFreeOfAdultContent is a ContentClassifier enum value ContentClassifierFreeOfAdultContent = "FreeOfAdultContent" )
const ( // EntityTypeKey is a EntityType enum value EntityTypeKey = "KEY" // EntityTypeValue is a EntityType enum value EntityTypeValue = "VALUE" // EntityTypeColumnHeader is a EntityType enum value EntityTypeColumnHeader = "COLUMN_HEADER" )
const ( // FeatureTypeTables is a FeatureType enum value FeatureTypeTables = "TABLES" // FeatureTypeForms is a FeatureType enum value FeatureTypeForms = "FORMS" )
const ( // JobStatusInProgress is a JobStatus enum value JobStatusInProgress = "IN_PROGRESS" // JobStatusSucceeded is a JobStatus enum value JobStatusSucceeded = "SUCCEEDED" // JobStatusFailed is a JobStatus enum value JobStatusFailed = "FAILED" // JobStatusPartialSuccess is a JobStatus enum value JobStatusPartialSuccess = "PARTIAL_SUCCESS" )
const ( // RelationshipTypeValue is a RelationshipType enum value RelationshipTypeValue = "VALUE" // RelationshipTypeChild is a RelationshipType enum value RelationshipTypeChild = "CHILD" // RelationshipTypeComplexFeatures is a RelationshipType enum value RelationshipTypeComplexFeatures = "COMPLEX_FEATURES" // RelationshipTypeMergedCell is a RelationshipType enum value RelationshipTypeMergedCell = "MERGED_CELL" // RelationshipTypeTitle is a RelationshipType enum value RelationshipTypeTitle = "TITLE" )
const ( // SelectionStatusSelected is a SelectionStatus enum value SelectionStatusSelected = "SELECTED" // SelectionStatusNotSelected is a SelectionStatus enum value SelectionStatusNotSelected = "NOT_SELECTED" )
const ( // TextTypeHandwriting is a TextType enum value TextTypeHandwriting = "HANDWRITING" // TextTypePrinted is a TextType enum value TextTypePrinted = "PRINTED" )
const ( // ErrCodeAccessDeniedException for service response error code // "AccessDeniedException". // // You aren't authorized to perform the action. Use the Amazon Resource Name // (ARN) of an authorized user or IAM role to perform the operation. ErrCodeAccessDeniedException = "AccessDeniedException" // ErrCodeBadDocumentException for service response error code // "BadDocumentException". // // Amazon Textract isn't able to read the document. For more information on // the document limits in Amazon Textract, see limits. ErrCodeBadDocumentException = "BadDocumentException" // ErrCodeDocumentTooLargeException for service response error code // "DocumentTooLargeException". // // The document can't be processed because it's too large. The maximum document // size for synchronous operations 10 MB. The maximum document size for asynchronous // operations is 500 MB for PDF files. ErrCodeDocumentTooLargeException = "DocumentTooLargeException" // ErrCodeHumanLoopQuotaExceededException for service response error code // "HumanLoopQuotaExceededException". // // Indicates you have exceeded the maximum number of active human in the loop // workflows available ErrCodeHumanLoopQuotaExceededException = "HumanLoopQuotaExceededException" // ErrCodeIdempotentParameterMismatchException for service response error code // "IdempotentParameterMismatchException". // // A ClientRequestToken input parameter was reused with an operation, but at // least one of the other input parameters is different from the previous call // to the operation. ErrCodeIdempotentParameterMismatchException = "IdempotentParameterMismatchException" // ErrCodeInternalServerError for service response error code // "InternalServerError". // // Amazon Textract experienced a service issue. Try your call again. ErrCodeInternalServerError = "InternalServerError" // ErrCodeInvalidJobIdException for service response error code // "InvalidJobIdException". // // An invalid job identifier was passed to GetDocumentAnalysis or to GetDocumentAnalysis. ErrCodeInvalidJobIdException = "InvalidJobIdException" // ErrCodeInvalidKMSKeyException for service response error code // "InvalidKMSKeyException". // // Indicates you do not have decrypt permissions with the KMS key entered, or // the KMS key was entered incorrectly. ErrCodeInvalidKMSKeyException = "InvalidKMSKeyException" // ErrCodeInvalidParameterException for service response error code // "InvalidParameterException". // // An input parameter violated a constraint. For example, in synchronous operations, // an InvalidParameterException exception occurs when neither of the S3Object // or Bytes values are supplied in the Document request parameter. Validate // your parameter before calling the API operation again. ErrCodeInvalidParameterException = "InvalidParameterException" // ErrCodeInvalidS3ObjectException for service response error code // "InvalidS3ObjectException". // // Amazon Textract is unable to access the S3 object that's specified in the // request. for more information, Configure Access to Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-access-control.html) // For troubleshooting information, see Troubleshooting Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/troubleshooting.html) ErrCodeInvalidS3ObjectException = "InvalidS3ObjectException" // ErrCodeLimitExceededException for service response error code // "LimitExceededException". // // An Amazon Textract service limit was exceeded. For example, if you start // too many asynchronous jobs concurrently, calls to start operations (StartDocumentTextDetection, // for example) raise a LimitExceededException exception (HTTP status code: // 400) until the number of concurrently running jobs is below the Amazon Textract // service limit. ErrCodeLimitExceededException = "LimitExceededException" // ErrCodeProvisionedThroughputExceededException for service response error code // "ProvisionedThroughputExceededException". // // The number of requests exceeded your throughput limit. If you want to increase // this limit, contact Amazon Textract. ErrCodeProvisionedThroughputExceededException = "ProvisionedThroughputExceededException" // ErrCodeThrottlingException for service response error code // "ThrottlingException". // // Amazon Textract is temporarily unable to process the request. Try your call // again. ErrCodeThrottlingException = "ThrottlingException" // ErrCodeUnsupportedDocumentException for service response error code // "UnsupportedDocumentException". // // The format of the input document isn't supported. Documents for synchronous // operations can be in PNG or JPEG format only. Documents for asynchronous // operations can be in PDF format. ErrCodeUnsupportedDocumentException = "UnsupportedDocumentException" )
const ( ServiceName = "Textract" // Name of service. EndpointsID = "textract" // ID to lookup a service endpoint with. ServiceID = "Textract" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// ValueTypeDate is a ValueType enum value
ValueTypeDate = "DATE"
)
Variables ¶
This section is empty.
Functions ¶
func BlockType_Values ¶ added in v1.34.3
func BlockType_Values() []string
BlockType_Values returns all elements of the BlockType enum
func ContentClassifier_Values ¶ added in v1.34.3
func ContentClassifier_Values() []string
ContentClassifier_Values returns all elements of the ContentClassifier enum
func EntityType_Values ¶ added in v1.34.3
func EntityType_Values() []string
EntityType_Values returns all elements of the EntityType enum
func FeatureType_Values ¶ added in v1.34.3
func FeatureType_Values() []string
FeatureType_Values returns all elements of the FeatureType enum
func JobStatus_Values ¶ added in v1.34.3
func JobStatus_Values() []string
JobStatus_Values returns all elements of the JobStatus enum
func RelationshipType_Values ¶ added in v1.34.3
func RelationshipType_Values() []string
RelationshipType_Values returns all elements of the RelationshipType enum
func SelectionStatus_Values ¶ added in v1.34.3
func SelectionStatus_Values() []string
SelectionStatus_Values returns all elements of the SelectionStatus enum
func TextType_Values ¶ added in v1.35.28
func TextType_Values() []string
TextType_Values returns all elements of the TextType enum
func ValueType_Values ¶ added in v1.42.14
func ValueType_Values() []string
ValueType_Values returns all elements of the ValueType enum
Types ¶
type AccessDeniedException ¶ added in v1.28.0
type AccessDeniedException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You aren't authorized to perform the action. Use the Amazon Resource Name (ARN) of an authorized user or IAM role to perform the operation.
func (*AccessDeniedException) Code ¶ added in v1.28.0
func (s *AccessDeniedException) Code() string
Code returns the exception type name.
func (*AccessDeniedException) Error ¶ added in v1.28.0
func (s *AccessDeniedException) Error() string
func (AccessDeniedException) GoString ¶ added in v1.28.0
func (s AccessDeniedException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AccessDeniedException) Message ¶ added in v1.28.0
func (s *AccessDeniedException) Message() string
Message returns the exception's message.
func (*AccessDeniedException) OrigErr ¶ added in v1.28.0
func (s *AccessDeniedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*AccessDeniedException) RequestID ¶ added in v1.28.0
func (s *AccessDeniedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*AccessDeniedException) StatusCode ¶ added in v1.28.0
func (s *AccessDeniedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (AccessDeniedException) String ¶ added in v1.28.0
func (s AccessDeniedException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AnalyzeDocumentInput ¶
type AnalyzeDocumentInput struct { // The input document as base64-encoded bytes or an Amazon S3 object. If you // use the AWS CLI to call Amazon Textract operations, you can't pass image // bytes. The document must be an image in JPEG or PNG format. // // If you're using an AWS SDK to call Amazon Textract, you might not need to // base64-encode image bytes that are passed using the Bytes field. // // Document is a required field Document *Document `type:"structure" required:"true"` // A list of the types of analysis to perform. Add TABLES to the list to return // information about the tables that are detected in the input document. Add // FORMS to return detected form data. To perform both types of analysis, add // TABLES and FORMS to FeatureTypes. All lines and words detected in the document // are included in the response (including text that isn't related to the value // of FeatureTypes). // // FeatureTypes is a required field FeatureTypes []*string `type:"list" required:"true" enum:"FeatureType"` // Sets the configuration for the human in the loop workflow for analyzing documents. HumanLoopConfig *HumanLoopConfig `type:"structure"` // contains filtered or unexported fields }
func (AnalyzeDocumentInput) GoString ¶
func (s AnalyzeDocumentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AnalyzeDocumentInput) SetDocument ¶
func (s *AnalyzeDocumentInput) SetDocument(v *Document) *AnalyzeDocumentInput
SetDocument sets the Document field's value.
func (*AnalyzeDocumentInput) SetFeatureTypes ¶
func (s *AnalyzeDocumentInput) SetFeatureTypes(v []*string) *AnalyzeDocumentInput
SetFeatureTypes sets the FeatureTypes field's value.
func (*AnalyzeDocumentInput) SetHumanLoopConfig ¶ added in v1.25.46
func (s *AnalyzeDocumentInput) SetHumanLoopConfig(v *HumanLoopConfig) *AnalyzeDocumentInput
SetHumanLoopConfig sets the HumanLoopConfig field's value.
func (AnalyzeDocumentInput) String ¶
func (s AnalyzeDocumentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AnalyzeDocumentInput) Validate ¶
func (s *AnalyzeDocumentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AnalyzeDocumentOutput ¶
type AnalyzeDocumentOutput struct { // The version of the model used to analyze the document. AnalyzeDocumentModelVersion *string `type:"string"` // The items that are detected and analyzed by AnalyzeDocument. Blocks []*Block `type:"list"` // Metadata about the analyzed document. An example is the number of pages. DocumentMetadata *DocumentMetadata `type:"structure"` // Shows the results of the human in the loop evaluation. HumanLoopActivationOutput *HumanLoopActivationOutput `type:"structure"` // contains filtered or unexported fields }
func (AnalyzeDocumentOutput) GoString ¶
func (s AnalyzeDocumentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AnalyzeDocumentOutput) SetAnalyzeDocumentModelVersion ¶ added in v1.25.46
func (s *AnalyzeDocumentOutput) SetAnalyzeDocumentModelVersion(v string) *AnalyzeDocumentOutput
SetAnalyzeDocumentModelVersion sets the AnalyzeDocumentModelVersion field's value.
func (*AnalyzeDocumentOutput) SetBlocks ¶
func (s *AnalyzeDocumentOutput) SetBlocks(v []*Block) *AnalyzeDocumentOutput
SetBlocks sets the Blocks field's value.
func (*AnalyzeDocumentOutput) SetDocumentMetadata ¶
func (s *AnalyzeDocumentOutput) SetDocumentMetadata(v *DocumentMetadata) *AnalyzeDocumentOutput
SetDocumentMetadata sets the DocumentMetadata field's value.
func (*AnalyzeDocumentOutput) SetHumanLoopActivationOutput ¶ added in v1.25.46
func (s *AnalyzeDocumentOutput) SetHumanLoopActivationOutput(v *HumanLoopActivationOutput) *AnalyzeDocumentOutput
SetHumanLoopActivationOutput sets the HumanLoopActivationOutput field's value.
func (AnalyzeDocumentOutput) String ¶
func (s AnalyzeDocumentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AnalyzeExpenseInput ¶ added in v1.40.8
type AnalyzeExpenseInput struct { // The input document, either as bytes or as an S3 object. // // You pass image bytes to an Amazon Textract API operation by using the Bytes // property. For example, you would use the Bytes property to pass a document // loaded from a local file system. Image bytes passed by using the Bytes property // must be base64 encoded. Your code might not need to encode document file // bytes if you're using an AWS SDK to call Amazon Textract API operations. // // You pass images stored in an S3 bucket to an Amazon Textract API operation // by using the S3Object property. Documents stored in an S3 bucket don't need // to be base64 encoded. // // The AWS Region for the S3 bucket that contains the S3 object must match the // AWS Region that you use for Amazon Textract operations. // // If you use the AWS CLI to call Amazon Textract operations, passing image // bytes using the Bytes property isn't supported. You must first upload the // document to an Amazon S3 bucket, and then call the operation using the S3Object // property. // // For Amazon Textract to process an S3 object, the user must have permission // to access the S3 object. // // Document is a required field Document *Document `type:"structure" required:"true"` // contains filtered or unexported fields }
func (AnalyzeExpenseInput) GoString ¶ added in v1.40.8
func (s AnalyzeExpenseInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AnalyzeExpenseInput) SetDocument ¶ added in v1.40.8
func (s *AnalyzeExpenseInput) SetDocument(v *Document) *AnalyzeExpenseInput
SetDocument sets the Document field's value.
func (AnalyzeExpenseInput) String ¶ added in v1.40.8
func (s AnalyzeExpenseInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AnalyzeExpenseInput) Validate ¶ added in v1.40.8
func (s *AnalyzeExpenseInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AnalyzeExpenseOutput ¶ added in v1.40.8
type AnalyzeExpenseOutput struct { // Information about the input document. DocumentMetadata *DocumentMetadata `type:"structure"` // The expenses detected by Amazon Textract. ExpenseDocuments []*ExpenseDocument `type:"list"` // contains filtered or unexported fields }
func (AnalyzeExpenseOutput) GoString ¶ added in v1.40.8
func (s AnalyzeExpenseOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AnalyzeExpenseOutput) SetDocumentMetadata ¶ added in v1.40.8
func (s *AnalyzeExpenseOutput) SetDocumentMetadata(v *DocumentMetadata) *AnalyzeExpenseOutput
SetDocumentMetadata sets the DocumentMetadata field's value.
func (*AnalyzeExpenseOutput) SetExpenseDocuments ¶ added in v1.40.8
func (s *AnalyzeExpenseOutput) SetExpenseDocuments(v []*ExpenseDocument) *AnalyzeExpenseOutput
SetExpenseDocuments sets the ExpenseDocuments field's value.
func (AnalyzeExpenseOutput) String ¶ added in v1.40.8
func (s AnalyzeExpenseOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AnalyzeIDDetections ¶ added in v1.42.14
type AnalyzeIDDetections struct { // The confidence score of the detected text. Confidence *float64 `type:"float"` // Only returned for dates, returns the type of value detected and the date // written in a more machine readable way. NormalizedValue *NormalizedValue `type:"structure"` // Text of either the normalized field or value associated with it. // // Text is a required field Text *string `type:"string" required:"true"` // contains filtered or unexported fields }
Used to contain the information detected by an AnalyzeID operation.
func (AnalyzeIDDetections) GoString ¶ added in v1.42.14
func (s AnalyzeIDDetections) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AnalyzeIDDetections) SetConfidence ¶ added in v1.42.14
func (s *AnalyzeIDDetections) SetConfidence(v float64) *AnalyzeIDDetections
SetConfidence sets the Confidence field's value.
func (*AnalyzeIDDetections) SetNormalizedValue ¶ added in v1.42.14
func (s *AnalyzeIDDetections) SetNormalizedValue(v *NormalizedValue) *AnalyzeIDDetections
SetNormalizedValue sets the NormalizedValue field's value.
func (*AnalyzeIDDetections) SetText ¶ added in v1.42.14
func (s *AnalyzeIDDetections) SetText(v string) *AnalyzeIDDetections
SetText sets the Text field's value.
func (AnalyzeIDDetections) String ¶ added in v1.42.14
func (s AnalyzeIDDetections) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AnalyzeIDInput ¶ added in v1.42.14
type AnalyzeIDInput struct { // The document being passed to AnalyzeID. // // DocumentPages is a required field DocumentPages []*Document `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (AnalyzeIDInput) GoString ¶ added in v1.42.14
func (s AnalyzeIDInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AnalyzeIDInput) SetDocumentPages ¶ added in v1.42.14
func (s *AnalyzeIDInput) SetDocumentPages(v []*Document) *AnalyzeIDInput
SetDocumentPages sets the DocumentPages field's value.
func (AnalyzeIDInput) String ¶ added in v1.42.14
func (s AnalyzeIDInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AnalyzeIDInput) Validate ¶ added in v1.42.14
func (s *AnalyzeIDInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AnalyzeIDOutput ¶ added in v1.42.14
type AnalyzeIDOutput struct { // The version of the AnalyzeIdentity API being used to process documents. AnalyzeIDModelVersion *string `type:"string"` // Information about the input document. DocumentMetadata *DocumentMetadata `type:"structure"` // The list of documents processed by AnalyzeID. Includes a number denoting // their place in the list and the response structure for the document. IdentityDocuments []*IdentityDocument `type:"list"` // contains filtered or unexported fields }
func (AnalyzeIDOutput) GoString ¶ added in v1.42.14
func (s AnalyzeIDOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AnalyzeIDOutput) SetAnalyzeIDModelVersion ¶ added in v1.42.14
func (s *AnalyzeIDOutput) SetAnalyzeIDModelVersion(v string) *AnalyzeIDOutput
SetAnalyzeIDModelVersion sets the AnalyzeIDModelVersion field's value.
func (*AnalyzeIDOutput) SetDocumentMetadata ¶ added in v1.42.14
func (s *AnalyzeIDOutput) SetDocumentMetadata(v *DocumentMetadata) *AnalyzeIDOutput
SetDocumentMetadata sets the DocumentMetadata field's value.
func (*AnalyzeIDOutput) SetIdentityDocuments ¶ added in v1.42.14
func (s *AnalyzeIDOutput) SetIdentityDocuments(v []*IdentityDocument) *AnalyzeIDOutput
SetIdentityDocuments sets the IdentityDocuments field's value.
func (AnalyzeIDOutput) String ¶ added in v1.42.14
func (s AnalyzeIDOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BadDocumentException ¶ added in v1.28.0
type BadDocumentException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Amazon Textract isn't able to read the document. For more information on the document limits in Amazon Textract, see limits.
func (*BadDocumentException) Code ¶ added in v1.28.0
func (s *BadDocumentException) Code() string
Code returns the exception type name.
func (*BadDocumentException) Error ¶ added in v1.28.0
func (s *BadDocumentException) Error() string
func (BadDocumentException) GoString ¶ added in v1.28.0
func (s BadDocumentException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BadDocumentException) Message ¶ added in v1.28.0
func (s *BadDocumentException) Message() string
Message returns the exception's message.
func (*BadDocumentException) OrigErr ¶ added in v1.28.0
func (s *BadDocumentException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*BadDocumentException) RequestID ¶ added in v1.28.0
func (s *BadDocumentException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*BadDocumentException) StatusCode ¶ added in v1.28.0
func (s *BadDocumentException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (BadDocumentException) String ¶ added in v1.28.0
func (s BadDocumentException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Block ¶
type Block struct { // The type of text item that's recognized. In operations for text detection, // the following types are returned: // // * PAGE - Contains a list of the LINE Block objects that are detected on // a document page. // // * WORD - A word detected on a document page. A word is one or more ISO // basic Latin script characters that aren't separated by spaces. // // * LINE - A string of tab-delimited, contiguous words that are detected // on a document page. // // In text analysis operations, the following types are returned: // // * PAGE - Contains a list of child Block objects that are detected on a // document page. // // * KEY_VALUE_SET - Stores the KEY and VALUE Block objects for linked text // that's detected on a document page. Use the EntityType field to determine // if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object. // // * WORD - A word that's detected on a document page. A word is one or more // ISO basic Latin script characters that aren't separated by spaces. // // * LINE - A string of tab-delimited, contiguous words that are detected // on a document page. // // * TABLE - A table that's detected on a document page. A table is grid-based // information with two or more rows or columns, with a cell span of one // row and one column each. // // * CELL - A cell within a detected table. The cell is the parent of the // block that contains the text in the cell. // // * SELECTION_ELEMENT - A selection element such as an option button (radio // button) or a check box that's detected on a document page. Use the value // of SelectionStatus to determine the status of the selection element. BlockType *string `type:"string" enum:"BlockType"` // The column in which a table cell appears. The first column position is 1. // ColumnIndex isn't returned by DetectDocumentText and GetDocumentTextDetection. ColumnIndex *int64 `type:"integer"` // The number of columns that a table cell spans. Currently this value is always // 1, even if the number of columns spanned is greater than 1. ColumnSpan isn't // returned by DetectDocumentText and GetDocumentTextDetection. ColumnSpan *int64 `type:"integer"` // The confidence score that Amazon Textract has in the accuracy of the recognized // text and the accuracy of the geometry points around the recognized text. Confidence *float64 `type:"float"` // The type of entity. The following can be returned: // // * KEY - An identifier for a field on the document. // // * VALUE - The field text. // // EntityTypes isn't returned by DetectDocumentText and GetDocumentTextDetection. EntityTypes []*string `type:"list" enum:"EntityType"` // The location of the recognized text on the image. It includes an axis-aligned, // coarse bounding box that surrounds the text, and a finer-grain polygon for // more accurate spatial information. Geometry *Geometry `type:"structure"` // The identifier for the recognized text. The identifier is only unique for // a single operation. Id *string `type:"string"` // The page on which a block was detected. Page is returned by asynchronous // operations. Page values greater than 1 are only returned for multipage documents // that are in PDF or TIFF format. A scanned image (JPEG/PNG), even if it contains // multiple document pages, is considered to be a single-page document. The // value of Page is always 1. Synchronous operations don't return Page because // every input document is considered to be a single-page document. Page *int64 `type:"integer"` // A list of child blocks of the current block. For example, a LINE object has // child blocks for each WORD block that's part of the line of text. There aren't // Relationship objects in the list for relationships that don't exist, such // as when the current block has no child blocks. The list size can be the following: // // * 0 - The block has no child blocks. // // * 1 - The block has child blocks. Relationships []*Relationship `type:"list"` // The row in which a table cell is located. The first row position is 1. RowIndex // isn't returned by DetectDocumentText and GetDocumentTextDetection. RowIndex *int64 `type:"integer"` // The number of rows that a table cell spans. Currently this value is always // 1, even if the number of rows spanned is greater than 1. RowSpan isn't returned // by DetectDocumentText and GetDocumentTextDetection. RowSpan *int64 `type:"integer"` // The selection status of a selection element, such as an option button or // check box. SelectionStatus *string `type:"string" enum:"SelectionStatus"` // The word or line of text that's recognized by Amazon Textract. Text *string `type:"string"` // The kind of text that Amazon Textract has detected. Can check for handwritten // text and printed text. TextType *string `type:"string" enum:"TextType"` // contains filtered or unexported fields }
A Block represents items that are recognized in a document within a group of pixels close to each other. The information returned in a Block object depends on the type of operation. In text detection for documents (for example DetectDocumentText), you get information about the detected words and lines of text. In text analysis (for example AnalyzeDocument), you can also get information about the fields, tables, and selection elements that are detected in the document.
An array of Block objects is returned by both synchronous and asynchronous operations. In synchronous operations, such as DetectDocumentText, the array of Block objects is the entire set of results. In asynchronous operations, such as GetDocumentAnalysis, the array is returned over one or more responses.
For more information, see How Amazon Textract Works (https://docs.aws.amazon.com/textract/latest/dg/how-it-works.html).
func (Block) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Block) SetBlockType ¶
SetBlockType sets the BlockType field's value.
func (*Block) SetColumnIndex ¶
SetColumnIndex sets the ColumnIndex field's value.
func (*Block) SetColumnSpan ¶
SetColumnSpan sets the ColumnSpan field's value.
func (*Block) SetConfidence ¶
SetConfidence sets the Confidence field's value.
func (*Block) SetEntityTypes ¶
SetEntityTypes sets the EntityTypes field's value.
func (*Block) SetGeometry ¶
SetGeometry sets the Geometry field's value.
func (*Block) SetRelationships ¶
func (s *Block) SetRelationships(v []*Relationship) *Block
SetRelationships sets the Relationships field's value.
func (*Block) SetRowIndex ¶
SetRowIndex sets the RowIndex field's value.
func (*Block) SetRowSpan ¶
SetRowSpan sets the RowSpan field's value.
func (*Block) SetSelectionStatus ¶ added in v1.19.16
SetSelectionStatus sets the SelectionStatus field's value.
func (*Block) SetTextType ¶ added in v1.35.28
SetTextType sets the TextType field's value.
type BoundingBox ¶
type BoundingBox struct { // The height of the bounding box as a ratio of the overall document page height. Height *float64 `type:"float"` // The left coordinate of the bounding box as a ratio of overall document page // width. Left *float64 `type:"float"` // The top coordinate of the bounding box as a ratio of overall document page // height. Top *float64 `type:"float"` // The width of the bounding box as a ratio of the overall document page width. Width *float64 `type:"float"` // contains filtered or unexported fields }
The bounding box around the detected page, text, key-value pair, table, table cell, or selection element on a document page. The left (x-coordinate) and top (y-coordinate) are coordinates that represent the top and left sides of the bounding box. Note that the upper-left corner of the image is the origin (0,0).
The top and left values returned are ratios of the overall document page size. For example, if the input image is 700 x 200 pixels, and the top-left coordinate of the bounding box is 350 x 50 pixels, the API returns a left value of 0.5 (350/700) and a top value of 0.25 (50/200).
The width and height values represent the dimensions of the bounding box as a ratio of the overall document page dimension. For example, if the document page size is 700 x 200 pixels, and the bounding box width is 70 pixels, the width returned is 0.1.
func (BoundingBox) GoString ¶
func (s BoundingBox) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BoundingBox) SetHeight ¶
func (s *BoundingBox) SetHeight(v float64) *BoundingBox
SetHeight sets the Height field's value.
func (*BoundingBox) SetLeft ¶
func (s *BoundingBox) SetLeft(v float64) *BoundingBox
SetLeft sets the Left field's value.
func (*BoundingBox) SetTop ¶
func (s *BoundingBox) SetTop(v float64) *BoundingBox
SetTop sets the Top field's value.
func (*BoundingBox) SetWidth ¶
func (s *BoundingBox) SetWidth(v float64) *BoundingBox
SetWidth sets the Width field's value.
func (BoundingBox) String ¶
func (s BoundingBox) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DetectDocumentTextInput ¶
type DetectDocumentTextInput struct { // The input document as base64-encoded bytes or an Amazon S3 object. If you // use the AWS CLI to call Amazon Textract operations, you can't pass image // bytes. The document must be an image in JPEG or PNG format. // // If you're using an AWS SDK to call Amazon Textract, you might not need to // base64-encode image bytes that are passed using the Bytes field. // // Document is a required field Document *Document `type:"structure" required:"true"` // contains filtered or unexported fields }
func (DetectDocumentTextInput) GoString ¶
func (s DetectDocumentTextInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DetectDocumentTextInput) SetDocument ¶
func (s *DetectDocumentTextInput) SetDocument(v *Document) *DetectDocumentTextInput
SetDocument sets the Document field's value.
func (DetectDocumentTextInput) String ¶
func (s DetectDocumentTextInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DetectDocumentTextInput) Validate ¶
func (s *DetectDocumentTextInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DetectDocumentTextOutput ¶
type DetectDocumentTextOutput struct { // An array of Block objects that contain the text that's detected in the document. Blocks []*Block `type:"list"` DetectDocumentTextModelVersion *string `type:"string"` // Metadata about the document. It contains the number of pages that are detected // in the document. DocumentMetadata *DocumentMetadata `type:"structure"` // contains filtered or unexported fields }
func (DetectDocumentTextOutput) GoString ¶
func (s DetectDocumentTextOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DetectDocumentTextOutput) SetBlocks ¶
func (s *DetectDocumentTextOutput) SetBlocks(v []*Block) *DetectDocumentTextOutput
SetBlocks sets the Blocks field's value.
func (*DetectDocumentTextOutput) SetDetectDocumentTextModelVersion ¶ added in v1.25.46
func (s *DetectDocumentTextOutput) SetDetectDocumentTextModelVersion(v string) *DetectDocumentTextOutput
SetDetectDocumentTextModelVersion sets the DetectDocumentTextModelVersion field's value.
func (*DetectDocumentTextOutput) SetDocumentMetadata ¶
func (s *DetectDocumentTextOutput) SetDocumentMetadata(v *DocumentMetadata) *DetectDocumentTextOutput
SetDocumentMetadata sets the DocumentMetadata field's value.
func (DetectDocumentTextOutput) String ¶
func (s DetectDocumentTextOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Document ¶
type Document struct { // A blob of base64-encoded document bytes. The maximum size of a document that's // provided in a blob of bytes is 5 MB. The document bytes must be in PNG or // JPEG format. // // If you're using an AWS SDK to call Amazon Textract, you might not need to // base64-encode image bytes passed using the Bytes field. // Bytes is automatically base64 encoded/decoded by the SDK. Bytes []byte `min:"1" type:"blob"` // Identifies an S3 object as the document source. The maximum size of a document // that's stored in an S3 bucket is 5 MB. S3Object *S3Object `type:"structure"` // contains filtered or unexported fields }
The input document, either as bytes or as an S3 object.
You pass image bytes to an Amazon Textract API operation by using the Bytes property. For example, you would use the Bytes property to pass a document loaded from a local file system. Image bytes passed by using the Bytes property must be base64 encoded. Your code might not need to encode document file bytes if you're using an AWS SDK to call Amazon Textract API operations.
You pass images stored in an S3 bucket to an Amazon Textract API operation by using the S3Object property. Documents stored in an S3 bucket don't need to be base64 encoded.
The AWS Region for the S3 bucket that contains the S3 object must match the AWS Region that you use for Amazon Textract operations.
If you use the AWS CLI to call Amazon Textract operations, passing image bytes using the Bytes property isn't supported. You must first upload the document to an Amazon S3 bucket, and then call the operation using the S3Object property.
For Amazon Textract to process an S3 object, the user must have permission to access the S3 object.
func (Document) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Document) SetS3Object ¶
SetS3Object sets the S3Object field's value.
type DocumentLocation ¶
type DocumentLocation struct { // The Amazon S3 bucket that contains the input document. S3Object *S3Object `type:"structure"` // contains filtered or unexported fields }
The Amazon S3 bucket that contains the document to be processed. It's used by asynchronous operations such as StartDocumentTextDetection.
The input document can be an image file in JPEG or PNG format. It can also be a file in PDF format.
func (DocumentLocation) GoString ¶
func (s DocumentLocation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentLocation) SetS3Object ¶
func (s *DocumentLocation) SetS3Object(v *S3Object) *DocumentLocation
SetS3Object sets the S3Object field's value.
func (DocumentLocation) String ¶
func (s DocumentLocation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentLocation) Validate ¶
func (s *DocumentLocation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DocumentMetadata ¶
type DocumentMetadata struct { // The number of pages that are detected in the document. Pages *int64 `type:"integer"` // contains filtered or unexported fields }
Information about the input document.
func (DocumentMetadata) GoString ¶
func (s DocumentMetadata) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentMetadata) SetPages ¶
func (s *DocumentMetadata) SetPages(v int64) *DocumentMetadata
SetPages sets the Pages field's value.
func (DocumentMetadata) String ¶
func (s DocumentMetadata) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DocumentTooLargeException ¶ added in v1.28.0
type DocumentTooLargeException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The document can't be processed because it's too large. The maximum document size for synchronous operations 10 MB. The maximum document size for asynchronous operations is 500 MB for PDF files.
func (*DocumentTooLargeException) Code ¶ added in v1.28.0
func (s *DocumentTooLargeException) Code() string
Code returns the exception type name.
func (*DocumentTooLargeException) Error ¶ added in v1.28.0
func (s *DocumentTooLargeException) Error() string
func (DocumentTooLargeException) GoString ¶ added in v1.28.0
func (s DocumentTooLargeException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DocumentTooLargeException) Message ¶ added in v1.28.0
func (s *DocumentTooLargeException) Message() string
Message returns the exception's message.
func (*DocumentTooLargeException) OrigErr ¶ added in v1.28.0
func (s *DocumentTooLargeException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*DocumentTooLargeException) RequestID ¶ added in v1.28.0
func (s *DocumentTooLargeException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*DocumentTooLargeException) StatusCode ¶ added in v1.28.0
func (s *DocumentTooLargeException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (DocumentTooLargeException) String ¶ added in v1.28.0
func (s DocumentTooLargeException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExpenseDetection ¶ added in v1.40.8
type ExpenseDetection struct { // The confidence in detection, as a percentage Confidence *float64 `type:"float"` // Information about where the following items are located on a document page: // detected page, text, key-value pairs, tables, table cells, and selection // elements. Geometry *Geometry `type:"structure"` // The word or line of text recognized by Amazon Textract Text *string `type:"string"` // contains filtered or unexported fields }
An object used to store information about the Value or Label detected by Amazon Textract.
func (ExpenseDetection) GoString ¶ added in v1.40.8
func (s ExpenseDetection) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExpenseDetection) SetConfidence ¶ added in v1.40.8
func (s *ExpenseDetection) SetConfidence(v float64) *ExpenseDetection
SetConfidence sets the Confidence field's value.
func (*ExpenseDetection) SetGeometry ¶ added in v1.40.8
func (s *ExpenseDetection) SetGeometry(v *Geometry) *ExpenseDetection
SetGeometry sets the Geometry field's value.
func (*ExpenseDetection) SetText ¶ added in v1.40.8
func (s *ExpenseDetection) SetText(v string) *ExpenseDetection
SetText sets the Text field's value.
func (ExpenseDetection) String ¶ added in v1.40.8
func (s ExpenseDetection) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExpenseDocument ¶ added in v1.40.8
type ExpenseDocument struct { // Denotes which invoice or receipt in the document the information is coming // from. First document will be 1, the second 2, and so on. ExpenseIndex *int64 `type:"integer"` // Information detected on each table of a document, seperated into LineItems. LineItemGroups []*LineItemGroup `type:"list"` // Any information found outside of a table by Amazon Textract. SummaryFields []*ExpenseField `type:"list"` // contains filtered or unexported fields }
The structure holding all the information returned by AnalyzeExpense
func (ExpenseDocument) GoString ¶ added in v1.40.8
func (s ExpenseDocument) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExpenseDocument) SetExpenseIndex ¶ added in v1.40.8
func (s *ExpenseDocument) SetExpenseIndex(v int64) *ExpenseDocument
SetExpenseIndex sets the ExpenseIndex field's value.
func (*ExpenseDocument) SetLineItemGroups ¶ added in v1.40.8
func (s *ExpenseDocument) SetLineItemGroups(v []*LineItemGroup) *ExpenseDocument
SetLineItemGroups sets the LineItemGroups field's value.
func (*ExpenseDocument) SetSummaryFields ¶ added in v1.40.8
func (s *ExpenseDocument) SetSummaryFields(v []*ExpenseField) *ExpenseDocument
SetSummaryFields sets the SummaryFields field's value.
func (ExpenseDocument) String ¶ added in v1.40.8
func (s ExpenseDocument) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExpenseField ¶ added in v1.40.8
type ExpenseField struct { // The explicitly stated label of a detected element. LabelDetection *ExpenseDetection `type:"structure"` // The page number the value was detected on. PageNumber *int64 `type:"integer"` // The implied label of a detected element. Present alongside LabelDetection // for explicit elements. Type *ExpenseType `type:"structure"` // The value of a detected element. Present in explicit and implicit elements. ValueDetection *ExpenseDetection `type:"structure"` // contains filtered or unexported fields }
Breakdown of detected information, seperated into the catagories Type, LabelDetection, and ValueDetection
func (ExpenseField) GoString ¶ added in v1.40.8
func (s ExpenseField) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExpenseField) SetLabelDetection ¶ added in v1.40.8
func (s *ExpenseField) SetLabelDetection(v *ExpenseDetection) *ExpenseField
SetLabelDetection sets the LabelDetection field's value.
func (*ExpenseField) SetPageNumber ¶ added in v1.40.8
func (s *ExpenseField) SetPageNumber(v int64) *ExpenseField
SetPageNumber sets the PageNumber field's value.
func (*ExpenseField) SetType ¶ added in v1.40.8
func (s *ExpenseField) SetType(v *ExpenseType) *ExpenseField
SetType sets the Type field's value.
func (*ExpenseField) SetValueDetection ¶ added in v1.40.8
func (s *ExpenseField) SetValueDetection(v *ExpenseDetection) *ExpenseField
SetValueDetection sets the ValueDetection field's value.
func (ExpenseField) String ¶ added in v1.40.8
func (s ExpenseField) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExpenseType ¶ added in v1.40.8
type ExpenseType struct { // The confidence of accuracy, as a percentage. Confidence *float64 `type:"float"` // The word or line of text detected by Amazon Textract. Text *string `type:"string"` // contains filtered or unexported fields }
An object used to store information about the Type detected by Amazon Textract.
func (ExpenseType) GoString ¶ added in v1.40.8
func (s ExpenseType) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExpenseType) SetConfidence ¶ added in v1.40.8
func (s *ExpenseType) SetConfidence(v float64) *ExpenseType
SetConfidence sets the Confidence field's value.
func (*ExpenseType) SetText ¶ added in v1.40.8
func (s *ExpenseType) SetText(v string) *ExpenseType
SetText sets the Text field's value.
func (ExpenseType) String ¶ added in v1.40.8
func (s ExpenseType) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Geometry ¶
type Geometry struct { // An axis-aligned coarse representation of the location of the recognized item // on the document page. BoundingBox *BoundingBox `type:"structure"` // Within the bounding box, a fine-grained polygon around the recognized item. Polygon []*Point `type:"list"` // contains filtered or unexported fields }
Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements.
func (Geometry) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Geometry) SetBoundingBox ¶
func (s *Geometry) SetBoundingBox(v *BoundingBox) *Geometry
SetBoundingBox sets the BoundingBox field's value.
func (*Geometry) SetPolygon ¶
SetPolygon sets the Polygon field's value.
type GetDocumentAnalysisInput ¶
type GetDocumentAnalysisInput struct { // A unique identifier for the text-detection job. The JobId is returned from // StartDocumentAnalysis. A JobId value is only valid for 7 days. // // JobId is a required field JobId *string `min:"1" type:"string" required:"true"` // The maximum number of results to return per paginated call. The largest value // that you can specify is 1,000. If you specify a value greater than 1,000, // a maximum of 1,000 results is returned. The default value is 1,000. MaxResults *int64 `min:"1" type:"integer"` // If the previous response was incomplete (because there are more blocks to // retrieve), Amazon Textract returns a pagination token in the response. You // can use this pagination token to retrieve the next set of blocks. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (GetDocumentAnalysisInput) GoString ¶
func (s GetDocumentAnalysisInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDocumentAnalysisInput) SetJobId ¶
func (s *GetDocumentAnalysisInput) SetJobId(v string) *GetDocumentAnalysisInput
SetJobId sets the JobId field's value.
func (*GetDocumentAnalysisInput) SetMaxResults ¶
func (s *GetDocumentAnalysisInput) SetMaxResults(v int64) *GetDocumentAnalysisInput
SetMaxResults sets the MaxResults field's value.
func (*GetDocumentAnalysisInput) SetNextToken ¶
func (s *GetDocumentAnalysisInput) SetNextToken(v string) *GetDocumentAnalysisInput
SetNextToken sets the NextToken field's value.
func (GetDocumentAnalysisInput) String ¶
func (s GetDocumentAnalysisInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDocumentAnalysisInput) Validate ¶
func (s *GetDocumentAnalysisInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDocumentAnalysisOutput ¶
type GetDocumentAnalysisOutput struct { AnalyzeDocumentModelVersion *string `type:"string"` // The results of the text-analysis operation. Blocks []*Block `type:"list"` // Information about a document that Amazon Textract processed. DocumentMetadata // is returned in every page of paginated responses from an Amazon Textract // video operation. DocumentMetadata *DocumentMetadata `type:"structure"` // The current status of the text detection job. JobStatus *string `type:"string" enum:"JobStatus"` // If the response is truncated, Amazon Textract returns this token. You can // use this token in the subsequent request to retrieve the next set of text // detection results. NextToken *string `min:"1" type:"string"` // Returns if the detection job could not be completed. Contains explanation // for what error occured. StatusMessage *string `type:"string"` // A list of warnings that occurred during the document-analysis operation. Warnings []*Warning `type:"list"` // contains filtered or unexported fields }
func (GetDocumentAnalysisOutput) GoString ¶
func (s GetDocumentAnalysisOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDocumentAnalysisOutput) SetAnalyzeDocumentModelVersion ¶ added in v1.25.46
func (s *GetDocumentAnalysisOutput) SetAnalyzeDocumentModelVersion(v string) *GetDocumentAnalysisOutput
SetAnalyzeDocumentModelVersion sets the AnalyzeDocumentModelVersion field's value.
func (*GetDocumentAnalysisOutput) SetBlocks ¶
func (s *GetDocumentAnalysisOutput) SetBlocks(v []*Block) *GetDocumentAnalysisOutput
SetBlocks sets the Blocks field's value.
func (*GetDocumentAnalysisOutput) SetDocumentMetadata ¶
func (s *GetDocumentAnalysisOutput) SetDocumentMetadata(v *DocumentMetadata) *GetDocumentAnalysisOutput
SetDocumentMetadata sets the DocumentMetadata field's value.
func (*GetDocumentAnalysisOutput) SetJobStatus ¶
func (s *GetDocumentAnalysisOutput) SetJobStatus(v string) *GetDocumentAnalysisOutput
SetJobStatus sets the JobStatus field's value.
func (*GetDocumentAnalysisOutput) SetNextToken ¶
func (s *GetDocumentAnalysisOutput) SetNextToken(v string) *GetDocumentAnalysisOutput
SetNextToken sets the NextToken field's value.
func (*GetDocumentAnalysisOutput) SetStatusMessage ¶
func (s *GetDocumentAnalysisOutput) SetStatusMessage(v string) *GetDocumentAnalysisOutput
SetStatusMessage sets the StatusMessage field's value.
func (*GetDocumentAnalysisOutput) SetWarnings ¶
func (s *GetDocumentAnalysisOutput) SetWarnings(v []*Warning) *GetDocumentAnalysisOutput
SetWarnings sets the Warnings field's value.
func (GetDocumentAnalysisOutput) String ¶
func (s GetDocumentAnalysisOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDocumentTextDetectionInput ¶
type GetDocumentTextDetectionInput struct { // A unique identifier for the text detection job. The JobId is returned from // StartDocumentTextDetection. A JobId value is only valid for 7 days. // // JobId is a required field JobId *string `min:"1" type:"string" required:"true"` // The maximum number of results to return per paginated call. The largest value // you can specify is 1,000. If you specify a value greater than 1,000, a maximum // of 1,000 results is returned. The default value is 1,000. MaxResults *int64 `min:"1" type:"integer"` // If the previous response was incomplete (because there are more blocks to // retrieve), Amazon Textract returns a pagination token in the response. You // can use this pagination token to retrieve the next set of blocks. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (GetDocumentTextDetectionInput) GoString ¶
func (s GetDocumentTextDetectionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDocumentTextDetectionInput) SetJobId ¶
func (s *GetDocumentTextDetectionInput) SetJobId(v string) *GetDocumentTextDetectionInput
SetJobId sets the JobId field's value.
func (*GetDocumentTextDetectionInput) SetMaxResults ¶
func (s *GetDocumentTextDetectionInput) SetMaxResults(v int64) *GetDocumentTextDetectionInput
SetMaxResults sets the MaxResults field's value.
func (*GetDocumentTextDetectionInput) SetNextToken ¶
func (s *GetDocumentTextDetectionInput) SetNextToken(v string) *GetDocumentTextDetectionInput
SetNextToken sets the NextToken field's value.
func (GetDocumentTextDetectionInput) String ¶
func (s GetDocumentTextDetectionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDocumentTextDetectionInput) Validate ¶
func (s *GetDocumentTextDetectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDocumentTextDetectionOutput ¶
type GetDocumentTextDetectionOutput struct { // The results of the text-detection operation. Blocks []*Block `type:"list"` DetectDocumentTextModelVersion *string `type:"string"` // Information about a document that Amazon Textract processed. DocumentMetadata // is returned in every page of paginated responses from an Amazon Textract // video operation. DocumentMetadata *DocumentMetadata `type:"structure"` // The current status of the text detection job. JobStatus *string `type:"string" enum:"JobStatus"` // If the response is truncated, Amazon Textract returns this token. You can // use this token in the subsequent request to retrieve the next set of text-detection // results. NextToken *string `min:"1" type:"string"` // Returns if the detection job could not be completed. Contains explanation // for what error occured. StatusMessage *string `type:"string"` // A list of warnings that occurred during the text-detection operation for // the document. Warnings []*Warning `type:"list"` // contains filtered or unexported fields }
func (GetDocumentTextDetectionOutput) GoString ¶
func (s GetDocumentTextDetectionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDocumentTextDetectionOutput) SetBlocks ¶
func (s *GetDocumentTextDetectionOutput) SetBlocks(v []*Block) *GetDocumentTextDetectionOutput
SetBlocks sets the Blocks field's value.
func (*GetDocumentTextDetectionOutput) SetDetectDocumentTextModelVersion ¶ added in v1.25.46
func (s *GetDocumentTextDetectionOutput) SetDetectDocumentTextModelVersion(v string) *GetDocumentTextDetectionOutput
SetDetectDocumentTextModelVersion sets the DetectDocumentTextModelVersion field's value.
func (*GetDocumentTextDetectionOutput) SetDocumentMetadata ¶
func (s *GetDocumentTextDetectionOutput) SetDocumentMetadata(v *DocumentMetadata) *GetDocumentTextDetectionOutput
SetDocumentMetadata sets the DocumentMetadata field's value.
func (*GetDocumentTextDetectionOutput) SetJobStatus ¶
func (s *GetDocumentTextDetectionOutput) SetJobStatus(v string) *GetDocumentTextDetectionOutput
SetJobStatus sets the JobStatus field's value.
func (*GetDocumentTextDetectionOutput) SetNextToken ¶
func (s *GetDocumentTextDetectionOutput) SetNextToken(v string) *GetDocumentTextDetectionOutput
SetNextToken sets the NextToken field's value.
func (*GetDocumentTextDetectionOutput) SetStatusMessage ¶
func (s *GetDocumentTextDetectionOutput) SetStatusMessage(v string) *GetDocumentTextDetectionOutput
SetStatusMessage sets the StatusMessage field's value.
func (*GetDocumentTextDetectionOutput) SetWarnings ¶
func (s *GetDocumentTextDetectionOutput) SetWarnings(v []*Warning) *GetDocumentTextDetectionOutput
SetWarnings sets the Warnings field's value.
func (GetDocumentTextDetectionOutput) String ¶
func (s GetDocumentTextDetectionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetExpenseAnalysisInput ¶ added in v1.41.12
type GetExpenseAnalysisInput struct { // A unique identifier for the text detection job. The JobId is returned from // StartExpenseAnalysis. A JobId value is only valid for 7 days. // // JobId is a required field JobId *string `min:"1" type:"string" required:"true"` // The maximum number of results to return per paginated call. The largest value // you can specify is 20. If you specify a value greater than 20, a maximum // of 20 results is returned. The default value is 20. MaxResults *int64 `min:"1" type:"integer"` // If the previous response was incomplete (because there are more blocks to // retrieve), Amazon Textract returns a pagination token in the response. You // can use this pagination token to retrieve the next set of blocks. NextToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (GetExpenseAnalysisInput) GoString ¶ added in v1.41.12
func (s GetExpenseAnalysisInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetExpenseAnalysisInput) SetJobId ¶ added in v1.41.12
func (s *GetExpenseAnalysisInput) SetJobId(v string) *GetExpenseAnalysisInput
SetJobId sets the JobId field's value.
func (*GetExpenseAnalysisInput) SetMaxResults ¶ added in v1.41.12
func (s *GetExpenseAnalysisInput) SetMaxResults(v int64) *GetExpenseAnalysisInput
SetMaxResults sets the MaxResults field's value.
func (*GetExpenseAnalysisInput) SetNextToken ¶ added in v1.41.12
func (s *GetExpenseAnalysisInput) SetNextToken(v string) *GetExpenseAnalysisInput
SetNextToken sets the NextToken field's value.
func (GetExpenseAnalysisInput) String ¶ added in v1.41.12
func (s GetExpenseAnalysisInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetExpenseAnalysisInput) Validate ¶ added in v1.41.12
func (s *GetExpenseAnalysisInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetExpenseAnalysisOutput ¶ added in v1.41.12
type GetExpenseAnalysisOutput struct { // The current model version of AnalyzeExpense. AnalyzeExpenseModelVersion *string `type:"string"` // Information about a document that Amazon Textract processed. DocumentMetadata // is returned in every page of paginated responses from an Amazon Textract // operation. DocumentMetadata *DocumentMetadata `type:"structure"` // The expenses detected by Amazon Textract. ExpenseDocuments []*ExpenseDocument `type:"list"` // The current status of the text detection job. JobStatus *string `type:"string" enum:"JobStatus"` // If the response is truncated, Amazon Textract returns this token. You can // use this token in the subsequent request to retrieve the next set of text-detection // results. NextToken *string `min:"1" type:"string"` // Returns if the detection job could not be completed. Contains explanation // for what error occured. StatusMessage *string `type:"string"` // A list of warnings that occurred during the text-detection operation for // the document. Warnings []*Warning `type:"list"` // contains filtered or unexported fields }
func (GetExpenseAnalysisOutput) GoString ¶ added in v1.41.12
func (s GetExpenseAnalysisOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetExpenseAnalysisOutput) SetAnalyzeExpenseModelVersion ¶ added in v1.41.12
func (s *GetExpenseAnalysisOutput) SetAnalyzeExpenseModelVersion(v string) *GetExpenseAnalysisOutput
SetAnalyzeExpenseModelVersion sets the AnalyzeExpenseModelVersion field's value.
func (*GetExpenseAnalysisOutput) SetDocumentMetadata ¶ added in v1.41.12
func (s *GetExpenseAnalysisOutput) SetDocumentMetadata(v *DocumentMetadata) *GetExpenseAnalysisOutput
SetDocumentMetadata sets the DocumentMetadata field's value.
func (*GetExpenseAnalysisOutput) SetExpenseDocuments ¶ added in v1.41.12
func (s *GetExpenseAnalysisOutput) SetExpenseDocuments(v []*ExpenseDocument) *GetExpenseAnalysisOutput
SetExpenseDocuments sets the ExpenseDocuments field's value.
func (*GetExpenseAnalysisOutput) SetJobStatus ¶ added in v1.41.12
func (s *GetExpenseAnalysisOutput) SetJobStatus(v string) *GetExpenseAnalysisOutput
SetJobStatus sets the JobStatus field's value.
func (*GetExpenseAnalysisOutput) SetNextToken ¶ added in v1.41.12
func (s *GetExpenseAnalysisOutput) SetNextToken(v string) *GetExpenseAnalysisOutput
SetNextToken sets the NextToken field's value.
func (*GetExpenseAnalysisOutput) SetStatusMessage ¶ added in v1.41.12
func (s *GetExpenseAnalysisOutput) SetStatusMessage(v string) *GetExpenseAnalysisOutput
SetStatusMessage sets the StatusMessage field's value.
func (*GetExpenseAnalysisOutput) SetWarnings ¶ added in v1.41.12
func (s *GetExpenseAnalysisOutput) SetWarnings(v []*Warning) *GetExpenseAnalysisOutput
SetWarnings sets the Warnings field's value.
func (GetExpenseAnalysisOutput) String ¶ added in v1.41.12
func (s GetExpenseAnalysisOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type HumanLoopActivationOutput ¶ added in v1.25.46
type HumanLoopActivationOutput struct { // Shows the result of condition evaluations, including those conditions which // activated a human review. HumanLoopActivationConditionsEvaluationResults aws.JSONValue `type:"jsonvalue"` // Shows if and why human review was needed. HumanLoopActivationReasons []*string `min:"1" type:"list"` // The Amazon Resource Name (ARN) of the HumanLoop created. HumanLoopArn *string `type:"string"` // contains filtered or unexported fields }
Shows the results of the human in the loop evaluation. If there is no HumanLoopArn, the input did not trigger human review.
func (HumanLoopActivationOutput) GoString ¶ added in v1.25.46
func (s HumanLoopActivationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*HumanLoopActivationOutput) SetHumanLoopActivationConditionsEvaluationResults ¶ added in v1.25.46
func (s *HumanLoopActivationOutput) SetHumanLoopActivationConditionsEvaluationResults(v aws.JSONValue) *HumanLoopActivationOutput
SetHumanLoopActivationConditionsEvaluationResults sets the HumanLoopActivationConditionsEvaluationResults field's value.
func (*HumanLoopActivationOutput) SetHumanLoopActivationReasons ¶ added in v1.25.46
func (s *HumanLoopActivationOutput) SetHumanLoopActivationReasons(v []*string) *HumanLoopActivationOutput
SetHumanLoopActivationReasons sets the HumanLoopActivationReasons field's value.
func (*HumanLoopActivationOutput) SetHumanLoopArn ¶ added in v1.25.46
func (s *HumanLoopActivationOutput) SetHumanLoopArn(v string) *HumanLoopActivationOutput
SetHumanLoopArn sets the HumanLoopArn field's value.
func (HumanLoopActivationOutput) String ¶ added in v1.25.46
func (s HumanLoopActivationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type HumanLoopConfig ¶ added in v1.25.46
type HumanLoopConfig struct { // Sets attributes of the input data. DataAttributes *HumanLoopDataAttributes `type:"structure"` // The Amazon Resource Name (ARN) of the flow definition. // // FlowDefinitionArn is a required field FlowDefinitionArn *string `type:"string" required:"true"` // The name of the human workflow used for this image. This should be kept unique // within a region. // // HumanLoopName is a required field HumanLoopName *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Sets up the human review workflow the document will be sent to if one of the conditions is met. You can also set certain attributes of the image before review.
func (HumanLoopConfig) GoString ¶ added in v1.25.46
func (s HumanLoopConfig) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*HumanLoopConfig) SetDataAttributes ¶ added in v1.25.46
func (s *HumanLoopConfig) SetDataAttributes(v *HumanLoopDataAttributes) *HumanLoopConfig
SetDataAttributes sets the DataAttributes field's value.
func (*HumanLoopConfig) SetFlowDefinitionArn ¶ added in v1.25.46
func (s *HumanLoopConfig) SetFlowDefinitionArn(v string) *HumanLoopConfig
SetFlowDefinitionArn sets the FlowDefinitionArn field's value.
func (*HumanLoopConfig) SetHumanLoopName ¶ added in v1.25.46
func (s *HumanLoopConfig) SetHumanLoopName(v string) *HumanLoopConfig
SetHumanLoopName sets the HumanLoopName field's value.
func (HumanLoopConfig) String ¶ added in v1.25.46
func (s HumanLoopConfig) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*HumanLoopConfig) Validate ¶ added in v1.25.46
func (s *HumanLoopConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type HumanLoopDataAttributes ¶ added in v1.25.46
type HumanLoopDataAttributes struct { // Sets whether the input image is free of personally identifiable information // or adult content. ContentClassifiers []*string `type:"list" enum:"ContentClassifier"` // contains filtered or unexported fields }
Allows you to set attributes of the image. Currently, you can declare an image as free of personally identifiable information and adult content.
func (HumanLoopDataAttributes) GoString ¶ added in v1.25.46
func (s HumanLoopDataAttributes) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*HumanLoopDataAttributes) SetContentClassifiers ¶ added in v1.25.46
func (s *HumanLoopDataAttributes) SetContentClassifiers(v []*string) *HumanLoopDataAttributes
SetContentClassifiers sets the ContentClassifiers field's value.
func (HumanLoopDataAttributes) String ¶ added in v1.25.46
func (s HumanLoopDataAttributes) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type HumanLoopQuotaExceededException ¶ added in v1.28.0
type HumanLoopQuotaExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // The quota code. QuotaCode *string `type:"string"` // The resource type. ResourceType *string `type:"string"` // The service code. ServiceCode *string `type:"string"` // contains filtered or unexported fields }
Indicates you have exceeded the maximum number of active human in the loop workflows available
func (*HumanLoopQuotaExceededException) Code ¶ added in v1.28.0
func (s *HumanLoopQuotaExceededException) Code() string
Code returns the exception type name.
func (*HumanLoopQuotaExceededException) Error ¶ added in v1.28.0
func (s *HumanLoopQuotaExceededException) Error() string
func (HumanLoopQuotaExceededException) GoString ¶ added in v1.28.0
func (s HumanLoopQuotaExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*HumanLoopQuotaExceededException) Message ¶ added in v1.28.0
func (s *HumanLoopQuotaExceededException) Message() string
Message returns the exception's message.
func (*HumanLoopQuotaExceededException) OrigErr ¶ added in v1.28.0
func (s *HumanLoopQuotaExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*HumanLoopQuotaExceededException) RequestID ¶ added in v1.28.0
func (s *HumanLoopQuotaExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*HumanLoopQuotaExceededException) StatusCode ¶ added in v1.28.0
func (s *HumanLoopQuotaExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (HumanLoopQuotaExceededException) String ¶ added in v1.28.0
func (s HumanLoopQuotaExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type IdempotentParameterMismatchException ¶ added in v1.28.0
type IdempotentParameterMismatchException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
A ClientRequestToken input parameter was reused with an operation, but at least one of the other input parameters is different from the previous call to the operation.
func (*IdempotentParameterMismatchException) Code ¶ added in v1.28.0
func (s *IdempotentParameterMismatchException) Code() string
Code returns the exception type name.
func (*IdempotentParameterMismatchException) Error ¶ added in v1.28.0
func (s *IdempotentParameterMismatchException) Error() string
func (IdempotentParameterMismatchException) GoString ¶ added in v1.28.0
func (s IdempotentParameterMismatchException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IdempotentParameterMismatchException) Message ¶ added in v1.28.0
func (s *IdempotentParameterMismatchException) Message() string
Message returns the exception's message.
func (*IdempotentParameterMismatchException) OrigErr ¶ added in v1.28.0
func (s *IdempotentParameterMismatchException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*IdempotentParameterMismatchException) RequestID ¶ added in v1.28.0
func (s *IdempotentParameterMismatchException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*IdempotentParameterMismatchException) StatusCode ¶ added in v1.28.0
func (s *IdempotentParameterMismatchException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (IdempotentParameterMismatchException) String ¶ added in v1.28.0
func (s IdempotentParameterMismatchException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type IdentityDocument ¶ added in v1.42.14
type IdentityDocument struct { // Denotes the placement of a document in the IdentityDocument list. The first // document is marked 1, the second 2 and so on. DocumentIndex *int64 `type:"integer"` // The structure used to record information extracted from identity documents. // Contains both normalized field and value of the extracted text. IdentityDocumentFields []*IdentityDocumentField `type:"list"` // contains filtered or unexported fields }
The structure that lists each document processed in an AnalyzeID operation.
func (IdentityDocument) GoString ¶ added in v1.42.14
func (s IdentityDocument) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IdentityDocument) SetDocumentIndex ¶ added in v1.42.14
func (s *IdentityDocument) SetDocumentIndex(v int64) *IdentityDocument
SetDocumentIndex sets the DocumentIndex field's value.
func (*IdentityDocument) SetIdentityDocumentFields ¶ added in v1.42.14
func (s *IdentityDocument) SetIdentityDocumentFields(v []*IdentityDocumentField) *IdentityDocument
SetIdentityDocumentFields sets the IdentityDocumentFields field's value.
func (IdentityDocument) String ¶ added in v1.42.14
func (s IdentityDocument) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type IdentityDocumentField ¶ added in v1.42.14
type IdentityDocumentField struct { // Used to contain the information detected by an AnalyzeID operation. Type *AnalyzeIDDetections `type:"structure"` // Used to contain the information detected by an AnalyzeID operation. ValueDetection *AnalyzeIDDetections `type:"structure"` // contains filtered or unexported fields }
Structure containing both the normalized type of the extracted information and the text associated with it. These are extracted as Type and Value respectively.
func (IdentityDocumentField) GoString ¶ added in v1.42.14
func (s IdentityDocumentField) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*IdentityDocumentField) SetType ¶ added in v1.42.14
func (s *IdentityDocumentField) SetType(v *AnalyzeIDDetections) *IdentityDocumentField
SetType sets the Type field's value.
func (*IdentityDocumentField) SetValueDetection ¶ added in v1.42.14
func (s *IdentityDocumentField) SetValueDetection(v *AnalyzeIDDetections) *IdentityDocumentField
SetValueDetection sets the ValueDetection field's value.
func (IdentityDocumentField) String ¶ added in v1.42.14
func (s IdentityDocumentField) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InternalServerError ¶ added in v1.28.0
type InternalServerError struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Amazon Textract experienced a service issue. Try your call again.
func (*InternalServerError) Code ¶ added in v1.28.0
func (s *InternalServerError) Code() string
Code returns the exception type name.
func (*InternalServerError) Error ¶ added in v1.28.0
func (s *InternalServerError) Error() string
func (InternalServerError) GoString ¶ added in v1.28.0
func (s InternalServerError) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InternalServerError) Message ¶ added in v1.28.0
func (s *InternalServerError) Message() string
Message returns the exception's message.
func (*InternalServerError) OrigErr ¶ added in v1.28.0
func (s *InternalServerError) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InternalServerError) RequestID ¶ added in v1.28.0
func (s *InternalServerError) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InternalServerError) StatusCode ¶ added in v1.28.0
func (s *InternalServerError) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InternalServerError) String ¶ added in v1.28.0
func (s InternalServerError) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidJobIdException ¶ added in v1.28.0
type InvalidJobIdException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
An invalid job identifier was passed to GetDocumentAnalysis or to GetDocumentAnalysis.
func (*InvalidJobIdException) Code ¶ added in v1.28.0
func (s *InvalidJobIdException) Code() string
Code returns the exception type name.
func (*InvalidJobIdException) Error ¶ added in v1.28.0
func (s *InvalidJobIdException) Error() string
func (InvalidJobIdException) GoString ¶ added in v1.28.0
func (s InvalidJobIdException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidJobIdException) Message ¶ added in v1.28.0
func (s *InvalidJobIdException) Message() string
Message returns the exception's message.
func (*InvalidJobIdException) OrigErr ¶ added in v1.28.0
func (s *InvalidJobIdException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidJobIdException) RequestID ¶ added in v1.28.0
func (s *InvalidJobIdException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidJobIdException) StatusCode ¶ added in v1.28.0
func (s *InvalidJobIdException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidJobIdException) String ¶ added in v1.28.0
func (s InvalidJobIdException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidKMSKeyException ¶ added in v1.35.28
type InvalidKMSKeyException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Indicates you do not have decrypt permissions with the KMS key entered, or the KMS key was entered incorrectly.
func (*InvalidKMSKeyException) Code ¶ added in v1.35.28
func (s *InvalidKMSKeyException) Code() string
Code returns the exception type name.
func (*InvalidKMSKeyException) Error ¶ added in v1.35.28
func (s *InvalidKMSKeyException) Error() string
func (InvalidKMSKeyException) GoString ¶ added in v1.35.28
func (s InvalidKMSKeyException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidKMSKeyException) Message ¶ added in v1.35.28
func (s *InvalidKMSKeyException) Message() string
Message returns the exception's message.
func (*InvalidKMSKeyException) OrigErr ¶ added in v1.35.28
func (s *InvalidKMSKeyException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidKMSKeyException) RequestID ¶ added in v1.35.28
func (s *InvalidKMSKeyException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidKMSKeyException) StatusCode ¶ added in v1.35.28
func (s *InvalidKMSKeyException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidKMSKeyException) String ¶ added in v1.35.28
func (s InvalidKMSKeyException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidParameterException ¶ added in v1.28.0
type InvalidParameterException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
An input parameter violated a constraint. For example, in synchronous operations, an InvalidParameterException exception occurs when neither of the S3Object or Bytes values are supplied in the Document request parameter. Validate your parameter before calling the API operation again.
func (*InvalidParameterException) Code ¶ added in v1.28.0
func (s *InvalidParameterException) Code() string
Code returns the exception type name.
func (*InvalidParameterException) Error ¶ added in v1.28.0
func (s *InvalidParameterException) Error() string
func (InvalidParameterException) GoString ¶ added in v1.28.0
func (s InvalidParameterException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidParameterException) Message ¶ added in v1.28.0
func (s *InvalidParameterException) Message() string
Message returns the exception's message.
func (*InvalidParameterException) OrigErr ¶ added in v1.28.0
func (s *InvalidParameterException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidParameterException) RequestID ¶ added in v1.28.0
func (s *InvalidParameterException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidParameterException) StatusCode ¶ added in v1.28.0
func (s *InvalidParameterException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidParameterException) String ¶ added in v1.28.0
func (s InvalidParameterException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidS3ObjectException ¶ added in v1.28.0
type InvalidS3ObjectException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Amazon Textract is unable to access the S3 object that's specified in the request. for more information, Configure Access to Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-access-control.html) For troubleshooting information, see Troubleshooting Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/troubleshooting.html)
func (*InvalidS3ObjectException) Code ¶ added in v1.28.0
func (s *InvalidS3ObjectException) Code() string
Code returns the exception type name.
func (*InvalidS3ObjectException) Error ¶ added in v1.28.0
func (s *InvalidS3ObjectException) Error() string
func (InvalidS3ObjectException) GoString ¶ added in v1.28.0
func (s InvalidS3ObjectException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidS3ObjectException) Message ¶ added in v1.28.0
func (s *InvalidS3ObjectException) Message() string
Message returns the exception's message.
func (*InvalidS3ObjectException) OrigErr ¶ added in v1.28.0
func (s *InvalidS3ObjectException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidS3ObjectException) RequestID ¶ added in v1.28.0
func (s *InvalidS3ObjectException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidS3ObjectException) StatusCode ¶ added in v1.28.0
func (s *InvalidS3ObjectException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidS3ObjectException) String ¶ added in v1.28.0
func (s InvalidS3ObjectException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type LimitExceededException ¶ added in v1.28.0
type LimitExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
An Amazon Textract service limit was exceeded. For example, if you start too many asynchronous jobs concurrently, calls to start operations (StartDocumentTextDetection, for example) raise a LimitExceededException exception (HTTP status code: 400) until the number of concurrently running jobs is below the Amazon Textract service limit.
func (*LimitExceededException) Code ¶ added in v1.28.0
func (s *LimitExceededException) Code() string
Code returns the exception type name.
func (*LimitExceededException) Error ¶ added in v1.28.0
func (s *LimitExceededException) Error() string
func (LimitExceededException) GoString ¶ added in v1.28.0
func (s LimitExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LimitExceededException) Message ¶ added in v1.28.0
func (s *LimitExceededException) Message() string
Message returns the exception's message.
func (*LimitExceededException) OrigErr ¶ added in v1.28.0
func (s *LimitExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*LimitExceededException) RequestID ¶ added in v1.28.0
func (s *LimitExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*LimitExceededException) StatusCode ¶ added in v1.28.0
func (s *LimitExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (LimitExceededException) String ¶ added in v1.28.0
func (s LimitExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type LineItemFields ¶ added in v1.40.8
type LineItemFields struct { // ExpenseFields used to show information from detected lines on a table. LineItemExpenseFields []*ExpenseField `type:"list"` // contains filtered or unexported fields }
A structure that holds information about the different lines found in a document's tables.
func (LineItemFields) GoString ¶ added in v1.40.8
func (s LineItemFields) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LineItemFields) SetLineItemExpenseFields ¶ added in v1.40.8
func (s *LineItemFields) SetLineItemExpenseFields(v []*ExpenseField) *LineItemFields
SetLineItemExpenseFields sets the LineItemExpenseFields field's value.
func (LineItemFields) String ¶ added in v1.40.8
func (s LineItemFields) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type LineItemGroup ¶ added in v1.40.8
type LineItemGroup struct { // The number used to identify a specific table in a document. The first table // encountered will have a LineItemGroupIndex of 1, the second 2, etc. LineItemGroupIndex *int64 `type:"integer"` // The breakdown of information on a particular line of a table. LineItems []*LineItemFields `type:"list"` // contains filtered or unexported fields }
A grouping of tables which contain LineItems, with each table identified by the table's LineItemGroupIndex.
func (LineItemGroup) GoString ¶ added in v1.40.8
func (s LineItemGroup) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*LineItemGroup) SetLineItemGroupIndex ¶ added in v1.40.8
func (s *LineItemGroup) SetLineItemGroupIndex(v int64) *LineItemGroup
SetLineItemGroupIndex sets the LineItemGroupIndex field's value.
func (*LineItemGroup) SetLineItems ¶ added in v1.40.8
func (s *LineItemGroup) SetLineItems(v []*LineItemFields) *LineItemGroup
SetLineItems sets the LineItems field's value.
func (LineItemGroup) String ¶ added in v1.40.8
func (s LineItemGroup) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type NormalizedValue ¶ added in v1.42.14
type NormalizedValue struct { // The value of the date, written as Year-Month-DayTHour:Minute:Second. Value *string `type:"string"` // The normalized type of the value detected. In this case, DATE. ValueType *string `type:"string" enum:"ValueType"` // contains filtered or unexported fields }
Contains information relating to dates in a document, including the type of value, and the value.
func (NormalizedValue) GoString ¶ added in v1.42.14
func (s NormalizedValue) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NormalizedValue) SetValue ¶ added in v1.42.14
func (s *NormalizedValue) SetValue(v string) *NormalizedValue
SetValue sets the Value field's value.
func (*NormalizedValue) SetValueType ¶ added in v1.42.14
func (s *NormalizedValue) SetValueType(v string) *NormalizedValue
SetValueType sets the ValueType field's value.
func (NormalizedValue) String ¶ added in v1.42.14
func (s NormalizedValue) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type NotificationChannel ¶
type NotificationChannel struct { // The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract // publishing permissions to the Amazon SNS topic. // // RoleArn is a required field RoleArn *string `min:"20" type:"string" required:"true"` // The Amazon SNS topic that Amazon Textract posts the completion status to. // // SNSTopicArn is a required field SNSTopicArn *string `min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
The Amazon Simple Notification Service (Amazon SNS) topic to which Amazon Textract publishes the completion status of an asynchronous document operation, such as StartDocumentTextDetection.
func (NotificationChannel) GoString ¶
func (s NotificationChannel) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NotificationChannel) SetRoleArn ¶
func (s *NotificationChannel) SetRoleArn(v string) *NotificationChannel
SetRoleArn sets the RoleArn field's value.
func (*NotificationChannel) SetSNSTopicArn ¶
func (s *NotificationChannel) SetSNSTopicArn(v string) *NotificationChannel
SetSNSTopicArn sets the SNSTopicArn field's value.
func (NotificationChannel) String ¶
func (s NotificationChannel) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*NotificationChannel) Validate ¶
func (s *NotificationChannel) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OutputConfig ¶ added in v1.34.31
type OutputConfig struct { // The name of the bucket your output will go to. // // S3Bucket is a required field S3Bucket *string `min:"3" type:"string" required:"true"` // The prefix of the object key that the output will be saved to. When not enabled, // the prefix will be “textract_output". S3Prefix *string `min:"1" type:"string"` // contains filtered or unexported fields }
Sets whether or not your output will go to a user created bucket. Used to set the name of the bucket, and the prefix on the output file.
OutputConfig is an optional parameter which lets you adjust where your output will be placed. By default, Amazon Textract will store the results internally and can only be accessed by the Get API operations. With OutputConfig enabled, you can set the name of the bucket the output will be sent to and the file prefix of the results where you can download your results. Additionally, you can set the KMSKeyID parameter to a customer master key (CMK) to encrypt your output. Without this parameter set Amazon Textract will encrypt server-side using the AWS managed CMK for Amazon S3.
Decryption of Customer Content is necessary for processing of the documents by Amazon Textract. If your account is opted out under an AI services opt out policy then all unencrypted Customer Content is immediately and permanently deleted after the Customer Content has been processed by the service. No copy of of the output is retained by Amazon Textract. For information about how to opt out, see Managing AI services opt-out policy. (https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_ai-opt-out.html)
For more information on data privacy, see the Data Privacy FAQ (https://aws.amazon.com/compliance/data-privacy-faq/).
func (OutputConfig) GoString ¶ added in v1.34.31
func (s OutputConfig) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OutputConfig) SetS3Bucket ¶ added in v1.34.31
func (s *OutputConfig) SetS3Bucket(v string) *OutputConfig
SetS3Bucket sets the S3Bucket field's value.
func (*OutputConfig) SetS3Prefix ¶ added in v1.34.31
func (s *OutputConfig) SetS3Prefix(v string) *OutputConfig
SetS3Prefix sets the S3Prefix field's value.
func (OutputConfig) String ¶ added in v1.34.31
func (s OutputConfig) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OutputConfig) Validate ¶ added in v1.34.31
func (s *OutputConfig) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Point ¶
type Point struct { // The value of the X coordinate for a point on a Polygon. X *float64 `type:"float"` // The value of the Y coordinate for a point on a Polygon. Y *float64 `type:"float"` // contains filtered or unexported fields }
The X and Y coordinates of a point on a document page. The X and Y values that are returned are ratios of the overall document page size. For example, if the input document is 700 x 200 and the operation returns X=0.5 and Y=0.25, then the point is at the (350,50) pixel coordinate on the document page.
An array of Point objects, Polygon, is returned by DetectDocumentText. Polygon represents a fine-grained polygon around detected text. For more information, see Geometry in the Amazon Textract Developer Guide.
type ProvisionedThroughputExceededException ¶ added in v1.28.0
type ProvisionedThroughputExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Textract.
func (*ProvisionedThroughputExceededException) Code ¶ added in v1.28.0
func (s *ProvisionedThroughputExceededException) Code() string
Code returns the exception type name.
func (*ProvisionedThroughputExceededException) Error ¶ added in v1.28.0
func (s *ProvisionedThroughputExceededException) Error() string
func (ProvisionedThroughputExceededException) GoString ¶ added in v1.28.0
func (s ProvisionedThroughputExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ProvisionedThroughputExceededException) Message ¶ added in v1.28.0
func (s *ProvisionedThroughputExceededException) Message() string
Message returns the exception's message.
func (*ProvisionedThroughputExceededException) OrigErr ¶ added in v1.28.0
func (s *ProvisionedThroughputExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ProvisionedThroughputExceededException) RequestID ¶ added in v1.28.0
func (s *ProvisionedThroughputExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ProvisionedThroughputExceededException) StatusCode ¶ added in v1.28.0
func (s *ProvisionedThroughputExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ProvisionedThroughputExceededException) String ¶ added in v1.28.0
func (s ProvisionedThroughputExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Relationship ¶
type Relationship struct { // An array of IDs for related blocks. You can get the type of the relationship // from the Type element. Ids []*string `type:"list"` // The type of relationship that the blocks in the IDs array have with the current // block. The relationship can be VALUE or CHILD. A relationship of type VALUE // is a list that contains the ID of the VALUE block that's associated with // the KEY of a key-value pair. A relationship of type CHILD is a list of IDs // that identify WORD blocks in the case of lines Cell blocks in the case of // Tables, and WORD blocks in the case of Selection Elements. Type *string `type:"string" enum:"RelationshipType"` // contains filtered or unexported fields }
Information about how blocks are related to each other. A Block object contains 0 or more Relation objects in a list, Relationships. For more information, see Block.
The Type element provides the type of the relationship for all blocks in the IDs array.
func (Relationship) GoString ¶
func (s Relationship) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Relationship) SetIds ¶
func (s *Relationship) SetIds(v []*string) *Relationship
SetIds sets the Ids field's value.
func (*Relationship) SetType ¶
func (s *Relationship) SetType(v string) *Relationship
SetType sets the Type field's value.
func (Relationship) String ¶
func (s Relationship) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type S3Object ¶
type S3Object struct { // The name of the S3 bucket. Note that the # character is not valid in the // file name. Bucket *string `min:"3" type:"string"` // The file name of the input document. Synchronous operations can use image // files that are in JPEG or PNG format. Asynchronous operations also support // PDF and TIFF format files. Name *string `min:"1" type:"string"` // If the bucket has versioning enabled, you can specify the object version. Version *string `min:"1" type:"string"` // contains filtered or unexported fields }
The S3 bucket name and file name that identifies the document.
The AWS Region for the S3 bucket that contains the document must match the Region that you use for Amazon Textract operations.
For Amazon Textract to process a file in an S3 bucket, the user must have permission to access the S3 bucket and file.
func (S3Object) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*S3Object) SetVersion ¶
SetVersion sets the Version field's value.
type StartDocumentAnalysisInput ¶
type StartDocumentAnalysisInput struct { // The idempotent token that you use to identify the start request. If you use // the same token with multiple StartDocumentAnalysis requests, the same JobId // is returned. Use ClientRequestToken to prevent the same job from being accidentally // started more than once. For more information, see Calling Amazon Textract // Asynchronous Operations (https://docs.aws.amazon.com/textract/latest/dg/api-async.html). ClientRequestToken *string `min:"1" type:"string"` // The location of the document to be processed. // // DocumentLocation is a required field DocumentLocation *DocumentLocation `type:"structure" required:"true"` // A list of the types of analysis to perform. Add TABLES to the list to return // information about the tables that are detected in the input document. Add // FORMS to return detected form data. To perform both types of analysis, add // TABLES and FORMS to FeatureTypes. All lines and words detected in the document // are included in the response (including text that isn't related to the value // of FeatureTypes). // // FeatureTypes is a required field FeatureTypes []*string `type:"list" required:"true" enum:"FeatureType"` // An identifier that you specify that's included in the completion notification // published to the Amazon SNS topic. For example, you can use JobTag to identify // the type of document that the completion notification corresponds to (such // as a tax form or a receipt). JobTag *string `min:"1" type:"string"` // The KMS key used to encrypt the inference results. This can be in either // Key ID or Key Alias format. When a KMS key is provided, the KMS key will // be used for server-side encryption of the objects in the customer bucket. // When this parameter is not enabled, the result will be encrypted server side,using // SSE-S3. KMSKeyId *string `min:"1" type:"string"` // The Amazon SNS topic ARN that you want Amazon Textract to publish the completion // status of the operation to. NotificationChannel *NotificationChannel `type:"structure"` // Sets if the output will go to a customer defined bucket. By default, Amazon // Textract will save the results internally to be accessed by the GetDocumentAnalysis // operation. OutputConfig *OutputConfig `type:"structure"` // contains filtered or unexported fields }
func (StartDocumentAnalysisInput) GoString ¶
func (s StartDocumentAnalysisInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartDocumentAnalysisInput) SetClientRequestToken ¶
func (s *StartDocumentAnalysisInput) SetClientRequestToken(v string) *StartDocumentAnalysisInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*StartDocumentAnalysisInput) SetDocumentLocation ¶
func (s *StartDocumentAnalysisInput) SetDocumentLocation(v *DocumentLocation) *StartDocumentAnalysisInput
SetDocumentLocation sets the DocumentLocation field's value.
func (*StartDocumentAnalysisInput) SetFeatureTypes ¶
func (s *StartDocumentAnalysisInput) SetFeatureTypes(v []*string) *StartDocumentAnalysisInput
SetFeatureTypes sets the FeatureTypes field's value.
func (*StartDocumentAnalysisInput) SetJobTag ¶
func (s *StartDocumentAnalysisInput) SetJobTag(v string) *StartDocumentAnalysisInput
SetJobTag sets the JobTag field's value.
func (*StartDocumentAnalysisInput) SetKMSKeyId ¶ added in v1.35.28
func (s *StartDocumentAnalysisInput) SetKMSKeyId(v string) *StartDocumentAnalysisInput
SetKMSKeyId sets the KMSKeyId field's value.
func (*StartDocumentAnalysisInput) SetNotificationChannel ¶
func (s *StartDocumentAnalysisInput) SetNotificationChannel(v *NotificationChannel) *StartDocumentAnalysisInput
SetNotificationChannel sets the NotificationChannel field's value.
func (*StartDocumentAnalysisInput) SetOutputConfig ¶ added in v1.34.31
func (s *StartDocumentAnalysisInput) SetOutputConfig(v *OutputConfig) *StartDocumentAnalysisInput
SetOutputConfig sets the OutputConfig field's value.
func (StartDocumentAnalysisInput) String ¶
func (s StartDocumentAnalysisInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartDocumentAnalysisInput) Validate ¶
func (s *StartDocumentAnalysisInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartDocumentAnalysisOutput ¶
type StartDocumentAnalysisOutput struct { // The identifier for the document text detection job. Use JobId to identify // the job in a subsequent call to GetDocumentAnalysis. A JobId value is only // valid for 7 days. JobId *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (StartDocumentAnalysisOutput) GoString ¶
func (s StartDocumentAnalysisOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartDocumentAnalysisOutput) SetJobId ¶
func (s *StartDocumentAnalysisOutput) SetJobId(v string) *StartDocumentAnalysisOutput
SetJobId sets the JobId field's value.
func (StartDocumentAnalysisOutput) String ¶
func (s StartDocumentAnalysisOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StartDocumentTextDetectionInput ¶
type StartDocumentTextDetectionInput struct { // The idempotent token that's used to identify the start request. If you use // the same token with multiple StartDocumentTextDetection requests, the same // JobId is returned. Use ClientRequestToken to prevent the same job from being // accidentally started more than once. For more information, see Calling Amazon // Textract Asynchronous Operations (https://docs.aws.amazon.com/textract/latest/dg/api-async.html). ClientRequestToken *string `min:"1" type:"string"` // The location of the document to be processed. // // DocumentLocation is a required field DocumentLocation *DocumentLocation `type:"structure" required:"true"` // An identifier that you specify that's included in the completion notification // published to the Amazon SNS topic. For example, you can use JobTag to identify // the type of document that the completion notification corresponds to (such // as a tax form or a receipt). JobTag *string `min:"1" type:"string"` // The KMS key used to encrypt the inference results. This can be in either // Key ID or Key Alias format. When a KMS key is provided, the KMS key will // be used for server-side encryption of the objects in the customer bucket. // When this parameter is not enabled, the result will be encrypted server side,using // SSE-S3. KMSKeyId *string `min:"1" type:"string"` // The Amazon SNS topic ARN that you want Amazon Textract to publish the completion // status of the operation to. NotificationChannel *NotificationChannel `type:"structure"` // Sets if the output will go to a customer defined bucket. By default Amazon // Textract will save the results internally to be accessed with the GetDocumentTextDetection // operation. OutputConfig *OutputConfig `type:"structure"` // contains filtered or unexported fields }
func (StartDocumentTextDetectionInput) GoString ¶
func (s StartDocumentTextDetectionInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartDocumentTextDetectionInput) SetClientRequestToken ¶
func (s *StartDocumentTextDetectionInput) SetClientRequestToken(v string) *StartDocumentTextDetectionInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*StartDocumentTextDetectionInput) SetDocumentLocation ¶
func (s *StartDocumentTextDetectionInput) SetDocumentLocation(v *DocumentLocation) *StartDocumentTextDetectionInput
SetDocumentLocation sets the DocumentLocation field's value.
func (*StartDocumentTextDetectionInput) SetJobTag ¶
func (s *StartDocumentTextDetectionInput) SetJobTag(v string) *StartDocumentTextDetectionInput
SetJobTag sets the JobTag field's value.
func (*StartDocumentTextDetectionInput) SetKMSKeyId ¶ added in v1.35.28
func (s *StartDocumentTextDetectionInput) SetKMSKeyId(v string) *StartDocumentTextDetectionInput
SetKMSKeyId sets the KMSKeyId field's value.
func (*StartDocumentTextDetectionInput) SetNotificationChannel ¶
func (s *StartDocumentTextDetectionInput) SetNotificationChannel(v *NotificationChannel) *StartDocumentTextDetectionInput
SetNotificationChannel sets the NotificationChannel field's value.
func (*StartDocumentTextDetectionInput) SetOutputConfig ¶ added in v1.34.31
func (s *StartDocumentTextDetectionInput) SetOutputConfig(v *OutputConfig) *StartDocumentTextDetectionInput
SetOutputConfig sets the OutputConfig field's value.
func (StartDocumentTextDetectionInput) String ¶
func (s StartDocumentTextDetectionInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartDocumentTextDetectionInput) Validate ¶
func (s *StartDocumentTextDetectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartDocumentTextDetectionOutput ¶
type StartDocumentTextDetectionOutput struct { // The identifier of the text detection job for the document. Use JobId to identify // the job in a subsequent call to GetDocumentTextDetection. A JobId value is // only valid for 7 days. JobId *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (StartDocumentTextDetectionOutput) GoString ¶
func (s StartDocumentTextDetectionOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartDocumentTextDetectionOutput) SetJobId ¶
func (s *StartDocumentTextDetectionOutput) SetJobId(v string) *StartDocumentTextDetectionOutput
SetJobId sets the JobId field's value.
func (StartDocumentTextDetectionOutput) String ¶
func (s StartDocumentTextDetectionOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type StartExpenseAnalysisInput ¶ added in v1.41.12
type StartExpenseAnalysisInput struct { // The idempotent token that's used to identify the start request. If you use // the same token with multiple StartDocumentTextDetection requests, the same // JobId is returned. Use ClientRequestToken to prevent the same job from being // accidentally started more than once. For more information, see Calling Amazon // Textract Asynchronous Operations (https://docs.aws.amazon.com/textract/latest/dg/api-async.html) ClientRequestToken *string `min:"1" type:"string"` // The location of the document to be processed. // // DocumentLocation is a required field DocumentLocation *DocumentLocation `type:"structure" required:"true"` // An identifier you specify that's included in the completion notification // published to the Amazon SNS topic. For example, you can use JobTag to identify // the type of document that the completion notification corresponds to (such // as a tax form or a receipt). JobTag *string `min:"1" type:"string"` // The KMS key used to encrypt the inference results. This can be in either // Key ID or Key Alias format. When a KMS key is provided, the KMS key will // be used for server-side encryption of the objects in the customer bucket. // When this parameter is not enabled, the result will be encrypted server side,using // SSE-S3. KMSKeyId *string `min:"1" type:"string"` // The Amazon SNS topic ARN that you want Amazon Textract to publish the completion // status of the operation to. NotificationChannel *NotificationChannel `type:"structure"` // Sets if the output will go to a customer defined bucket. By default, Amazon // Textract will save the results internally to be accessed by the GetExpenseAnalysis // operation. OutputConfig *OutputConfig `type:"structure"` // contains filtered or unexported fields }
func (StartExpenseAnalysisInput) GoString ¶ added in v1.41.12
func (s StartExpenseAnalysisInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartExpenseAnalysisInput) SetClientRequestToken ¶ added in v1.41.12
func (s *StartExpenseAnalysisInput) SetClientRequestToken(v string) *StartExpenseAnalysisInput
SetClientRequestToken sets the ClientRequestToken field's value.
func (*StartExpenseAnalysisInput) SetDocumentLocation ¶ added in v1.41.12
func (s *StartExpenseAnalysisInput) SetDocumentLocation(v *DocumentLocation) *StartExpenseAnalysisInput
SetDocumentLocation sets the DocumentLocation field's value.
func (*StartExpenseAnalysisInput) SetJobTag ¶ added in v1.41.12
func (s *StartExpenseAnalysisInput) SetJobTag(v string) *StartExpenseAnalysisInput
SetJobTag sets the JobTag field's value.
func (*StartExpenseAnalysisInput) SetKMSKeyId ¶ added in v1.41.12
func (s *StartExpenseAnalysisInput) SetKMSKeyId(v string) *StartExpenseAnalysisInput
SetKMSKeyId sets the KMSKeyId field's value.
func (*StartExpenseAnalysisInput) SetNotificationChannel ¶ added in v1.41.12
func (s *StartExpenseAnalysisInput) SetNotificationChannel(v *NotificationChannel) *StartExpenseAnalysisInput
SetNotificationChannel sets the NotificationChannel field's value.
func (*StartExpenseAnalysisInput) SetOutputConfig ¶ added in v1.41.12
func (s *StartExpenseAnalysisInput) SetOutputConfig(v *OutputConfig) *StartExpenseAnalysisInput
SetOutputConfig sets the OutputConfig field's value.
func (StartExpenseAnalysisInput) String ¶ added in v1.41.12
func (s StartExpenseAnalysisInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartExpenseAnalysisInput) Validate ¶ added in v1.41.12
func (s *StartExpenseAnalysisInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartExpenseAnalysisOutput ¶ added in v1.41.12
type StartExpenseAnalysisOutput struct { // A unique identifier for the text detection job. The JobId is returned from // StartExpenseAnalysis. A JobId value is only valid for 7 days. JobId *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (StartExpenseAnalysisOutput) GoString ¶ added in v1.41.12
func (s StartExpenseAnalysisOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*StartExpenseAnalysisOutput) SetJobId ¶ added in v1.41.12
func (s *StartExpenseAnalysisOutput) SetJobId(v string) *StartExpenseAnalysisOutput
SetJobId sets the JobId field's value.
func (StartExpenseAnalysisOutput) String ¶ added in v1.41.12
func (s StartExpenseAnalysisOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Textract ¶
Textract provides the API operation methods for making requests to Amazon Textract. See this package's package overview docs for details on the service.
Textract methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *Textract
New creates a new instance of the Textract client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a Textract client from just a session. svc := textract.New(mySession) // Create a Textract client with additional configuration svc := textract.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*Textract) AnalyzeDocument ¶
func (c *Textract) AnalyzeDocument(input *AnalyzeDocumentInput) (*AnalyzeDocumentOutput, error)
AnalyzeDocument API operation for Amazon Textract.
Analyzes an input document for relationships between detected items.
The types of information returned are as follows:
Form data (key-value pairs). The related information is returned in two Block objects, each of type KEY_VALUE_SET: a KEY Block object and a VALUE Block object. For example, Name: Ana Silva Carolina contains a key and value. Name: is the key. Ana Silva Carolina is the value.
Table and table cell data. A TABLE Block object contains information about a detected table. A CELL Block object is returned for each cell in a table.
Lines and words of text. A LINE Block object contains one or more WORD Block objects. All lines and words that are detected in the document are returned (including text that doesn't have a relationship with the value of FeatureTypes).
Selection elements such as check boxes and option buttons (radio buttons) can be detected in form data and in tables. A SELECTION_ELEMENT Block object contains information about a selection element, including the selection status.
You can choose which type of analysis to perform by specifying the FeatureTypes list.
The output is returned in a list of Block objects.
AnalyzeDocument is a synchronous operation. To analyze documents asynchronously, use StartDocumentAnalysis.
For more information, see Document Text Analysis (https://docs.aws.amazon.com/textract/latest/dg/how-it-works-analyzing.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Textract's API operation AnalyzeDocument for usage and error information.
Returned Error Types:
InvalidParameterException An input parameter violated a constraint. For example, in synchronous operations, an InvalidParameterException exception occurs when neither of the S3Object or Bytes values are supplied in the Document request parameter. Validate your parameter before calling the API operation again.
InvalidS3ObjectException Amazon Textract is unable to access the S3 object that's specified in the request. for more information, Configure Access to Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-access-control.html) For troubleshooting information, see Troubleshooting Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/troubleshooting.html)
UnsupportedDocumentException The format of the input document isn't supported. Documents for synchronous operations can be in PNG or JPEG format only. Documents for asynchronous operations can be in PDF format.
DocumentTooLargeException The document can't be processed because it's too large. The maximum document size for synchronous operations 10 MB. The maximum document size for asynchronous operations is 500 MB for PDF files.
BadDocumentException Amazon Textract isn't able to read the document. For more information on the document limits in Amazon Textract, see limits.
AccessDeniedException You aren't authorized to perform the action. Use the Amazon Resource Name (ARN) of an authorized user or IAM role to perform the operation.
ProvisionedThroughputExceededException The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Textract.
InternalServerError Amazon Textract experienced a service issue. Try your call again.
ThrottlingException Amazon Textract is temporarily unable to process the request. Try your call again.
HumanLoopQuotaExceededException Indicates you have exceeded the maximum number of active human in the loop workflows available
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/AnalyzeDocument
func (*Textract) AnalyzeDocumentRequest ¶
func (c *Textract) AnalyzeDocumentRequest(input *AnalyzeDocumentInput) (req *request.Request, output *AnalyzeDocumentOutput)
AnalyzeDocumentRequest generates a "aws/request.Request" representing the client's request for the AnalyzeDocument operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AnalyzeDocument for more information on using the AnalyzeDocument API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AnalyzeDocumentRequest method. req, resp := client.AnalyzeDocumentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/AnalyzeDocument
func (*Textract) AnalyzeDocumentWithContext ¶
func (c *Textract) AnalyzeDocumentWithContext(ctx aws.Context, input *AnalyzeDocumentInput, opts ...request.Option) (*AnalyzeDocumentOutput, error)
AnalyzeDocumentWithContext is the same as AnalyzeDocument with the addition of the ability to pass a context and additional request options.
See AnalyzeDocument for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Textract) AnalyzeExpense ¶ added in v1.40.8
func (c *Textract) AnalyzeExpense(input *AnalyzeExpenseInput) (*AnalyzeExpenseOutput, error)
AnalyzeExpense API operation for Amazon Textract.
AnalyzeExpense synchronously analyzes an input document for financially related relationships between text.
Information is returned as ExpenseDocuments and seperated as follows.
LineItemGroups- A data set containing LineItems which store information about the lines of text, such as an item purchased and its price on a receipt.
SummaryFields- Contains all other information a receipt, such as header information or the vendors name.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Textract's API operation AnalyzeExpense for usage and error information.
Returned Error Types:
InvalidParameterException An input parameter violated a constraint. For example, in synchronous operations, an InvalidParameterException exception occurs when neither of the S3Object or Bytes values are supplied in the Document request parameter. Validate your parameter before calling the API operation again.
InvalidS3ObjectException Amazon Textract is unable to access the S3 object that's specified in the request. for more information, Configure Access to Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-access-control.html) For troubleshooting information, see Troubleshooting Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/troubleshooting.html)
UnsupportedDocumentException The format of the input document isn't supported. Documents for synchronous operations can be in PNG or JPEG format only. Documents for asynchronous operations can be in PDF format.
DocumentTooLargeException The document can't be processed because it's too large. The maximum document size for synchronous operations 10 MB. The maximum document size for asynchronous operations is 500 MB for PDF files.
BadDocumentException Amazon Textract isn't able to read the document. For more information on the document limits in Amazon Textract, see limits.
AccessDeniedException You aren't authorized to perform the action. Use the Amazon Resource Name (ARN) of an authorized user or IAM role to perform the operation.
ProvisionedThroughputExceededException The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Textract.
InternalServerError Amazon Textract experienced a service issue. Try your call again.
ThrottlingException Amazon Textract is temporarily unable to process the request. Try your call again.
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/AnalyzeExpense
func (*Textract) AnalyzeExpenseRequest ¶ added in v1.40.8
func (c *Textract) AnalyzeExpenseRequest(input *AnalyzeExpenseInput) (req *request.Request, output *AnalyzeExpenseOutput)
AnalyzeExpenseRequest generates a "aws/request.Request" representing the client's request for the AnalyzeExpense operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AnalyzeExpense for more information on using the AnalyzeExpense API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AnalyzeExpenseRequest method. req, resp := client.AnalyzeExpenseRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/AnalyzeExpense
func (*Textract) AnalyzeExpenseWithContext ¶ added in v1.40.8
func (c *Textract) AnalyzeExpenseWithContext(ctx aws.Context, input *AnalyzeExpenseInput, opts ...request.Option) (*AnalyzeExpenseOutput, error)
AnalyzeExpenseWithContext is the same as AnalyzeExpense with the addition of the ability to pass a context and additional request options.
See AnalyzeExpense for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Textract) AnalyzeID ¶ added in v1.42.14
func (c *Textract) AnalyzeID(input *AnalyzeIDInput) (*AnalyzeIDOutput, error)
AnalyzeID API operation for Amazon Textract.
Analyzes identity documents for relevant information. This information is extracted and returned as IdentityDocumentFields, which records both the normalized field and value of the extracted text.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Textract's API operation AnalyzeID for usage and error information.
Returned Error Types:
InvalidParameterException An input parameter violated a constraint. For example, in synchronous operations, an InvalidParameterException exception occurs when neither of the S3Object or Bytes values are supplied in the Document request parameter. Validate your parameter before calling the API operation again.
InvalidS3ObjectException Amazon Textract is unable to access the S3 object that's specified in the request. for more information, Configure Access to Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-access-control.html) For troubleshooting information, see Troubleshooting Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/troubleshooting.html)
UnsupportedDocumentException The format of the input document isn't supported. Documents for synchronous operations can be in PNG or JPEG format only. Documents for asynchronous operations can be in PDF format.
DocumentTooLargeException The document can't be processed because it's too large. The maximum document size for synchronous operations 10 MB. The maximum document size for asynchronous operations is 500 MB for PDF files.
BadDocumentException Amazon Textract isn't able to read the document. For more information on the document limits in Amazon Textract, see limits.
AccessDeniedException You aren't authorized to perform the action. Use the Amazon Resource Name (ARN) of an authorized user or IAM role to perform the operation.
ProvisionedThroughputExceededException The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Textract.
InternalServerError Amazon Textract experienced a service issue. Try your call again.
ThrottlingException Amazon Textract is temporarily unable to process the request. Try your call again.
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/AnalyzeID
func (*Textract) AnalyzeIDRequest ¶ added in v1.42.14
func (c *Textract) AnalyzeIDRequest(input *AnalyzeIDInput) (req *request.Request, output *AnalyzeIDOutput)
AnalyzeIDRequest generates a "aws/request.Request" representing the client's request for the AnalyzeID operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AnalyzeID for more information on using the AnalyzeID API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AnalyzeIDRequest method. req, resp := client.AnalyzeIDRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/AnalyzeID
func (*Textract) AnalyzeIDWithContext ¶ added in v1.42.14
func (c *Textract) AnalyzeIDWithContext(ctx aws.Context, input *AnalyzeIDInput, opts ...request.Option) (*AnalyzeIDOutput, error)
AnalyzeIDWithContext is the same as AnalyzeID with the addition of the ability to pass a context and additional request options.
See AnalyzeID for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Textract) DetectDocumentText ¶
func (c *Textract) DetectDocumentText(input *DetectDocumentTextInput) (*DetectDocumentTextOutput, error)
DetectDocumentText API operation for Amazon Textract.
Detects text in the input document. Amazon Textract can detect lines of text and the words that make up a line of text. The input document must be an image in JPEG or PNG format. DetectDocumentText returns the detected text in an array of Block objects.
Each document page has as an associated Block of type PAGE. Each PAGE Block object is the parent of LINE Block objects that represent the lines of detected text on a page. A LINE Block object is a parent for each word that makes up the line. Words are represented by Block objects of type WORD.
DetectDocumentText is a synchronous operation. To analyze documents asynchronously, use StartDocumentTextDetection.
For more information, see Document Text Detection (https://docs.aws.amazon.com/textract/latest/dg/how-it-works-detecting.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Textract's API operation DetectDocumentText for usage and error information.
Returned Error Types:
InvalidParameterException An input parameter violated a constraint. For example, in synchronous operations, an InvalidParameterException exception occurs when neither of the S3Object or Bytes values are supplied in the Document request parameter. Validate your parameter before calling the API operation again.
InvalidS3ObjectException Amazon Textract is unable to access the S3 object that's specified in the request. for more information, Configure Access to Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-access-control.html) For troubleshooting information, see Troubleshooting Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/troubleshooting.html)
UnsupportedDocumentException The format of the input document isn't supported. Documents for synchronous operations can be in PNG or JPEG format only. Documents for asynchronous operations can be in PDF format.
DocumentTooLargeException The document can't be processed because it's too large. The maximum document size for synchronous operations 10 MB. The maximum document size for asynchronous operations is 500 MB for PDF files.
BadDocumentException Amazon Textract isn't able to read the document. For more information on the document limits in Amazon Textract, see limits.
AccessDeniedException You aren't authorized to perform the action. Use the Amazon Resource Name (ARN) of an authorized user or IAM role to perform the operation.
ProvisionedThroughputExceededException The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Textract.
InternalServerError Amazon Textract experienced a service issue. Try your call again.
ThrottlingException Amazon Textract is temporarily unable to process the request. Try your call again.
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/DetectDocumentText
func (*Textract) DetectDocumentTextRequest ¶
func (c *Textract) DetectDocumentTextRequest(input *DetectDocumentTextInput) (req *request.Request, output *DetectDocumentTextOutput)
DetectDocumentTextRequest generates a "aws/request.Request" representing the client's request for the DetectDocumentText operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DetectDocumentText for more information on using the DetectDocumentText API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DetectDocumentTextRequest method. req, resp := client.DetectDocumentTextRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/DetectDocumentText
func (*Textract) DetectDocumentTextWithContext ¶
func (c *Textract) DetectDocumentTextWithContext(ctx aws.Context, input *DetectDocumentTextInput, opts ...request.Option) (*DetectDocumentTextOutput, error)
DetectDocumentTextWithContext is the same as DetectDocumentText with the addition of the ability to pass a context and additional request options.
See DetectDocumentText for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Textract) GetDocumentAnalysis ¶
func (c *Textract) GetDocumentAnalysis(input *GetDocumentAnalysisInput) (*GetDocumentAnalysisOutput, error)
GetDocumentAnalysis API operation for Amazon Textract.
Gets the results for an Amazon Textract asynchronous operation that analyzes text in a document.
You start asynchronous text analysis by calling StartDocumentAnalysis, which returns a job identifier (JobId). When the text analysis operation finishes, Amazon Textract publishes a completion status to the Amazon Simple Notification Service (Amazon SNS) topic that's registered in the initial call to StartDocumentAnalysis. To get the results of the text-detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED. If so, call GetDocumentAnalysis, and pass the job identifier (JobId) from the initial call to StartDocumentAnalysis.
GetDocumentAnalysis returns an array of Block objects. The following types of information are returned:
Form data (key-value pairs). The related information is returned in two Block objects, each of type KEY_VALUE_SET: a KEY Block object and a VALUE Block object. For example, Name: Ana Silva Carolina contains a key and value. Name: is the key. Ana Silva Carolina is the value.
Table and table cell data. A TABLE Block object contains information about a detected table. A CELL Block object is returned for each cell in a table.
Lines and words of text. A LINE Block object contains one or more WORD Block objects. All lines and words that are detected in the document are returned (including text that doesn't have a relationship with the value of the StartDocumentAnalysis FeatureTypes input parameter).
Selection elements such as check boxes and option buttons (radio buttons) can be detected in form data and in tables. A SELECTION_ELEMENT Block object contains information about a selection element, including the selection status.
Use the MaxResults parameter to limit the number of blocks that are returned. If there are more results than specified in MaxResults, the value of NextToken in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetDocumentAnalysis, and populate the NextToken request parameter with the token value that's returned from the previous call to GetDocumentAnalysis.
For more information, see Document Text Analysis (https://docs.aws.amazon.com/textract/latest/dg/how-it-works-analyzing.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Textract's API operation GetDocumentAnalysis for usage and error information.
Returned Error Types:
InvalidParameterException An input parameter violated a constraint. For example, in synchronous operations, an InvalidParameterException exception occurs when neither of the S3Object or Bytes values are supplied in the Document request parameter. Validate your parameter before calling the API operation again.
AccessDeniedException You aren't authorized to perform the action. Use the Amazon Resource Name (ARN) of an authorized user or IAM role to perform the operation.
ProvisionedThroughputExceededException The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Textract.
InvalidJobIdException An invalid job identifier was passed to GetDocumentAnalysis or to GetDocumentAnalysis.
InternalServerError Amazon Textract experienced a service issue. Try your call again.
ThrottlingException Amazon Textract is temporarily unable to process the request. Try your call again.
InvalidS3ObjectException Amazon Textract is unable to access the S3 object that's specified in the request. for more information, Configure Access to Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-access-control.html) For troubleshooting information, see Troubleshooting Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/troubleshooting.html)
InvalidKMSKeyException Indicates you do not have decrypt permissions with the KMS key entered, or the KMS key was entered incorrectly.
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/GetDocumentAnalysis
func (*Textract) GetDocumentAnalysisRequest ¶
func (c *Textract) GetDocumentAnalysisRequest(input *GetDocumentAnalysisInput) (req *request.Request, output *GetDocumentAnalysisOutput)
GetDocumentAnalysisRequest generates a "aws/request.Request" representing the client's request for the GetDocumentAnalysis operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDocumentAnalysis for more information on using the GetDocumentAnalysis API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDocumentAnalysisRequest method. req, resp := client.GetDocumentAnalysisRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/GetDocumentAnalysis
func (*Textract) GetDocumentAnalysisWithContext ¶
func (c *Textract) GetDocumentAnalysisWithContext(ctx aws.Context, input *GetDocumentAnalysisInput, opts ...request.Option) (*GetDocumentAnalysisOutput, error)
GetDocumentAnalysisWithContext is the same as GetDocumentAnalysis with the addition of the ability to pass a context and additional request options.
See GetDocumentAnalysis for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Textract) GetDocumentTextDetection ¶
func (c *Textract) GetDocumentTextDetection(input *GetDocumentTextDetectionInput) (*GetDocumentTextDetectionOutput, error)
GetDocumentTextDetection API operation for Amazon Textract.
Gets the results for an Amazon Textract asynchronous operation that detects text in a document. Amazon Textract can detect lines of text and the words that make up a line of text.
You start asynchronous text detection by calling StartDocumentTextDetection, which returns a job identifier (JobId). When the text detection operation finishes, Amazon Textract publishes a completion status to the Amazon Simple Notification Service (Amazon SNS) topic that's registered in the initial call to StartDocumentTextDetection. To get the results of the text-detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED. If so, call GetDocumentTextDetection, and pass the job identifier (JobId) from the initial call to StartDocumentTextDetection.
GetDocumentTextDetection returns an array of Block objects.
Each document page has as an associated Block of type PAGE. Each PAGE Block object is the parent of LINE Block objects that represent the lines of detected text on a page. A LINE Block object is a parent for each word that makes up the line. Words are represented by Block objects of type WORD.
Use the MaxResults parameter to limit the number of blocks that are returned. If there are more results than specified in MaxResults, the value of NextToken in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetDocumentTextDetection, and populate the NextToken request parameter with the token value that's returned from the previous call to GetDocumentTextDetection.
For more information, see Document Text Detection (https://docs.aws.amazon.com/textract/latest/dg/how-it-works-detecting.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Textract's API operation GetDocumentTextDetection for usage and error information.
Returned Error Types:
InvalidParameterException An input parameter violated a constraint. For example, in synchronous operations, an InvalidParameterException exception occurs when neither of the S3Object or Bytes values are supplied in the Document request parameter. Validate your parameter before calling the API operation again.
AccessDeniedException You aren't authorized to perform the action. Use the Amazon Resource Name (ARN) of an authorized user or IAM role to perform the operation.
ProvisionedThroughputExceededException The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Textract.
InvalidJobIdException An invalid job identifier was passed to GetDocumentAnalysis or to GetDocumentAnalysis.
InternalServerError Amazon Textract experienced a service issue. Try your call again.
ThrottlingException Amazon Textract is temporarily unable to process the request. Try your call again.
InvalidS3ObjectException Amazon Textract is unable to access the S3 object that's specified in the request. for more information, Configure Access to Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-access-control.html) For troubleshooting information, see Troubleshooting Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/troubleshooting.html)
InvalidKMSKeyException Indicates you do not have decrypt permissions with the KMS key entered, or the KMS key was entered incorrectly.
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/GetDocumentTextDetection
func (*Textract) GetDocumentTextDetectionRequest ¶
func (c *Textract) GetDocumentTextDetectionRequest(input *GetDocumentTextDetectionInput) (req *request.Request, output *GetDocumentTextDetectionOutput)
GetDocumentTextDetectionRequest generates a "aws/request.Request" representing the client's request for the GetDocumentTextDetection operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDocumentTextDetection for more information on using the GetDocumentTextDetection API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDocumentTextDetectionRequest method. req, resp := client.GetDocumentTextDetectionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/GetDocumentTextDetection
func (*Textract) GetDocumentTextDetectionWithContext ¶
func (c *Textract) GetDocumentTextDetectionWithContext(ctx aws.Context, input *GetDocumentTextDetectionInput, opts ...request.Option) (*GetDocumentTextDetectionOutput, error)
GetDocumentTextDetectionWithContext is the same as GetDocumentTextDetection with the addition of the ability to pass a context and additional request options.
See GetDocumentTextDetection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Textract) GetExpenseAnalysis ¶ added in v1.41.12
func (c *Textract) GetExpenseAnalysis(input *GetExpenseAnalysisInput) (*GetExpenseAnalysisOutput, error)
GetExpenseAnalysis API operation for Amazon Textract.
Gets the results for an Amazon Textract asynchronous operation that analyzes invoices and receipts. Amazon Textract finds contact information, items purchased, and vendor name, from input invoices and receipts.
You start asynchronous invoice/receipt analysis by calling StartExpenseAnalysis, which returns a job identifier (JobId). Upon completion of the invoice/receipt analysis, Amazon Textract publishes the completion status to the Amazon Simple Notification Service (Amazon SNS) topic. This topic must be registered in the initial call to StartExpenseAnalysis. To get the results of the invoice/receipt analysis operation, first ensure that the status value published to the Amazon SNS topic is SUCCEEDED. If so, call GetExpenseAnalysis, and pass the job identifier (JobId) from the initial call to StartExpenseAnalysis.
Use the MaxResults parameter to limit the number of blocks that are returned. If there are more results than specified in MaxResults, the value of NextToken in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetExpenseAnalysis, and populate the NextToken request parameter with the token value that's returned from the previous call to GetExpenseAnalysis.
For more information, see Analyzing Invoices and Receipts (https://docs.aws.amazon.com/textract/latest/dg/invoices-receipts.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Textract's API operation GetExpenseAnalysis for usage and error information.
Returned Error Types:
InvalidParameterException An input parameter violated a constraint. For example, in synchronous operations, an InvalidParameterException exception occurs when neither of the S3Object or Bytes values are supplied in the Document request parameter. Validate your parameter before calling the API operation again.
AccessDeniedException You aren't authorized to perform the action. Use the Amazon Resource Name (ARN) of an authorized user or IAM role to perform the operation.
ProvisionedThroughputExceededException The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Textract.
InvalidJobIdException An invalid job identifier was passed to GetDocumentAnalysis or to GetDocumentAnalysis.
InternalServerError Amazon Textract experienced a service issue. Try your call again.
ThrottlingException Amazon Textract is temporarily unable to process the request. Try your call again.
InvalidS3ObjectException Amazon Textract is unable to access the S3 object that's specified in the request. for more information, Configure Access to Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-access-control.html) For troubleshooting information, see Troubleshooting Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/troubleshooting.html)
InvalidKMSKeyException Indicates you do not have decrypt permissions with the KMS key entered, or the KMS key was entered incorrectly.
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/GetExpenseAnalysis
func (*Textract) GetExpenseAnalysisRequest ¶ added in v1.41.12
func (c *Textract) GetExpenseAnalysisRequest(input *GetExpenseAnalysisInput) (req *request.Request, output *GetExpenseAnalysisOutput)
GetExpenseAnalysisRequest generates a "aws/request.Request" representing the client's request for the GetExpenseAnalysis operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetExpenseAnalysis for more information on using the GetExpenseAnalysis API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetExpenseAnalysisRequest method. req, resp := client.GetExpenseAnalysisRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/GetExpenseAnalysis
func (*Textract) GetExpenseAnalysisWithContext ¶ added in v1.41.12
func (c *Textract) GetExpenseAnalysisWithContext(ctx aws.Context, input *GetExpenseAnalysisInput, opts ...request.Option) (*GetExpenseAnalysisOutput, error)
GetExpenseAnalysisWithContext is the same as GetExpenseAnalysis with the addition of the ability to pass a context and additional request options.
See GetExpenseAnalysis for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Textract) StartDocumentAnalysis ¶
func (c *Textract) StartDocumentAnalysis(input *StartDocumentAnalysisInput) (*StartDocumentAnalysisOutput, error)
StartDocumentAnalysis API operation for Amazon Textract.
Starts the asynchronous analysis of an input document for relationships between detected items such as key-value pairs, tables, and selection elements.
StartDocumentAnalysis can analyze text in documents that are in JPEG, PNG, TIFF, and PDF format. The documents are stored in an Amazon S3 bucket. Use DocumentLocation to specify the bucket name and file name of the document.
StartDocumentAnalysis returns a job identifier (JobId) that you use to get the results of the operation. When text analysis is finished, Amazon Textract publishes a completion status to the Amazon Simple Notification Service (Amazon SNS) topic that you specify in NotificationChannel. To get the results of the text analysis operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED. If so, call GetDocumentAnalysis, and pass the job identifier (JobId) from the initial call to StartDocumentAnalysis.
For more information, see Document Text Analysis (https://docs.aws.amazon.com/textract/latest/dg/how-it-works-analyzing.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Textract's API operation StartDocumentAnalysis for usage and error information.
Returned Error Types:
InvalidParameterException An input parameter violated a constraint. For example, in synchronous operations, an InvalidParameterException exception occurs when neither of the S3Object or Bytes values are supplied in the Document request parameter. Validate your parameter before calling the API operation again.
InvalidS3ObjectException Amazon Textract is unable to access the S3 object that's specified in the request. for more information, Configure Access to Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-access-control.html) For troubleshooting information, see Troubleshooting Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/troubleshooting.html)
InvalidKMSKeyException Indicates you do not have decrypt permissions with the KMS key entered, or the KMS key was entered incorrectly.
UnsupportedDocumentException The format of the input document isn't supported. Documents for synchronous operations can be in PNG or JPEG format only. Documents for asynchronous operations can be in PDF format.
DocumentTooLargeException The document can't be processed because it's too large. The maximum document size for synchronous operations 10 MB. The maximum document size for asynchronous operations is 500 MB for PDF files.
BadDocumentException Amazon Textract isn't able to read the document. For more information on the document limits in Amazon Textract, see limits.
AccessDeniedException You aren't authorized to perform the action. Use the Amazon Resource Name (ARN) of an authorized user or IAM role to perform the operation.
ProvisionedThroughputExceededException The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Textract.
InternalServerError Amazon Textract experienced a service issue. Try your call again.
IdempotentParameterMismatchException A ClientRequestToken input parameter was reused with an operation, but at least one of the other input parameters is different from the previous call to the operation.
ThrottlingException Amazon Textract is temporarily unable to process the request. Try your call again.
LimitExceededException An Amazon Textract service limit was exceeded. For example, if you start too many asynchronous jobs concurrently, calls to start operations (StartDocumentTextDetection, for example) raise a LimitExceededException exception (HTTP status code: 400) until the number of concurrently running jobs is below the Amazon Textract service limit.
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/StartDocumentAnalysis
func (*Textract) StartDocumentAnalysisRequest ¶
func (c *Textract) StartDocumentAnalysisRequest(input *StartDocumentAnalysisInput) (req *request.Request, output *StartDocumentAnalysisOutput)
StartDocumentAnalysisRequest generates a "aws/request.Request" representing the client's request for the StartDocumentAnalysis operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartDocumentAnalysis for more information on using the StartDocumentAnalysis API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartDocumentAnalysisRequest method. req, resp := client.StartDocumentAnalysisRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/StartDocumentAnalysis
func (*Textract) StartDocumentAnalysisWithContext ¶
func (c *Textract) StartDocumentAnalysisWithContext(ctx aws.Context, input *StartDocumentAnalysisInput, opts ...request.Option) (*StartDocumentAnalysisOutput, error)
StartDocumentAnalysisWithContext is the same as StartDocumentAnalysis with the addition of the ability to pass a context and additional request options.
See StartDocumentAnalysis for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Textract) StartDocumentTextDetection ¶
func (c *Textract) StartDocumentTextDetection(input *StartDocumentTextDetectionInput) (*StartDocumentTextDetectionOutput, error)
StartDocumentTextDetection API operation for Amazon Textract.
Starts the asynchronous detection of text in a document. Amazon Textract can detect lines of text and the words that make up a line of text.
StartDocumentTextDetection can analyze text in documents that are in JPEG, PNG, TIFF, and PDF format. The documents are stored in an Amazon S3 bucket. Use DocumentLocation to specify the bucket name and file name of the document.
StartTextDetection returns a job identifier (JobId) that you use to get the results of the operation. When text detection is finished, Amazon Textract publishes a completion status to the Amazon Simple Notification Service (Amazon SNS) topic that you specify in NotificationChannel. To get the results of the text detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED. If so, call GetDocumentTextDetection, and pass the job identifier (JobId) from the initial call to StartDocumentTextDetection.
For more information, see Document Text Detection (https://docs.aws.amazon.com/textract/latest/dg/how-it-works-detecting.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Textract's API operation StartDocumentTextDetection for usage and error information.
Returned Error Types:
InvalidParameterException An input parameter violated a constraint. For example, in synchronous operations, an InvalidParameterException exception occurs when neither of the S3Object or Bytes values are supplied in the Document request parameter. Validate your parameter before calling the API operation again.
InvalidS3ObjectException Amazon Textract is unable to access the S3 object that's specified in the request. for more information, Configure Access to Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-access-control.html) For troubleshooting information, see Troubleshooting Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/troubleshooting.html)
InvalidKMSKeyException Indicates you do not have decrypt permissions with the KMS key entered, or the KMS key was entered incorrectly.
UnsupportedDocumentException The format of the input document isn't supported. Documents for synchronous operations can be in PNG or JPEG format only. Documents for asynchronous operations can be in PDF format.
DocumentTooLargeException The document can't be processed because it's too large. The maximum document size for synchronous operations 10 MB. The maximum document size for asynchronous operations is 500 MB for PDF files.
BadDocumentException Amazon Textract isn't able to read the document. For more information on the document limits in Amazon Textract, see limits.
AccessDeniedException You aren't authorized to perform the action. Use the Amazon Resource Name (ARN) of an authorized user or IAM role to perform the operation.
ProvisionedThroughputExceededException The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Textract.
InternalServerError Amazon Textract experienced a service issue. Try your call again.
IdempotentParameterMismatchException A ClientRequestToken input parameter was reused with an operation, but at least one of the other input parameters is different from the previous call to the operation.
ThrottlingException Amazon Textract is temporarily unable to process the request. Try your call again.
LimitExceededException An Amazon Textract service limit was exceeded. For example, if you start too many asynchronous jobs concurrently, calls to start operations (StartDocumentTextDetection, for example) raise a LimitExceededException exception (HTTP status code: 400) until the number of concurrently running jobs is below the Amazon Textract service limit.
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/StartDocumentTextDetection
func (*Textract) StartDocumentTextDetectionRequest ¶
func (c *Textract) StartDocumentTextDetectionRequest(input *StartDocumentTextDetectionInput) (req *request.Request, output *StartDocumentTextDetectionOutput)
StartDocumentTextDetectionRequest generates a "aws/request.Request" representing the client's request for the StartDocumentTextDetection operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartDocumentTextDetection for more information on using the StartDocumentTextDetection API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartDocumentTextDetectionRequest method. req, resp := client.StartDocumentTextDetectionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/StartDocumentTextDetection
func (*Textract) StartDocumentTextDetectionWithContext ¶
func (c *Textract) StartDocumentTextDetectionWithContext(ctx aws.Context, input *StartDocumentTextDetectionInput, opts ...request.Option) (*StartDocumentTextDetectionOutput, error)
StartDocumentTextDetectionWithContext is the same as StartDocumentTextDetection with the addition of the ability to pass a context and additional request options.
See StartDocumentTextDetection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Textract) StartExpenseAnalysis ¶ added in v1.41.12
func (c *Textract) StartExpenseAnalysis(input *StartExpenseAnalysisInput) (*StartExpenseAnalysisOutput, error)
StartExpenseAnalysis API operation for Amazon Textract.
Starts the asynchronous analysis of invoices or receipts for data like contact information, items purchased, and vendor names.
StartExpenseAnalysis can analyze text in documents that are in JPEG, PNG, and PDF format. The documents must be stored in an Amazon S3 bucket. Use the DocumentLocation parameter to specify the name of your S3 bucket and the name of the document in that bucket.
StartExpenseAnalysis returns a job identifier (JobId) that you will provide to GetExpenseAnalysis to retrieve the results of the operation. When the analysis of the input invoices/receipts is finished, Amazon Textract publishes a completion status to the Amazon Simple Notification Service (Amazon SNS) topic that you provide to the NotificationChannel. To obtain the results of the invoice and receipt analysis operation, ensure that the status value published to the Amazon SNS topic is SUCCEEDED. If so, call GetExpenseAnalysis, and pass the job identifier (JobId) that was returned by your call to StartExpenseAnalysis.
For more information, see Analyzing Invoices and Receipts (https://docs.aws.amazon.com/textract/latest/dg/invoice-receipts.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Textract's API operation StartExpenseAnalysis for usage and error information.
Returned Error Types:
InvalidParameterException An input parameter violated a constraint. For example, in synchronous operations, an InvalidParameterException exception occurs when neither of the S3Object or Bytes values are supplied in the Document request parameter. Validate your parameter before calling the API operation again.
InvalidS3ObjectException Amazon Textract is unable to access the S3 object that's specified in the request. for more information, Configure Access to Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-access-control.html) For troubleshooting information, see Troubleshooting Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/troubleshooting.html)
InvalidKMSKeyException Indicates you do not have decrypt permissions with the KMS key entered, or the KMS key was entered incorrectly.
UnsupportedDocumentException The format of the input document isn't supported. Documents for synchronous operations can be in PNG or JPEG format only. Documents for asynchronous operations can be in PDF format.
DocumentTooLargeException The document can't be processed because it's too large. The maximum document size for synchronous operations 10 MB. The maximum document size for asynchronous operations is 500 MB for PDF files.
BadDocumentException Amazon Textract isn't able to read the document. For more information on the document limits in Amazon Textract, see limits.
AccessDeniedException You aren't authorized to perform the action. Use the Amazon Resource Name (ARN) of an authorized user or IAM role to perform the operation.
ProvisionedThroughputExceededException The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Textract.
InternalServerError Amazon Textract experienced a service issue. Try your call again.
IdempotentParameterMismatchException A ClientRequestToken input parameter was reused with an operation, but at least one of the other input parameters is different from the previous call to the operation.
ThrottlingException Amazon Textract is temporarily unable to process the request. Try your call again.
LimitExceededException An Amazon Textract service limit was exceeded. For example, if you start too many asynchronous jobs concurrently, calls to start operations (StartDocumentTextDetection, for example) raise a LimitExceededException exception (HTTP status code: 400) until the number of concurrently running jobs is below the Amazon Textract service limit.
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/StartExpenseAnalysis
func (*Textract) StartExpenseAnalysisRequest ¶ added in v1.41.12
func (c *Textract) StartExpenseAnalysisRequest(input *StartExpenseAnalysisInput) (req *request.Request, output *StartExpenseAnalysisOutput)
StartExpenseAnalysisRequest generates a "aws/request.Request" representing the client's request for the StartExpenseAnalysis operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartExpenseAnalysis for more information on using the StartExpenseAnalysis API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartExpenseAnalysisRequest method. req, resp := client.StartExpenseAnalysisRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/textract-2018-06-27/StartExpenseAnalysis
func (*Textract) StartExpenseAnalysisWithContext ¶ added in v1.41.12
func (c *Textract) StartExpenseAnalysisWithContext(ctx aws.Context, input *StartExpenseAnalysisInput, opts ...request.Option) (*StartExpenseAnalysisOutput, error)
StartExpenseAnalysisWithContext is the same as StartExpenseAnalysis with the addition of the ability to pass a context and additional request options.
See StartExpenseAnalysis for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type ThrottlingException ¶ added in v1.28.0
type ThrottlingException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Amazon Textract is temporarily unable to process the request. Try your call again.
func (*ThrottlingException) Code ¶ added in v1.28.0
func (s *ThrottlingException) Code() string
Code returns the exception type name.
func (*ThrottlingException) Error ¶ added in v1.28.0
func (s *ThrottlingException) Error() string
func (ThrottlingException) GoString ¶ added in v1.28.0
func (s ThrottlingException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ThrottlingException) Message ¶ added in v1.28.0
func (s *ThrottlingException) Message() string
Message returns the exception's message.
func (*ThrottlingException) OrigErr ¶ added in v1.28.0
func (s *ThrottlingException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ThrottlingException) RequestID ¶ added in v1.28.0
func (s *ThrottlingException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ThrottlingException) StatusCode ¶ added in v1.28.0
func (s *ThrottlingException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ThrottlingException) String ¶ added in v1.28.0
func (s ThrottlingException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UnsupportedDocumentException ¶ added in v1.28.0
type UnsupportedDocumentException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The format of the input document isn't supported. Documents for synchronous operations can be in PNG or JPEG format only. Documents for asynchronous operations can be in PDF format.
func (*UnsupportedDocumentException) Code ¶ added in v1.28.0
func (s *UnsupportedDocumentException) Code() string
Code returns the exception type name.
func (*UnsupportedDocumentException) Error ¶ added in v1.28.0
func (s *UnsupportedDocumentException) Error() string
func (UnsupportedDocumentException) GoString ¶ added in v1.28.0
func (s UnsupportedDocumentException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UnsupportedDocumentException) Message ¶ added in v1.28.0
func (s *UnsupportedDocumentException) Message() string
Message returns the exception's message.
func (*UnsupportedDocumentException) OrigErr ¶ added in v1.28.0
func (s *UnsupportedDocumentException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*UnsupportedDocumentException) RequestID ¶ added in v1.28.0
func (s *UnsupportedDocumentException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*UnsupportedDocumentException) StatusCode ¶ added in v1.28.0
func (s *UnsupportedDocumentException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (UnsupportedDocumentException) String ¶ added in v1.28.0
func (s UnsupportedDocumentException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Warning ¶
type Warning struct { // The error code for the warning. ErrorCode *string `type:"string"` // A list of the pages that the warning applies to. Pages []*int64 `type:"list"` // contains filtered or unexported fields }
A warning about an issue that occurred during asynchronous text analysis (StartDocumentAnalysis) or asynchronous document text detection (StartDocumentTextDetection).
func (Warning) GoString ¶
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Warning) SetErrorCode ¶
SetErrorCode sets the ErrorCode field's value.
Directories ¶
Path | Synopsis |
---|---|
Package textractiface provides an interface to enable mocking the Amazon Textract service client for testing your code.
|
Package textractiface provides an interface to enable mocking the Amazon Textract service client for testing your code. |