
models.textract-2018-06-27-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ ]
},
"metadata" : {
"apiVersion" : "2018-06-27",
"asyncBuilder" : "DefaultTextractAsyncClientBuilder",
"asyncBuilderInterface" : "TextractAsyncClientBuilder",
"asyncClient" : "DefaultTextractAsyncClient",
"asyncInterface" : "TextractAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultTextractBaseClientBuilder",
"baseBuilderInterface" : "TextractBaseClientBuilder",
"baseExceptionName" : "TextractException",
"baseRequestName" : "TextractRequest",
"baseResponseName" : "TextractResponse",
"cborProtocol" : false,
"clientPackageName" : "textract",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "Amazon Textract",
"documentation" : "Amazon Textract detects and analyzes text in documents and converts it into machine-readable text. This is the API reference documentation for Amazon Textract.
",
"endpointPrefix" : "textract",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.textract",
"fullModelPackageName" : "software.amazon.awssdk.services.textract.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.textract.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.textract.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.textract.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "textract.model",
"paginatorsPackageName" : "textract.paginators",
"protocol" : "json",
"requestTransformPackageName" : "textract.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "Textract",
"serviceName" : "Textract",
"signingName" : "textract",
"syncBuilder" : "DefaultTextractClientBuilder",
"syncBuilderInterface" : "TextractClientBuilder",
"syncClient" : "DefaultTextractClient",
"syncInterface" : "TextractClient",
"transformPackageName" : "textract.transform",
"uid" : "textract-2018-06-27",
"xmlProtocol" : false
},
"operations" : {
"AnalyzeDocument" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Analyzes an input document for relationships in the detected text and tables.
Two types of information are returned:
-
Words and lines that are related to nearby lines and words. The related information is returned in two Block objects: 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 contains information about a detected table. A CELL block is returned for each cell in a table.
You can choose which type of analysis to perform by specifying the FeatureTypes
list.
The output is returned in a list of BLOCK
objects (Blocks). For more information, see how-it-works-analyzing.
AnalyzeDocument
is a synchronous operation. To analyze documents asynchronously, use StartDocumentAnalysis.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidS3ObjectException",
"documentation" : "Amazon Textract is unable to access the S3 object that's specified in the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnsupportedDocumentException",
"documentation" : "The format of the input document isn't supported. Amazon Textract supports documents that are .png or .jpg format.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DocumentTooLargeException",
"documentation" : "The document can't be processed because it's too large. The maximum document size for synchronous operations 5 MB. The maximum document size for asynchronous operations is 500 MB for PDF format files.
",
"httpStatusCode" : null
}, {
"exceptionName" : "BadDocumentException",
"documentation" : "Amazon Textract isn't able to read the document.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You aren't authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Textract.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Textract experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Textract is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "AnalyzeDocumentRequest",
"variableName" : "analyzeDocumentRequest",
"variableType" : "AnalyzeDocumentRequest",
"documentation" : "",
"simpleType" : "AnalyzeDocumentRequest",
"variableSetterType" : "AnalyzeDocumentRequest"
},
"methodName" : "analyzeDocument",
"operationName" : "AnalyzeDocument",
"paginated" : false,
"returnType" : {
"returnType" : "AnalyzeDocumentResponse",
"documentation" : null
},
"syncReturnType" : "AnalyzeDocumentResponse"
},
"DetectDocumentText" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "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 JPG or PNG format. DetectDocumentText
returns the detected text in an array of Block objects. For more information, see how-it-works-detecting.
DetectDocumentText
is a synchronous operation. To analyze documents asynchronously, use StartDocumentTextDetection.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidS3ObjectException",
"documentation" : "Amazon Textract is unable to access the S3 object that's specified in the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnsupportedDocumentException",
"documentation" : "The format of the input document isn't supported. Amazon Textract supports documents that are .png or .jpg format.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DocumentTooLargeException",
"documentation" : "The document can't be processed because it's too large. The maximum document size for synchronous operations 5 MB. The maximum document size for asynchronous operations is 500 MB for PDF format files.
",
"httpStatusCode" : null
}, {
"exceptionName" : "BadDocumentException",
"documentation" : "Amazon Textract isn't able to read the document.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You aren't authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Textract.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Textract experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Textract is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DetectDocumentTextRequest",
"variableName" : "detectDocumentTextRequest",
"variableType" : "DetectDocumentTextRequest",
"documentation" : "",
"simpleType" : "DetectDocumentTextRequest",
"variableSetterType" : "DetectDocumentTextRequest"
},
"methodName" : "detectDocumentText",
"operationName" : "DetectDocumentText",
"paginated" : false,
"returnType" : {
"returnType" : "DetectDocumentTextResponse",
"documentation" : null
},
"syncReturnType" : "DetectDocumentTextResponse"
},
"GetDocumentAnalysis" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the results for an Amazon Textract asynchronous operation that analyzes text in a document image.
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. For more information, see how-it-works-analyzing.
Use the MaxResults
parameter to limit the number of blocks 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
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You aren't authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Textract.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidJobIdException",
"documentation" : "An invalid job identifier was passed to GetDocumentAnalysis or to GetDocumentAnalysis.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Textract experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Textract is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetDocumentAnalysisRequest",
"variableName" : "getDocumentAnalysisRequest",
"variableType" : "GetDocumentAnalysisRequest",
"documentation" : "",
"simpleType" : "GetDocumentAnalysisRequest",
"variableSetterType" : "GetDocumentAnalysisRequest"
},
"methodName" : "getDocumentAnalysis",
"operationName" : "GetDocumentAnalysis",
"paginated" : false,
"returnType" : {
"returnType" : "GetDocumentAnalysisResponse",
"documentation" : null
},
"syncReturnType" : "GetDocumentAnalysisResponse"
},
"GetDocumentTextDetection" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the results for an Amazon Textract asynchronous operation that detects text in a document image. 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. For more information, see how-it-works-detecting.
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 in the Amazon Textract Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You aren't authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Textract.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidJobIdException",
"documentation" : "An invalid job identifier was passed to GetDocumentAnalysis or to GetDocumentAnalysis.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Textract experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Textract is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetDocumentTextDetectionRequest",
"variableName" : "getDocumentTextDetectionRequest",
"variableType" : "GetDocumentTextDetectionRequest",
"documentation" : "",
"simpleType" : "GetDocumentTextDetectionRequest",
"variableSetterType" : "GetDocumentTextDetectionRequest"
},
"methodName" : "getDocumentTextDetection",
"operationName" : "GetDocumentTextDetection",
"paginated" : false,
"returnType" : {
"returnType" : "GetDocumentTextDetectionResponse",
"documentation" : null
},
"syncReturnType" : "GetDocumentTextDetectionResponse"
},
"StartDocumentAnalysis" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts asynchronous analysis of text for relationships in the text and tables that are detected in a document. Amazon Textract returns for two types of information:
-
Words and lines that are related to nearby lines and words. The related information is returned in two Block objects: 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 contains information about a detected table. A CELL block is returned for each cell in a table.
Amazon Textract can analyze text in document images and PDF files that are stored in an Amazon S3 bucket. Use DocumentLocation to specify the bucket name and file name of the document image.
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
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidS3ObjectException",
"documentation" : "Amazon Textract is unable to access the S3 object that's specified in the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnsupportedDocumentException",
"documentation" : "The format of the input document isn't supported. Amazon Textract supports documents that are .png or .jpg format.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DocumentTooLargeException",
"documentation" : "The document can't be processed because it's too large. The maximum document size for synchronous operations 5 MB. The maximum document size for asynchronous operations is 500 MB for PDF format files.
",
"httpStatusCode" : null
}, {
"exceptionName" : "BadDocumentException",
"documentation" : "Amazon Textract isn't able to read the document.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You aren't authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Textract.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Textract experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "IdempotentParameterMismatchException",
"documentation" : "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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Textract is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartDocumentAnalysisRequest",
"variableName" : "startDocumentAnalysisRequest",
"variableType" : "StartDocumentAnalysisRequest",
"documentation" : "",
"simpleType" : "StartDocumentAnalysisRequest",
"variableSetterType" : "StartDocumentAnalysisRequest"
},
"methodName" : "startDocumentAnalysis",
"operationName" : "StartDocumentAnalysis",
"paginated" : false,
"returnType" : {
"returnType" : "StartDocumentAnalysisResponse",
"documentation" : null
},
"syncReturnType" : "StartDocumentAnalysisResponse"
},
"StartDocumentTextDetection" : {
"authenticated" : true,
"deprecated" : false,
"documentation" : "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.
Amazon Textract can detect text in document images and PDF files that are stored in an Amazon S3 bucket. Use DocumentLocation to specify the bucket name and the file name of the document image.
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 in the Amazon Textract Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidS3ObjectException",
"documentation" : "Amazon Textract is unable to access the S3 object that's specified in the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "UnsupportedDocumentException",
"documentation" : "The format of the input document isn't supported. Amazon Textract supports documents that are .png or .jpg format.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DocumentTooLargeException",
"documentation" : "The document can't be processed because it's too large. The maximum document size for synchronous operations 5 MB. The maximum document size for asynchronous operations is 500 MB for PDF format files.
",
"httpStatusCode" : null
}, {
"exceptionName" : "BadDocumentException",
"documentation" : "Amazon Textract isn't able to read the document.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You aren't authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Textract.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Textract experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "IdempotentParameterMismatchException",
"documentation" : "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.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Textract is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "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.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartDocumentTextDetectionRequest",
"variableName" : "startDocumentTextDetectionRequest",
"variableType" : "StartDocumentTextDetectionRequest",
"documentation" : "",
"simpleType" : "StartDocumentTextDetectionRequest",
"variableSetterType" : "StartDocumentTextDetectionRequest"
},
"methodName" : "startDocumentTextDetection",
"operationName" : "StartDocumentTextDetection",
"paginated" : false,
"returnType" : {
"returnType" : "StartDocumentTextDetectionResponse",
"documentation" : null
},
"syncReturnType" : "StartDocumentTextDetectionResponse"
}
},
"shapes" : {
"AccessDeniedException" : {
"c2jName" : "AccessDeniedException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "You aren't authorized to perform the action.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AccessDeniedException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AccessDeniedException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AccessDeniedException",
"variableName" : "accessDeniedException",
"variableType" : "AccessDeniedException",
"documentation" : null,
"simpleType" : "AccessDeniedException",
"variableSetterType" : "AccessDeniedException"
},
"wrapper" : false
},
"AnalyzeDocumentRequest" : {
"c2jName" : "AnalyzeDocumentRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "AnalyzeDocument",
"locationName" : null,
"requestUri" : "/",
"target" : "Textract.AnalyzeDocument",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDocument",
"beanStyleSetterMethodName" : "setDocument",
"c2jName" : "Document",
"c2jShape" : "Document",
"defaultConsumerFluentSetterDocumentation" : "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 JPG or PNG format.
\nThis is a convenience that creates an instance of the {@link Document.Builder} avoiding the need to create one manually via {@link Document#builder()}.\n\nWhen the {@link Consumer} completes, {@link Document.Builder#build()} is called immediately and its result is passed to {@link #document(Document)}.\n@param document a consumer that will call methods on {@link Document.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #document(Document)",
"deprecated" : false,
"documentation" : "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 JPG or PNG format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "document",
"fluentSetterDocumentation" : "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 JPG or PNG format.
\n@param document 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 JPG or PNG format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "document",
"getterDocumentation" : "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 JPG or PNG format.
\n@return 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 JPG or PNG format.",
"getterModel" : {
"returnType" : "Document",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Document",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Document",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Document",
"sensitive" : false,
"setterDocumentation" : "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 JPG or PNG format.
\n@param document 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 JPG or PNG format.",
"setterMethodName" : "setDocument",
"setterModel" : {
"variableDeclarationType" : "Document",
"variableName" : "document",
"variableType" : "Document",
"documentation" : null,
"simpleType" : "Document",
"variableSetterType" : "Document"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Document",
"variableName" : "document",
"variableType" : "Document",
"documentation" : "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 JPG or PNG format.
",
"simpleType" : "Document",
"variableSetterType" : "Document"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFeatureTypesAsStrings",
"beanStyleSetterMethodName" : "setFeatureTypesWithStrings",
"c2jName" : "FeatureTypes",
"c2jShape" : "FeatureTypes",
"defaultConsumerFluentSetterDocumentation" : "A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #featureTypesAsStrings(List)}.\n@param featureTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #featureTypesWithStrings(List)",
"deprecated" : false,
"documentation" : "A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "featureTypes",
"fluentEnumSetterMethodName" : "featureTypes",
"fluentGetterMethodName" : "featureTypesAsStrings",
"fluentSetterDocumentation" : "A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.
\n@param featureTypes A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "featureTypesWithStrings",
"getterDocumentation" : "A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FeatureTypes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FeatureTypes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "FeatureType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "FeatureType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see FeatureType\n@return Returns a reference to this object so that method calls can be chained together.\n@see FeatureType",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link FeatureType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see FeatureType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see FeatureType",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "FeatureTypes",
"sensitive" : false,
"setterDocumentation" : "A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.
\n@param featureTypes A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.",
"setterMethodName" : "setFeatureTypesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "featureTypes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "featureTypes",
"variableType" : "java.util.List",
"documentation" : "A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Document" : {
"beanStyleGetterMethodName" : "getDocument",
"beanStyleSetterMethodName" : "setDocument",
"c2jName" : "Document",
"c2jShape" : "Document",
"defaultConsumerFluentSetterDocumentation" : "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 JPG or PNG format.
\nThis is a convenience that creates an instance of the {@link Document.Builder} avoiding the need to create one manually via {@link Document#builder()}.\n\nWhen the {@link Consumer} completes, {@link Document.Builder#build()} is called immediately and its result is passed to {@link #document(Document)}.\n@param document a consumer that will call methods on {@link Document.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #document(Document)",
"deprecated" : false,
"documentation" : "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 JPG or PNG format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "document",
"fluentSetterDocumentation" : "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 JPG or PNG format.
\n@param document 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 JPG or PNG format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "document",
"getterDocumentation" : "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 JPG or PNG format.
\n@return 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 JPG or PNG format.",
"getterModel" : {
"returnType" : "Document",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Document",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Document",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Document",
"sensitive" : false,
"setterDocumentation" : "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 JPG or PNG format.
\n@param document 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 JPG or PNG format.",
"setterMethodName" : "setDocument",
"setterModel" : {
"variableDeclarationType" : "Document",
"variableName" : "document",
"variableType" : "Document",
"documentation" : null,
"simpleType" : "Document",
"variableSetterType" : "Document"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Document",
"variableName" : "document",
"variableType" : "Document",
"documentation" : "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 JPG or PNG format.
",
"simpleType" : "Document",
"variableSetterType" : "Document"
},
"xmlNameSpaceUri" : null
},
"FeatureTypes" : {
"beanStyleGetterMethodName" : "getFeatureTypesAsStrings",
"beanStyleSetterMethodName" : "setFeatureTypesWithStrings",
"c2jName" : "FeatureTypes",
"c2jShape" : "FeatureTypes",
"defaultConsumerFluentSetterDocumentation" : "A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #featureTypesAsStrings(List)}.\n@param featureTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #featureTypesWithStrings(List)",
"deprecated" : false,
"documentation" : "A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "featureTypes",
"fluentEnumSetterMethodName" : "featureTypes",
"fluentGetterMethodName" : "featureTypesAsStrings",
"fluentSetterDocumentation" : "A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.
\n@param featureTypes A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "featureTypesWithStrings",
"getterDocumentation" : "A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FeatureTypes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FeatureTypes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "FeatureType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "FeatureType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see FeatureType\n@return Returns a reference to this object so that method calls can be chained together.\n@see FeatureType",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link FeatureType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see FeatureType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see FeatureType",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "FeatureTypes",
"sensitive" : false,
"setterDocumentation" : "A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.
\n@param featureTypes A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.",
"setterMethodName" : "setFeatureTypesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "featureTypes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "featureTypes",
"variableType" : "java.util.List",
"documentation" : "A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDocument",
"beanStyleSetterMethodName" : "setDocument",
"c2jName" : "Document",
"c2jShape" : "Document",
"defaultConsumerFluentSetterDocumentation" : "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 JPG or PNG format.
\nThis is a convenience that creates an instance of the {@link Document.Builder} avoiding the need to create one manually via {@link Document#builder()}.\n\nWhen the {@link Consumer} completes, {@link Document.Builder#build()} is called immediately and its result is passed to {@link #document(Document)}.\n@param document a consumer that will call methods on {@link Document.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #document(Document)",
"deprecated" : false,
"documentation" : "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 JPG or PNG format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "document",
"fluentSetterDocumentation" : "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 JPG or PNG format.
\n@param document 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 JPG or PNG format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "document",
"getterDocumentation" : "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 JPG or PNG format.
\n@return 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 JPG or PNG format.",
"getterModel" : {
"returnType" : "Document",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Document",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Document",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Document",
"sensitive" : false,
"setterDocumentation" : "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 JPG or PNG format.
\n@param document 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 JPG or PNG format.",
"setterMethodName" : "setDocument",
"setterModel" : {
"variableDeclarationType" : "Document",
"variableName" : "document",
"variableType" : "Document",
"documentation" : null,
"simpleType" : "Document",
"variableSetterType" : "Document"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Document",
"variableName" : "document",
"variableType" : "Document",
"documentation" : "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 JPG or PNG format.
",
"simpleType" : "Document",
"variableSetterType" : "Document"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFeatureTypesAsStrings",
"beanStyleSetterMethodName" : "setFeatureTypesWithStrings",
"c2jName" : "FeatureTypes",
"c2jShape" : "FeatureTypes",
"defaultConsumerFluentSetterDocumentation" : "A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #featureTypesAsStrings(List)}.\n@param featureTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #featureTypesWithStrings(List)",
"deprecated" : false,
"documentation" : "A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "featureTypes",
"fluentEnumSetterMethodName" : "featureTypes",
"fluentGetterMethodName" : "featureTypesAsStrings",
"fluentSetterDocumentation" : "A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.
\n@param featureTypes A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "featureTypesWithStrings",
"getterDocumentation" : "A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FeatureTypes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FeatureTypes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "FeatureType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "FeatureType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see FeatureType\n@return Returns a reference to this object so that method calls can be chained together.\n@see FeatureType",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link FeatureType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see FeatureType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see FeatureType",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "FeatureTypes",
"sensitive" : false,
"setterDocumentation" : "A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.
\n@param featureTypes A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.",
"setterMethodName" : "setFeatureTypesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "featureTypes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "featureTypes",
"variableType" : "java.util.List",
"documentation" : "A list of the types of analysis to perform. Add TABLES to the list to return information about the tables detected in the input document. Add FORMS to return detected fields and the associated text. To perform both types of analysis, add TABLES and FORMS to FeatureTypes
.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Document", "FeatureTypes" ],
"shapeName" : "AnalyzeDocumentRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AnalyzeDocumentRequest",
"variableName" : "analyzeDocumentRequest",
"variableType" : "AnalyzeDocumentRequest",
"documentation" : null,
"simpleType" : "AnalyzeDocumentRequest",
"variableSetterType" : "AnalyzeDocumentRequest"
},
"wrapper" : false
},
"AnalyzeDocumentResponse" : {
"c2jName" : "AnalyzeDocumentResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getDocumentMetadata",
"beanStyleSetterMethodName" : "setDocumentMetadata",
"c2jName" : "DocumentMetadata",
"c2jShape" : "DocumentMetadata",
"defaultConsumerFluentSetterDocumentation" : "Metadata about the analyzed document. An example is the number of pages.
\nThis is a convenience that creates an instance of the {@link DocumentMetadata.Builder} avoiding the need to create one manually via {@link DocumentMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link DocumentMetadata.Builder#build()} is called immediately and its result is passed to {@link #documentMetadata(DocumentMetadata)}.\n@param documentMetadata a consumer that will call methods on {@link DocumentMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #documentMetadata(DocumentMetadata)",
"deprecated" : false,
"documentation" : "Metadata about the analyzed document. An example is the number of pages.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "documentMetadata",
"fluentSetterDocumentation" : "Metadata about the analyzed document. An example is the number of pages.
\n@param documentMetadata Metadata about the analyzed document. An example is the number of pages.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "documentMetadata",
"getterDocumentation" : "Metadata about the analyzed document. An example is the number of pages.
\n@return Metadata about the analyzed document. An example is the number of pages.",
"getterModel" : {
"returnType" : "DocumentMetadata",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DocumentMetadata",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DocumentMetadata",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DocumentMetadata",
"sensitive" : false,
"setterDocumentation" : "Metadata about the analyzed document. An example is the number of pages.
\n@param documentMetadata Metadata about the analyzed document. An example is the number of pages.",
"setterMethodName" : "setDocumentMetadata",
"setterModel" : {
"variableDeclarationType" : "DocumentMetadata",
"variableName" : "documentMetadata",
"variableType" : "DocumentMetadata",
"documentation" : null,
"simpleType" : "DocumentMetadata",
"variableSetterType" : "DocumentMetadata"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DocumentMetadata",
"variableName" : "documentMetadata",
"variableType" : "DocumentMetadata",
"documentation" : "Metadata about the analyzed document. An example is the number of pages.
",
"simpleType" : "DocumentMetadata",
"variableSetterType" : "DocumentMetadata"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBlocks",
"beanStyleSetterMethodName" : "setBlocks",
"c2jName" : "Blocks",
"c2jShape" : "BlockList",
"defaultConsumerFluentSetterDocumentation" : "The text that's detected and analyzed by AnalyzeDocument
.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #blocks(List)}.\n@param blocks a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #blocks(List)",
"deprecated" : false,
"documentation" : "The text that's detected and analyzed by AnalyzeDocument
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "blocks",
"fluentSetterDocumentation" : "The text that's detected and analyzed by AnalyzeDocument
.
\n@param blocks The text that's detected and analyzed by AnalyzeDocument
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "blocks",
"getterDocumentation" : "The text that's detected and analyzed by AnalyzeDocument
.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The text that's detected and analyzed by AnalyzeDocument
.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Blocks",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Blocks",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Block",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Block.Builder} avoiding the need to create one manually via {@link Block#builder()}.\n\nWhen the {@link Consumer} completes, {@link Block.Builder#build()} is called immediately and its result is passed to {@link #member(Block)}.\n@param member a consumer that will call methods on {@link Block.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Block)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Block",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Block",
"variableName" : "member",
"variableType" : "Block",
"documentation" : null,
"simpleType" : "Block",
"variableSetterType" : "Block"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Block",
"variableName" : "member",
"variableType" : "Block",
"documentation" : "",
"simpleType" : "Block",
"variableSetterType" : "Block"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Block",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Block",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Blocks",
"sensitive" : false,
"setterDocumentation" : "The text that's detected and analyzed by AnalyzeDocument
.
\n@param blocks The text that's detected and analyzed by AnalyzeDocument
.",
"setterMethodName" : "setBlocks",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "blocks",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "blocks",
"variableType" : "java.util.List",
"documentation" : "The text that's detected and analyzed by AnalyzeDocument
.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Blocks" : {
"beanStyleGetterMethodName" : "getBlocks",
"beanStyleSetterMethodName" : "setBlocks",
"c2jName" : "Blocks",
"c2jShape" : "BlockList",
"defaultConsumerFluentSetterDocumentation" : "The text that's detected and analyzed by AnalyzeDocument
.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #blocks(List)}.\n@param blocks a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #blocks(List)",
"deprecated" : false,
"documentation" : "The text that's detected and analyzed by AnalyzeDocument
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "blocks",
"fluentSetterDocumentation" : "The text that's detected and analyzed by AnalyzeDocument
.
\n@param blocks The text that's detected and analyzed by AnalyzeDocument
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "blocks",
"getterDocumentation" : "The text that's detected and analyzed by AnalyzeDocument
.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The text that's detected and analyzed by AnalyzeDocument
.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Blocks",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Blocks",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Block",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Block.Builder} avoiding the need to create one manually via {@link Block#builder()}.\n\nWhen the {@link Consumer} completes, {@link Block.Builder#build()} is called immediately and its result is passed to {@link #member(Block)}.\n@param member a consumer that will call methods on {@link Block.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Block)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Block",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Block",
"variableName" : "member",
"variableType" : "Block",
"documentation" : null,
"simpleType" : "Block",
"variableSetterType" : "Block"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Block",
"variableName" : "member",
"variableType" : "Block",
"documentation" : "",
"simpleType" : "Block",
"variableSetterType" : "Block"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Block",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Block",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Blocks",
"sensitive" : false,
"setterDocumentation" : "The text that's detected and analyzed by AnalyzeDocument
.
\n@param blocks The text that's detected and analyzed by AnalyzeDocument
.",
"setterMethodName" : "setBlocks",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "blocks",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "blocks",
"variableType" : "java.util.List",
"documentation" : "The text that's detected and analyzed by AnalyzeDocument
.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"DocumentMetadata" : {
"beanStyleGetterMethodName" : "getDocumentMetadata",
"beanStyleSetterMethodName" : "setDocumentMetadata",
"c2jName" : "DocumentMetadata",
"c2jShape" : "DocumentMetadata",
"defaultConsumerFluentSetterDocumentation" : "Metadata about the analyzed document. An example is the number of pages.
\nThis is a convenience that creates an instance of the {@link DocumentMetadata.Builder} avoiding the need to create one manually via {@link DocumentMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link DocumentMetadata.Builder#build()} is called immediately and its result is passed to {@link #documentMetadata(DocumentMetadata)}.\n@param documentMetadata a consumer that will call methods on {@link DocumentMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #documentMetadata(DocumentMetadata)",
"deprecated" : false,
"documentation" : "Metadata about the analyzed document. An example is the number of pages.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "documentMetadata",
"fluentSetterDocumentation" : "Metadata about the analyzed document. An example is the number of pages.
\n@param documentMetadata Metadata about the analyzed document. An example is the number of pages.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "documentMetadata",
"getterDocumentation" : "Metadata about the analyzed document. An example is the number of pages.
\n@return Metadata about the analyzed document. An example is the number of pages.",
"getterModel" : {
"returnType" : "DocumentMetadata",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DocumentMetadata",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DocumentMetadata",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DocumentMetadata",
"sensitive" : false,
"setterDocumentation" : "Metadata about the analyzed document. An example is the number of pages.
\n@param documentMetadata Metadata about the analyzed document. An example is the number of pages.",
"setterMethodName" : "setDocumentMetadata",
"setterModel" : {
"variableDeclarationType" : "DocumentMetadata",
"variableName" : "documentMetadata",
"variableType" : "DocumentMetadata",
"documentation" : null,
"simpleType" : "DocumentMetadata",
"variableSetterType" : "DocumentMetadata"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DocumentMetadata",
"variableName" : "documentMetadata",
"variableType" : "DocumentMetadata",
"documentation" : "Metadata about the analyzed document. An example is the number of pages.
",
"simpleType" : "DocumentMetadata",
"variableSetterType" : "DocumentMetadata"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDocumentMetadata",
"beanStyleSetterMethodName" : "setDocumentMetadata",
"c2jName" : "DocumentMetadata",
"c2jShape" : "DocumentMetadata",
"defaultConsumerFluentSetterDocumentation" : "Metadata about the analyzed document. An example is the number of pages.
\nThis is a convenience that creates an instance of the {@link DocumentMetadata.Builder} avoiding the need to create one manually via {@link DocumentMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link DocumentMetadata.Builder#build()} is called immediately and its result is passed to {@link #documentMetadata(DocumentMetadata)}.\n@param documentMetadata a consumer that will call methods on {@link DocumentMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #documentMetadata(DocumentMetadata)",
"deprecated" : false,
"documentation" : "Metadata about the analyzed document. An example is the number of pages.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "documentMetadata",
"fluentSetterDocumentation" : "Metadata about the analyzed document. An example is the number of pages.
\n@param documentMetadata Metadata about the analyzed document. An example is the number of pages.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "documentMetadata",
"getterDocumentation" : "Metadata about the analyzed document. An example is the number of pages.
\n@return Metadata about the analyzed document. An example is the number of pages.",
"getterModel" : {
"returnType" : "DocumentMetadata",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DocumentMetadata",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DocumentMetadata",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DocumentMetadata",
"sensitive" : false,
"setterDocumentation" : "Metadata about the analyzed document. An example is the number of pages.
\n@param documentMetadata Metadata about the analyzed document. An example is the number of pages.",
"setterMethodName" : "setDocumentMetadata",
"setterModel" : {
"variableDeclarationType" : "DocumentMetadata",
"variableName" : "documentMetadata",
"variableType" : "DocumentMetadata",
"documentation" : null,
"simpleType" : "DocumentMetadata",
"variableSetterType" : "DocumentMetadata"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DocumentMetadata",
"variableName" : "documentMetadata",
"variableType" : "DocumentMetadata",
"documentation" : "Metadata about the analyzed document. An example is the number of pages.
",
"simpleType" : "DocumentMetadata",
"variableSetterType" : "DocumentMetadata"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBlocks",
"beanStyleSetterMethodName" : "setBlocks",
"c2jName" : "Blocks",
"c2jShape" : "BlockList",
"defaultConsumerFluentSetterDocumentation" : "The text that's detected and analyzed by AnalyzeDocument
.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #blocks(List)}.\n@param blocks a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #blocks(List)",
"deprecated" : false,
"documentation" : "The text that's detected and analyzed by AnalyzeDocument
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "blocks",
"fluentSetterDocumentation" : "The text that's detected and analyzed by AnalyzeDocument
.
\n@param blocks The text that's detected and analyzed by AnalyzeDocument
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "blocks",
"getterDocumentation" : "The text that's detected and analyzed by AnalyzeDocument
.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return The text that's detected and analyzed by AnalyzeDocument
.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Blocks",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Blocks",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Block",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Block.Builder} avoiding the need to create one manually via {@link Block#builder()}.\n\nWhen the {@link Consumer} completes, {@link Block.Builder#build()} is called immediately and its result is passed to {@link #member(Block)}.\n@param member a consumer that will call methods on {@link Block.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Block)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Block",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Block",
"variableName" : "member",
"variableType" : "Block",
"documentation" : null,
"simpleType" : "Block",
"variableSetterType" : "Block"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Block",
"variableName" : "member",
"variableType" : "Block",
"documentation" : "",
"simpleType" : "Block",
"variableSetterType" : "Block"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Block",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Block",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Blocks",
"sensitive" : false,
"setterDocumentation" : "The text that's detected and analyzed by AnalyzeDocument
.
\n@param blocks The text that's detected and analyzed by AnalyzeDocument
.",
"setterMethodName" : "setBlocks",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "blocks",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "blocks",
"variableType" : "java.util.List",
"documentation" : "The text that's detected and analyzed by AnalyzeDocument
.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AnalyzeDocumentResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AnalyzeDocumentResponse",
"variableName" : "analyzeDocumentResponse",
"variableType" : "AnalyzeDocumentResponse",
"documentation" : null,
"simpleType" : "AnalyzeDocumentResponse",
"variableSetterType" : "AnalyzeDocumentResponse"
},
"wrapper" : false
},
"BadDocumentException" : {
"c2jName" : "BadDocumentException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Amazon Textract isn't able to read the document.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "BadDocumentException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BadDocumentException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BadDocumentException",
"variableName" : "badDocumentException",
"variableType" : "BadDocumentException",
"documentation" : null,
"simpleType" : "BadDocumentException",
"variableSetterType" : "BadDocumentException"
},
"wrapper" : false
},
"Block" : {
"c2jName" : "Block",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "A Block
represents text that's recognized in a document within a group of pixels close to each other. The information returned in a Block
depends on the type of operation. In document-text detection (for example DetectDocumentText), you get information about the detected words and lines of text. In text analysis (for example AnalyzeDocument), you can get information about the fields and tables 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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getBlockTypeAsString",
"beanStyleSetterMethodName" : "setBlockType",
"c2jName" : "BlockType",
"c2jShape" : "BlockType",
"defaultConsumerFluentSetterDocumentation" : "The type of text that's recognized in a block. In text-detection operations, the following types are returned:
-
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #blockTypeAsString(String)}.\n@param blockType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #blockType(String)",
"deprecated" : false,
"documentation" : "The type of text that's recognized in a block. In text-detection operations, the following types are returned:
-
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
",
"endpointDiscoveryId" : false,
"enumType" : "BlockType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "blockType",
"fluentEnumSetterMethodName" : "blockType",
"fluentGetterMethodName" : "blockTypeAsString",
"fluentSetterDocumentation" : "The type of text that's recognized in a block. In text-detection operations, the following types are returned:
-
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\n@param blockType The type of text that's recognized in a block. In text-detection operations, the following types are returned: -
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\n@see BlockType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BlockType",
"fluentSetterMethodName" : "blockType",
"getterDocumentation" : "The type of text that's recognized in a block. In text-detection operations, the following types are returned:
-
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #blockType} will return {@link BlockType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #blockTypeAsString}.\n
\n@return The type of text that's recognized in a block. In text-detection operations, the following types are returned: -
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\n@see BlockType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BlockType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BlockType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BlockType",
"sensitive" : false,
"setterDocumentation" : "The type of text that's recognized in a block. In text-detection operations, the following types are returned:
-
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\n@param blockType The type of text that's recognized in a block. In text-detection operations, the following types are returned: -
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\n@see BlockType",
"setterMethodName" : "setBlockType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "blockType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "blockType",
"variableType" : "String",
"documentation" : "The type of text that's recognized in a block. In text-detection operations, the following types are returned:
-
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConfidence",
"beanStyleSetterMethodName" : "setConfidence",
"c2jName" : "Confidence",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #confidence(Float)}.\n@param confidence a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #confidence(Float)",
"deprecated" : false,
"documentation" : "The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "confidence",
"fluentSetterDocumentation" : "The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
\n@param confidence The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "confidence",
"getterDocumentation" : "The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
\n@return The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Confidence",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Confidence",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Confidence",
"sensitive" : false,
"setterDocumentation" : "The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
\n@param confidence The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.",
"setterMethodName" : "setConfidence",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : "The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getText",
"beanStyleSetterMethodName" : "setText",
"c2jName" : "Text",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The word or line of text that's recognized by Amazon Textract.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #text(String)}.\n@param text a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #text(String)",
"deprecated" : false,
"documentation" : "The word or line of text that's recognized by Amazon Textract.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "text",
"fluentSetterDocumentation" : "The word or line of text that's recognized by Amazon Textract.
\n@param text The word or line of text that's recognized by Amazon Textract.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "text",
"getterDocumentation" : "The word or line of text that's recognized by Amazon Textract.
\n@return The word or line of text that's recognized by Amazon Textract.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Text",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Text",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Text",
"sensitive" : false,
"setterDocumentation" : "The word or line of text that's recognized by Amazon Textract.
\n@param text The word or line of text that's recognized by Amazon Textract.",
"setterMethodName" : "setText",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "text",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "text",
"variableType" : "String",
"documentation" : "The word or line of text that's recognized by Amazon Textract.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRowIndex",
"beanStyleSetterMethodName" : "setRowIndex",
"c2jName" : "RowIndex",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #rowIndex(Integer)}.\n@param rowIndex a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rowIndex(Integer)",
"deprecated" : false,
"documentation" : "The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rowIndex",
"fluentSetterDocumentation" : "The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param rowIndex The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rowIndex",
"getterDocumentation" : "The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@return The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RowIndex",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RowIndex",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "RowIndex",
"sensitive" : false,
"setterDocumentation" : "The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param rowIndex The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"setterMethodName" : "setRowIndex",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "rowIndex",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "rowIndex",
"variableType" : "Integer",
"documentation" : "The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getColumnIndex",
"beanStyleSetterMethodName" : "setColumnIndex",
"c2jName" : "ColumnIndex",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #columnIndex(Integer)}.\n@param columnIndex a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #columnIndex(Integer)",
"deprecated" : false,
"documentation" : "The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "columnIndex",
"fluentSetterDocumentation" : "The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param columnIndex The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "columnIndex",
"getterDocumentation" : "The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@return The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ColumnIndex",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ColumnIndex",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "ColumnIndex",
"sensitive" : false,
"setterDocumentation" : "The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param columnIndex The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"setterMethodName" : "setColumnIndex",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "columnIndex",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "columnIndex",
"variableType" : "Integer",
"documentation" : "The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRowSpan",
"beanStyleSetterMethodName" : "setRowSpan",
"c2jName" : "RowSpan",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #rowSpan(Integer)}.\n@param rowSpan a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rowSpan(Integer)",
"deprecated" : false,
"documentation" : "The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rowSpan",
"fluentSetterDocumentation" : "The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param rowSpan The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rowSpan",
"getterDocumentation" : "The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@return The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RowSpan",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RowSpan",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "RowSpan",
"sensitive" : false,
"setterDocumentation" : "The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param rowSpan The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"setterMethodName" : "setRowSpan",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "rowSpan",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "rowSpan",
"variableType" : "Integer",
"documentation" : "The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getColumnSpan",
"beanStyleSetterMethodName" : "setColumnSpan",
"c2jName" : "ColumnSpan",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #columnSpan(Integer)}.\n@param columnSpan a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #columnSpan(Integer)",
"deprecated" : false,
"documentation" : "The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "columnSpan",
"fluentSetterDocumentation" : "The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param columnSpan The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "columnSpan",
"getterDocumentation" : "The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@return The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ColumnSpan",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ColumnSpan",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "ColumnSpan",
"sensitive" : false,
"setterDocumentation" : "The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param columnSpan The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"setterMethodName" : "setColumnSpan",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "columnSpan",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "columnSpan",
"variableType" : "Integer",
"documentation" : "The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getGeometry",
"beanStyleSetterMethodName" : "setGeometry",
"c2jName" : "Geometry",
"c2jShape" : "Geometry",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link Geometry.Builder} avoiding the need to create one manually via {@link Geometry#builder()}.\n\nWhen the {@link Consumer} completes, {@link Geometry.Builder#build()} is called immediately and its result is passed to {@link #geometry(Geometry)}.\n@param geometry a consumer that will call methods on {@link Geometry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #geometry(Geometry)",
"deprecated" : false,
"documentation" : "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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "geometry",
"fluentSetterDocumentation" : "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.
\n@param geometry 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.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "geometry",
"getterDocumentation" : "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.
\n@return 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.",
"getterModel" : {
"returnType" : "Geometry",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Geometry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Geometry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Geometry",
"sensitive" : false,
"setterDocumentation" : "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.
\n@param geometry 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.",
"setterMethodName" : "setGeometry",
"setterModel" : {
"variableDeclarationType" : "Geometry",
"variableName" : "geometry",
"variableType" : "Geometry",
"documentation" : null,
"simpleType" : "Geometry",
"variableSetterType" : "Geometry"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Geometry",
"variableName" : "geometry",
"variableType" : "Geometry",
"documentation" : "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.
",
"simpleType" : "Geometry",
"variableSetterType" : "Geometry"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "NonEmptyString",
"defaultConsumerFluentSetterDocumentation" : "The identifier for the recognized text. The identifier is only unique for a single operation.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The identifier for the recognized text. The identifier is only unique for a single operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The identifier for the recognized text. The identifier is only unique for a single operation.
\n@param id The identifier for the recognized text. The identifier is only unique for a single operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The identifier for the recognized text. The identifier is only unique for a single operation.
\n@return The identifier for the recognized text. The identifier is only unique for a single operation.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "The identifier for the recognized text. The identifier is only unique for a single operation.
\n@param id The identifier for the recognized text. The identifier is only unique for a single operation.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The identifier for the recognized text. The identifier is only unique for a single operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRelationships",
"beanStyleSetterMethodName" : "setRelationships",
"c2jName" : "Relationships",
"c2jShape" : "RelationshipList",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #relationships(List)}.\n@param relationships a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #relationships(List)",
"deprecated" : false,
"documentation" : "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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "relationships",
"fluentSetterDocumentation" : "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.
\n@param relationships 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.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "relationships",
"getterDocumentation" : "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.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return 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.
",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Relationships",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Relationships",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Relationship",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Relationship.Builder} avoiding the need to create one manually via {@link Relationship#builder()}.\n\nWhen the {@link Consumer} completes, {@link Relationship.Builder#build()} is called immediately and its result is passed to {@link #member(Relationship)}.\n@param member a consumer that will call methods on {@link Relationship.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Relationship)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Relationship",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Relationship",
"variableName" : "member",
"variableType" : "Relationship",
"documentation" : null,
"simpleType" : "Relationship",
"variableSetterType" : "Relationship"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Relationship",
"variableName" : "member",
"variableType" : "Relationship",
"documentation" : "",
"simpleType" : "Relationship",
"variableSetterType" : "Relationship"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Relationship",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Relationship",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Relationships",
"sensitive" : false,
"setterDocumentation" : "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.
\n@param relationships 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.
",
"setterMethodName" : "setRelationships",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "relationships",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "relationships",
"variableType" : "java.util.List",
"documentation" : "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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEntityTypesAsStrings",
"beanStyleSetterMethodName" : "setEntityTypesWithStrings",
"c2jName" : "EntityTypes",
"c2jShape" : "EntityTypes",
"defaultConsumerFluentSetterDocumentation" : "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
.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #entityTypesAsStrings(List)}.\n@param entityTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entityTypesWithStrings(List)",
"deprecated" : false,
"documentation" : "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
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "entityTypes",
"fluentEnumSetterMethodName" : "entityTypes",
"fluentGetterMethodName" : "entityTypesAsStrings",
"fluentSetterDocumentation" : "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
.
\n@param entityTypes 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
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "entityTypesWithStrings",
"getterDocumentation" : "
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
.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return 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
.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EntityTypes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EntityTypes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EntityType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "EntityType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EntityType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityType",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EntityType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see EntityType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EntityType",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "EntityTypes",
"sensitive" : false,
"setterDocumentation" : "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
.
\n@param entityTypes 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
.",
"setterMethodName" : "setEntityTypesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "entityTypes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "entityTypes",
"variableType" : "java.util.List",
"documentation" : "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
.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPage",
"beanStyleSetterMethodName" : "setPage",
"c2jName" : "Page",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The page in which a block was detected.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #page(Integer)}.\n@param page a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #page(Integer)",
"deprecated" : false,
"documentation" : "The page in which a block was detected.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "page",
"fluentSetterDocumentation" : "The page in which a block was detected.
\n@param page The page in which a block was detected.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "page",
"getterDocumentation" : "The page in which a block was detected.
\n@return The page in which a block was detected.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Page",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Page",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Page",
"sensitive" : false,
"setterDocumentation" : "The page in which a block was detected.
\n@param page The page in which a block was detected.",
"setterMethodName" : "setPage",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "page",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "page",
"variableType" : "Integer",
"documentation" : "The page in which a block was detected.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BlockType" : {
"beanStyleGetterMethodName" : "getBlockTypeAsString",
"beanStyleSetterMethodName" : "setBlockType",
"c2jName" : "BlockType",
"c2jShape" : "BlockType",
"defaultConsumerFluentSetterDocumentation" : "The type of text that's recognized in a block. In text-detection operations, the following types are returned:
-
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #blockTypeAsString(String)}.\n@param blockType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #blockType(String)",
"deprecated" : false,
"documentation" : "The type of text that's recognized in a block. In text-detection operations, the following types are returned:
-
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
",
"endpointDiscoveryId" : false,
"enumType" : "BlockType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "blockType",
"fluentEnumSetterMethodName" : "blockType",
"fluentGetterMethodName" : "blockTypeAsString",
"fluentSetterDocumentation" : "The type of text that's recognized in a block. In text-detection operations, the following types are returned:
-
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\n@param blockType The type of text that's recognized in a block. In text-detection operations, the following types are returned:
-
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\n@see BlockType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BlockType",
"fluentSetterMethodName" : "blockType",
"getterDocumentation" : "The type of text that's recognized in a block. In text-detection operations, the following types are returned:
-
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #blockType} will return {@link BlockType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #blockTypeAsString}.\n
\n@return The type of text that's recognized in a block. In text-detection operations, the following types are returned: -
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\n@see BlockType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BlockType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BlockType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BlockType",
"sensitive" : false,
"setterDocumentation" : "The type of text that's recognized in a block. In text-detection operations, the following types are returned:
-
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\n@param blockType The type of text that's recognized in a block. In text-detection operations, the following types are returned: -
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\n@see BlockType",
"setterMethodName" : "setBlockType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "blockType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "blockType",
"variableType" : "String",
"documentation" : "The type of text that's recognized in a block. In text-detection operations, the following types are returned:
-
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ColumnIndex" : {
"beanStyleGetterMethodName" : "getColumnIndex",
"beanStyleSetterMethodName" : "setColumnIndex",
"c2jName" : "ColumnIndex",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #columnIndex(Integer)}.\n@param columnIndex a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #columnIndex(Integer)",
"deprecated" : false,
"documentation" : "The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "columnIndex",
"fluentSetterDocumentation" : "The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param columnIndex The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "columnIndex",
"getterDocumentation" : "The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@return The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ColumnIndex",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ColumnIndex",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "ColumnIndex",
"sensitive" : false,
"setterDocumentation" : "The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param columnIndex The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"setterMethodName" : "setColumnIndex",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "columnIndex",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "columnIndex",
"variableType" : "Integer",
"documentation" : "The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"ColumnSpan" : {
"beanStyleGetterMethodName" : "getColumnSpan",
"beanStyleSetterMethodName" : "setColumnSpan",
"c2jName" : "ColumnSpan",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #columnSpan(Integer)}.\n@param columnSpan a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #columnSpan(Integer)",
"deprecated" : false,
"documentation" : "The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "columnSpan",
"fluentSetterDocumentation" : "The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param columnSpan The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "columnSpan",
"getterDocumentation" : "The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@return The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ColumnSpan",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ColumnSpan",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "ColumnSpan",
"sensitive" : false,
"setterDocumentation" : "The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param columnSpan The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"setterMethodName" : "setColumnSpan",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "columnSpan",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "columnSpan",
"variableType" : "Integer",
"documentation" : "The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"Confidence" : {
"beanStyleGetterMethodName" : "getConfidence",
"beanStyleSetterMethodName" : "setConfidence",
"c2jName" : "Confidence",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #confidence(Float)}.\n@param confidence a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #confidence(Float)",
"deprecated" : false,
"documentation" : "The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "confidence",
"fluentSetterDocumentation" : "The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
\n@param confidence The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "confidence",
"getterDocumentation" : "The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
\n@return The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Confidence",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Confidence",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Confidence",
"sensitive" : false,
"setterDocumentation" : "The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
\n@param confidence The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.",
"setterMethodName" : "setConfidence",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : "The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
},
"EntityTypes" : {
"beanStyleGetterMethodName" : "getEntityTypesAsStrings",
"beanStyleSetterMethodName" : "setEntityTypesWithStrings",
"c2jName" : "EntityTypes",
"c2jShape" : "EntityTypes",
"defaultConsumerFluentSetterDocumentation" : "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
.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #entityTypesAsStrings(List)}.\n@param entityTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entityTypesWithStrings(List)",
"deprecated" : false,
"documentation" : "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
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "entityTypes",
"fluentEnumSetterMethodName" : "entityTypes",
"fluentGetterMethodName" : "entityTypesAsStrings",
"fluentSetterDocumentation" : "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
.
\n@param entityTypes 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
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "entityTypesWithStrings",
"getterDocumentation" : "
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
.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return 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
.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EntityTypes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EntityTypes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EntityType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "EntityType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EntityType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityType",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EntityType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see EntityType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EntityType",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "EntityTypes",
"sensitive" : false,
"setterDocumentation" : "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
.
\n@param entityTypes 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
.",
"setterMethodName" : "setEntityTypesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "entityTypes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "entityTypes",
"variableType" : "java.util.List",
"documentation" : "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
.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Geometry" : {
"beanStyleGetterMethodName" : "getGeometry",
"beanStyleSetterMethodName" : "setGeometry",
"c2jName" : "Geometry",
"c2jShape" : "Geometry",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link Geometry.Builder} avoiding the need to create one manually via {@link Geometry#builder()}.\n\nWhen the {@link Consumer} completes, {@link Geometry.Builder#build()} is called immediately and its result is passed to {@link #geometry(Geometry)}.\n@param geometry a consumer that will call methods on {@link Geometry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #geometry(Geometry)",
"deprecated" : false,
"documentation" : "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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "geometry",
"fluentSetterDocumentation" : "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.
\n@param geometry 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.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "geometry",
"getterDocumentation" : "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.
\n@return 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.",
"getterModel" : {
"returnType" : "Geometry",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Geometry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Geometry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Geometry",
"sensitive" : false,
"setterDocumentation" : "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.
\n@param geometry 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.",
"setterMethodName" : "setGeometry",
"setterModel" : {
"variableDeclarationType" : "Geometry",
"variableName" : "geometry",
"variableType" : "Geometry",
"documentation" : null,
"simpleType" : "Geometry",
"variableSetterType" : "Geometry"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Geometry",
"variableName" : "geometry",
"variableType" : "Geometry",
"documentation" : "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.
",
"simpleType" : "Geometry",
"variableSetterType" : "Geometry"
},
"xmlNameSpaceUri" : null
},
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "NonEmptyString",
"defaultConsumerFluentSetterDocumentation" : "The identifier for the recognized text. The identifier is only unique for a single operation.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The identifier for the recognized text. The identifier is only unique for a single operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The identifier for the recognized text. The identifier is only unique for a single operation.
\n@param id The identifier for the recognized text. The identifier is only unique for a single operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The identifier for the recognized text. The identifier is only unique for a single operation.
\n@return The identifier for the recognized text. The identifier is only unique for a single operation.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "The identifier for the recognized text. The identifier is only unique for a single operation.
\n@param id The identifier for the recognized text. The identifier is only unique for a single operation.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The identifier for the recognized text. The identifier is only unique for a single operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Page" : {
"beanStyleGetterMethodName" : "getPage",
"beanStyleSetterMethodName" : "setPage",
"c2jName" : "Page",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The page in which a block was detected.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #page(Integer)}.\n@param page a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #page(Integer)",
"deprecated" : false,
"documentation" : "The page in which a block was detected.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "page",
"fluentSetterDocumentation" : "The page in which a block was detected.
\n@param page The page in which a block was detected.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "page",
"getterDocumentation" : "The page in which a block was detected.
\n@return The page in which a block was detected.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Page",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Page",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Page",
"sensitive" : false,
"setterDocumentation" : "The page in which a block was detected.
\n@param page The page in which a block was detected.",
"setterMethodName" : "setPage",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "page",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "page",
"variableType" : "Integer",
"documentation" : "The page in which a block was detected.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"Relationships" : {
"beanStyleGetterMethodName" : "getRelationships",
"beanStyleSetterMethodName" : "setRelationships",
"c2jName" : "Relationships",
"c2jShape" : "RelationshipList",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #relationships(List)}.\n@param relationships a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #relationships(List)",
"deprecated" : false,
"documentation" : "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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "relationships",
"fluentSetterDocumentation" : "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.
\n@param relationships 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.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "relationships",
"getterDocumentation" : "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.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return 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.
",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Relationships",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Relationships",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Relationship",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Relationship.Builder} avoiding the need to create one manually via {@link Relationship#builder()}.\n\nWhen the {@link Consumer} completes, {@link Relationship.Builder#build()} is called immediately and its result is passed to {@link #member(Relationship)}.\n@param member a consumer that will call methods on {@link Relationship.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Relationship)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Relationship",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Relationship",
"variableName" : "member",
"variableType" : "Relationship",
"documentation" : null,
"simpleType" : "Relationship",
"variableSetterType" : "Relationship"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Relationship",
"variableName" : "member",
"variableType" : "Relationship",
"documentation" : "",
"simpleType" : "Relationship",
"variableSetterType" : "Relationship"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Relationship",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Relationship",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Relationships",
"sensitive" : false,
"setterDocumentation" : "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.
\n@param relationships 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.
",
"setterMethodName" : "setRelationships",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "relationships",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "relationships",
"variableType" : "java.util.List",
"documentation" : "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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"RowIndex" : {
"beanStyleGetterMethodName" : "getRowIndex",
"beanStyleSetterMethodName" : "setRowIndex",
"c2jName" : "RowIndex",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #rowIndex(Integer)}.\n@param rowIndex a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rowIndex(Integer)",
"deprecated" : false,
"documentation" : "The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rowIndex",
"fluentSetterDocumentation" : "The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param rowIndex The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rowIndex",
"getterDocumentation" : "The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@return The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RowIndex",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RowIndex",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "RowIndex",
"sensitive" : false,
"setterDocumentation" : "The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param rowIndex The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"setterMethodName" : "setRowIndex",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "rowIndex",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "rowIndex",
"variableType" : "Integer",
"documentation" : "The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"RowSpan" : {
"beanStyleGetterMethodName" : "getRowSpan",
"beanStyleSetterMethodName" : "setRowSpan",
"c2jName" : "RowSpan",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #rowSpan(Integer)}.\n@param rowSpan a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rowSpan(Integer)",
"deprecated" : false,
"documentation" : "The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rowSpan",
"fluentSetterDocumentation" : "The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param rowSpan The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rowSpan",
"getterDocumentation" : "The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@return The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RowSpan",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RowSpan",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "RowSpan",
"sensitive" : false,
"setterDocumentation" : "The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param rowSpan The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"setterMethodName" : "setRowSpan",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "rowSpan",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "rowSpan",
"variableType" : "Integer",
"documentation" : "The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"Text" : {
"beanStyleGetterMethodName" : "getText",
"beanStyleSetterMethodName" : "setText",
"c2jName" : "Text",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The word or line of text that's recognized by Amazon Textract.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #text(String)}.\n@param text a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #text(String)",
"deprecated" : false,
"documentation" : "The word or line of text that's recognized by Amazon Textract.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "text",
"fluentSetterDocumentation" : "The word or line of text that's recognized by Amazon Textract.
\n@param text The word or line of text that's recognized by Amazon Textract.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "text",
"getterDocumentation" : "The word or line of text that's recognized by Amazon Textract.
\n@return The word or line of text that's recognized by Amazon Textract.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Text",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Text",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Text",
"sensitive" : false,
"setterDocumentation" : "The word or line of text that's recognized by Amazon Textract.
\n@param text The word or line of text that's recognized by Amazon Textract.",
"setterMethodName" : "setText",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "text",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "text",
"variableType" : "String",
"documentation" : "The word or line of text that's recognized by Amazon Textract.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getBlockTypeAsString",
"beanStyleSetterMethodName" : "setBlockType",
"c2jName" : "BlockType",
"c2jShape" : "BlockType",
"defaultConsumerFluentSetterDocumentation" : "The type of text that's recognized in a block. In text-detection operations, the following types are returned:
-
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #blockTypeAsString(String)}.\n@param blockType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #blockType(String)",
"deprecated" : false,
"documentation" : "The type of text that's recognized in a block. In text-detection operations, the following types are returned:
-
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
",
"endpointDiscoveryId" : false,
"enumType" : "BlockType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "blockType",
"fluentEnumSetterMethodName" : "blockType",
"fluentGetterMethodName" : "blockTypeAsString",
"fluentSetterDocumentation" : "The type of text that's recognized in a block. In text-detection operations, the following types are returned:
-
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\n@param blockType The type of text that's recognized in a block. In text-detection operations, the following types are returned: -
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\n@see BlockType\n@return Returns a reference to this object so that method calls can be chained together.\n@see BlockType",
"fluentSetterMethodName" : "blockType",
"getterDocumentation" : "The type of text that's recognized in a block. In text-detection operations, the following types are returned:
-
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #blockType} will return {@link BlockType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #blockTypeAsString}.\n
\n@return The type of text that's recognized in a block. In text-detection operations, the following types are returned: -
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\n@see BlockType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BlockType",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BlockType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BlockType",
"sensitive" : false,
"setterDocumentation" : "The type of text that's recognized in a block. In text-detection operations, the following types are returned:
-
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\n@param blockType The type of text that's recognized in a block. In text-detection operations, the following types are returned: -
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
\n@see BlockType",
"setterMethodName" : "setBlockType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "blockType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "blockType",
"variableType" : "String",
"documentation" : "The type of text that's recognized in a block. In text-detection operations, the following types are returned:
-
PAGE - Contains a list of the LINE Block objects that are detected on a specific page.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of equally spaced words.
In text analysis operations, the following types are returned:
-
PAGE - Contains a list of child Block objects that are detected on a specific page.
-
KEY_VALUE_SET - Stores the KEY and VALUE Block objects for a field that's detected in a document. Use the EntityType
field to determine if a KEY_VALUE_SET object is a KEY Block object or a VALUE Block object.
-
WORD - One or more ISO basic Latin script characters that aren't separated by spaces.
-
LINE - A string of tab-delimited, contiguous words.
-
TABLE - A table that's detected in the document.
-
CELL - A cell within a detected table. The cell is the parent of the block that contains the text in the cell.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConfidence",
"beanStyleSetterMethodName" : "setConfidence",
"c2jName" : "Confidence",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #confidence(Float)}.\n@param confidence a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #confidence(Float)",
"deprecated" : false,
"documentation" : "The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "confidence",
"fluentSetterDocumentation" : "The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
\n@param confidence The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "confidence",
"getterDocumentation" : "The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
\n@return The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Confidence",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Confidence",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Confidence",
"sensitive" : false,
"setterDocumentation" : "The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
\n@param confidence The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.",
"setterMethodName" : "setConfidence",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : "The confidence that Amazon Textract has in the accuracy of the recognized text and the accuracy of the geometry points around the recognized text.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getText",
"beanStyleSetterMethodName" : "setText",
"c2jName" : "Text",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The word or line of text that's recognized by Amazon Textract.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #text(String)}.\n@param text a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #text(String)",
"deprecated" : false,
"documentation" : "The word or line of text that's recognized by Amazon Textract.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "text",
"fluentSetterDocumentation" : "The word or line of text that's recognized by Amazon Textract.
\n@param text The word or line of text that's recognized by Amazon Textract.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "text",
"getterDocumentation" : "The word or line of text that's recognized by Amazon Textract.
\n@return The word or line of text that's recognized by Amazon Textract.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Text",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Text",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Text",
"sensitive" : false,
"setterDocumentation" : "The word or line of text that's recognized by Amazon Textract.
\n@param text The word or line of text that's recognized by Amazon Textract.",
"setterMethodName" : "setText",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "text",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "text",
"variableType" : "String",
"documentation" : "The word or line of text that's recognized by Amazon Textract.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRowIndex",
"beanStyleSetterMethodName" : "setRowIndex",
"c2jName" : "RowIndex",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #rowIndex(Integer)}.\n@param rowIndex a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rowIndex(Integer)",
"deprecated" : false,
"documentation" : "The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rowIndex",
"fluentSetterDocumentation" : "The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param rowIndex The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rowIndex",
"getterDocumentation" : "The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@return The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RowIndex",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RowIndex",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "RowIndex",
"sensitive" : false,
"setterDocumentation" : "The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param rowIndex The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"setterMethodName" : "setRowIndex",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "rowIndex",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "rowIndex",
"variableType" : "Integer",
"documentation" : "The row in which a table cell is located. The first row position is 1. RowIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getColumnIndex",
"beanStyleSetterMethodName" : "setColumnIndex",
"c2jName" : "ColumnIndex",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #columnIndex(Integer)}.\n@param columnIndex a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #columnIndex(Integer)",
"deprecated" : false,
"documentation" : "The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "columnIndex",
"fluentSetterDocumentation" : "The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param columnIndex The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "columnIndex",
"getterDocumentation" : "The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@return The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ColumnIndex",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ColumnIndex",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "ColumnIndex",
"sensitive" : false,
"setterDocumentation" : "The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param columnIndex The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"setterMethodName" : "setColumnIndex",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "columnIndex",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "columnIndex",
"variableType" : "Integer",
"documentation" : "The column in which a table cell appears. The first column position is 1. ColumnIndex
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRowSpan",
"beanStyleSetterMethodName" : "setRowSpan",
"c2jName" : "RowSpan",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #rowSpan(Integer)}.\n@param rowSpan a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rowSpan(Integer)",
"deprecated" : false,
"documentation" : "The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rowSpan",
"fluentSetterDocumentation" : "The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param rowSpan The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rowSpan",
"getterDocumentation" : "The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@return The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RowSpan",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "RowSpan",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "RowSpan",
"sensitive" : false,
"setterDocumentation" : "The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param rowSpan The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"setterMethodName" : "setRowSpan",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "rowSpan",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "rowSpan",
"variableType" : "Integer",
"documentation" : "The number of rows that a table spans. RowSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getColumnSpan",
"beanStyleSetterMethodName" : "setColumnSpan",
"c2jName" : "ColumnSpan",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #columnSpan(Integer)}.\n@param columnSpan a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #columnSpan(Integer)",
"deprecated" : false,
"documentation" : "The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "columnSpan",
"fluentSetterDocumentation" : "The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param columnSpan The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "columnSpan",
"getterDocumentation" : "The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@return The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ColumnSpan",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ColumnSpan",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "ColumnSpan",
"sensitive" : false,
"setterDocumentation" : "The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
\n@param columnSpan The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.",
"setterMethodName" : "setColumnSpan",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "columnSpan",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "columnSpan",
"variableType" : "Integer",
"documentation" : "The number of columns that a table cell spans. ColumnSpan
isn't returned by DetectDocumentText
and GetDocumentTextDetection
.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getGeometry",
"beanStyleSetterMethodName" : "setGeometry",
"c2jName" : "Geometry",
"c2jShape" : "Geometry",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link Geometry.Builder} avoiding the need to create one manually via {@link Geometry#builder()}.\n\nWhen the {@link Consumer} completes, {@link Geometry.Builder#build()} is called immediately and its result is passed to {@link #geometry(Geometry)}.\n@param geometry a consumer that will call methods on {@link Geometry.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #geometry(Geometry)",
"deprecated" : false,
"documentation" : "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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "geometry",
"fluentSetterDocumentation" : "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.
\n@param geometry 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.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "geometry",
"getterDocumentation" : "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.
\n@return 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.",
"getterModel" : {
"returnType" : "Geometry",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Geometry",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Geometry",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Geometry",
"sensitive" : false,
"setterDocumentation" : "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.
\n@param geometry 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.",
"setterMethodName" : "setGeometry",
"setterModel" : {
"variableDeclarationType" : "Geometry",
"variableName" : "geometry",
"variableType" : "Geometry",
"documentation" : null,
"simpleType" : "Geometry",
"variableSetterType" : "Geometry"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Geometry",
"variableName" : "geometry",
"variableType" : "Geometry",
"documentation" : "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.
",
"simpleType" : "Geometry",
"variableSetterType" : "Geometry"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "NonEmptyString",
"defaultConsumerFluentSetterDocumentation" : "The identifier for the recognized text. The identifier is only unique for a single operation.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The identifier for the recognized text. The identifier is only unique for a single operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The identifier for the recognized text. The identifier is only unique for a single operation.
\n@param id The identifier for the recognized text. The identifier is only unique for a single operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The identifier for the recognized text. The identifier is only unique for a single operation.
\n@return The identifier for the recognized text. The identifier is only unique for a single operation.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Id",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "The identifier for the recognized text. The identifier is only unique for a single operation.
\n@param id The identifier for the recognized text. The identifier is only unique for a single operation.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The identifier for the recognized text. The identifier is only unique for a single operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getRelationships",
"beanStyleSetterMethodName" : "setRelationships",
"c2jName" : "Relationships",
"c2jShape" : "RelationshipList",
"defaultConsumerFluentSetterDocumentation" : "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.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #relationships(List)}.\n@param relationships a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #relationships(List)",
"deprecated" : false,
"documentation" : "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.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "relationships",
"fluentSetterDocumentation" : "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.
\n@param relationships 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.
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "relationships",
"getterDocumentation" : "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.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return 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.
",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Relationships",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Relationships",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Relationship",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Relationship.Builder} avoiding the need to create one manually via {@link Relationship#builder()}.\n\nWhen the {@link Consumer} completes, {@link Relationship.Builder#build()} is called immediately and its result is passed to {@link #member(Relationship)}.\n@param member a consumer that will call methods on {@link Relationship.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Relationship)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Relationship",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Relationship",
"variableName" : "member",
"variableType" : "Relationship",
"documentation" : null,
"simpleType" : "Relationship",
"variableSetterType" : "Relationship"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Relationship",
"variableName" : "member",
"variableType" : "Relationship",
"documentation" : "",
"simpleType" : "Relationship",
"variableSetterType" : "Relationship"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Relationship",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Relationship",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Relationships",
"sensitive" : false,
"setterDocumentation" : "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.
\n@param relationships 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.
",
"setterMethodName" : "setRelationships",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "relationships",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "relationships",
"variableType" : "java.util.List",
"documentation" : "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.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getEntityTypesAsStrings",
"beanStyleSetterMethodName" : "setEntityTypesWithStrings",
"c2jName" : "EntityTypes",
"c2jShape" : "EntityTypes",
"defaultConsumerFluentSetterDocumentation" : "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
.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #entityTypesAsStrings(List)}.\n@param entityTypes a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #entityTypesWithStrings(List)",
"deprecated" : false,
"documentation" : "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
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "entityTypes",
"fluentEnumSetterMethodName" : "entityTypes",
"fluentGetterMethodName" : "entityTypesAsStrings",
"fluentSetterDocumentation" : "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
.
\n@param entityTypes 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
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "entityTypesWithStrings",
"getterDocumentation" : "
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
.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return 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
.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "EntityTypes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "EntityTypes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMemberAsString",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "EntityType",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #memberAsString(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : "EntityType",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "member",
"fluentEnumSetterMethodName" : "member",
"fluentGetterMethodName" : "memberAsString",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EntityType\n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityType",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #member} will return {@link EntityType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #memberAsString}.\n
\n@return The value of the Member property for this object.\n@see EntityType",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@see EntityType",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "EntityTypes",
"sensitive" : false,
"setterDocumentation" : "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
.
\n@param entityTypes 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
.",
"setterMethodName" : "setEntityTypesWithStrings",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "entityTypes",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "entityTypes",
"variableType" : "java.util.List",
"documentation" : "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
.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPage",
"beanStyleSetterMethodName" : "setPage",
"c2jName" : "Page",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The page in which a block was detected.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #page(Integer)}.\n@param page a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #page(Integer)",
"deprecated" : false,
"documentation" : "The page in which a block was detected.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "page",
"fluentSetterDocumentation" : "The page in which a block was detected.
\n@param page The page in which a block was detected.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "page",
"getterDocumentation" : "The page in which a block was detected.
\n@return The page in which a block was detected.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Page",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Page",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Page",
"sensitive" : false,
"setterDocumentation" : "The page in which a block was detected.
\n@param page The page in which a block was detected.",
"setterMethodName" : "setPage",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "page",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "page",
"variableType" : "Integer",
"documentation" : "The page in which a block was detected.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Block",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Block",
"variableName" : "block",
"variableType" : "Block",
"documentation" : null,
"simpleType" : "Block",
"variableSetterType" : "Block"
},
"wrapper" : false
},
"BlockType" : {
"c2jName" : "BlockType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "KEY_VALUE_SET",
"value" : "KEY_VALUE_SET"
}, {
"name" : "PAGE",
"value" : "PAGE"
}, {
"name" : "LINE",
"value" : "LINE"
}, {
"name" : "WORD",
"value" : "WORD"
}, {
"name" : "TABLE",
"value" : "TABLE"
}, {
"name" : "CELL",
"value" : "CELL"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BlockType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BlockType",
"variableName" : "blockType",
"variableType" : "BlockType",
"documentation" : null,
"simpleType" : "BlockType",
"variableSetterType" : "BlockType"
},
"wrapper" : false
},
"BoundingBox" : {
"c2jName" : "BoundingBox",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The bounding box around the recognized text, key, value, table or table cell 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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getWidth",
"beanStyleSetterMethodName" : "setWidth",
"c2jName" : "Width",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "The width of the bounding box as a ratio of the overall document page width.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #width(Float)}.\n@param width a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #width(Float)",
"deprecated" : false,
"documentation" : "The width of the bounding box as a ratio of the overall document page width.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "width",
"fluentSetterDocumentation" : "The width of the bounding box as a ratio of the overall document page width.
\n@param width The width of the bounding box as a ratio of the overall document page width.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "width",
"getterDocumentation" : "The width of the bounding box as a ratio of the overall document page width.
\n@return The width of the bounding box as a ratio of the overall document page width.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Width",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Width",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Width",
"sensitive" : false,
"setterDocumentation" : "The width of the bounding box as a ratio of the overall document page width.
\n@param width The width of the bounding box as a ratio of the overall document page width.",
"setterMethodName" : "setWidth",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "width",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "width",
"variableType" : "Float",
"documentation" : "The width of the bounding box as a ratio of the overall document page width.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHeight",
"beanStyleSetterMethodName" : "setHeight",
"c2jName" : "Height",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "The height of the bounding box as a ratio of the overall document page height.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #height(Float)}.\n@param height a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #height(Float)",
"deprecated" : false,
"documentation" : "The height of the bounding box as a ratio of the overall document page height.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "height",
"fluentSetterDocumentation" : "The height of the bounding box as a ratio of the overall document page height.
\n@param height The height of the bounding box as a ratio of the overall document page height.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "height",
"getterDocumentation" : "The height of the bounding box as a ratio of the overall document page height.
\n@return The height of the bounding box as a ratio of the overall document page height.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Height",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Height",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Height",
"sensitive" : false,
"setterDocumentation" : "The height of the bounding box as a ratio of the overall document page height.
\n@param height The height of the bounding box as a ratio of the overall document page height.",
"setterMethodName" : "setHeight",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "height",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "height",
"variableType" : "Float",
"documentation" : "The height of the bounding box as a ratio of the overall document page height.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLeft",
"beanStyleSetterMethodName" : "setLeft",
"c2jName" : "Left",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "The left coordinate of the bounding box as a ratio of overall document page width.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #left(Float)}.\n@param left a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #left(Float)",
"deprecated" : false,
"documentation" : "The left coordinate of the bounding box as a ratio of overall document page width.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "left",
"fluentSetterDocumentation" : "The left coordinate of the bounding box as a ratio of overall document page width.
\n@param left The left coordinate of the bounding box as a ratio of overall document page width.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "left",
"getterDocumentation" : "The left coordinate of the bounding box as a ratio of overall document page width.
\n@return The left coordinate of the bounding box as a ratio of overall document page width.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Left",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Left",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Left",
"sensitive" : false,
"setterDocumentation" : "The left coordinate of the bounding box as a ratio of overall document page width.
\n@param left The left coordinate of the bounding box as a ratio of overall document page width.",
"setterMethodName" : "setLeft",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "left",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "left",
"variableType" : "Float",
"documentation" : "The left coordinate of the bounding box as a ratio of overall document page width.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTop",
"beanStyleSetterMethodName" : "setTop",
"c2jName" : "Top",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "The top coordinate of the bounding box as a ratio of overall document page height.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #top(Float)}.\n@param top a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #top(Float)",
"deprecated" : false,
"documentation" : "The top coordinate of the bounding box as a ratio of overall document page height.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "top",
"fluentSetterDocumentation" : "The top coordinate of the bounding box as a ratio of overall document page height.
\n@param top The top coordinate of the bounding box as a ratio of overall document page height.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "top",
"getterDocumentation" : "The top coordinate of the bounding box as a ratio of overall document page height.
\n@return The top coordinate of the bounding box as a ratio of overall document page height.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Top",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Top",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Top",
"sensitive" : false,
"setterDocumentation" : "The top coordinate of the bounding box as a ratio of overall document page height.
\n@param top The top coordinate of the bounding box as a ratio of overall document page height.",
"setterMethodName" : "setTop",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "top",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "top",
"variableType" : "Float",
"documentation" : "The top coordinate of the bounding box as a ratio of overall document page height.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Height" : {
"beanStyleGetterMethodName" : "getHeight",
"beanStyleSetterMethodName" : "setHeight",
"c2jName" : "Height",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "The height of the bounding box as a ratio of the overall document page height.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #height(Float)}.\n@param height a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #height(Float)",
"deprecated" : false,
"documentation" : "The height of the bounding box as a ratio of the overall document page height.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "height",
"fluentSetterDocumentation" : "The height of the bounding box as a ratio of the overall document page height.
\n@param height The height of the bounding box as a ratio of the overall document page height.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "height",
"getterDocumentation" : "The height of the bounding box as a ratio of the overall document page height.
\n@return The height of the bounding box as a ratio of the overall document page height.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Height",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Height",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Height",
"sensitive" : false,
"setterDocumentation" : "The height of the bounding box as a ratio of the overall document page height.
\n@param height The height of the bounding box as a ratio of the overall document page height.",
"setterMethodName" : "setHeight",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "height",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "height",
"variableType" : "Float",
"documentation" : "The height of the bounding box as a ratio of the overall document page height.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
},
"Left" : {
"beanStyleGetterMethodName" : "getLeft",
"beanStyleSetterMethodName" : "setLeft",
"c2jName" : "Left",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "The left coordinate of the bounding box as a ratio of overall document page width.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #left(Float)}.\n@param left a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #left(Float)",
"deprecated" : false,
"documentation" : "The left coordinate of the bounding box as a ratio of overall document page width.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "left",
"fluentSetterDocumentation" : "The left coordinate of the bounding box as a ratio of overall document page width.
\n@param left The left coordinate of the bounding box as a ratio of overall document page width.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "left",
"getterDocumentation" : "The left coordinate of the bounding box as a ratio of overall document page width.
\n@return The left coordinate of the bounding box as a ratio of overall document page width.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Left",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Left",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Left",
"sensitive" : false,
"setterDocumentation" : "The left coordinate of the bounding box as a ratio of overall document page width.
\n@param left The left coordinate of the bounding box as a ratio of overall document page width.",
"setterMethodName" : "setLeft",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "left",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "left",
"variableType" : "Float",
"documentation" : "The left coordinate of the bounding box as a ratio of overall document page width.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
},
"Top" : {
"beanStyleGetterMethodName" : "getTop",
"beanStyleSetterMethodName" : "setTop",
"c2jName" : "Top",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "The top coordinate of the bounding box as a ratio of overall document page height.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #top(Float)}.\n@param top a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #top(Float)",
"deprecated" : false,
"documentation" : "The top coordinate of the bounding box as a ratio of overall document page height.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "top",
"fluentSetterDocumentation" : "The top coordinate of the bounding box as a ratio of overall document page height.
\n@param top The top coordinate of the bounding box as a ratio of overall document page height.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "top",
"getterDocumentation" : "The top coordinate of the bounding box as a ratio of overall document page height.
\n@return The top coordinate of the bounding box as a ratio of overall document page height.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Top",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Top",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Top",
"sensitive" : false,
"setterDocumentation" : "The top coordinate of the bounding box as a ratio of overall document page height.
\n@param top The top coordinate of the bounding box as a ratio of overall document page height.",
"setterMethodName" : "setTop",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "top",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "top",
"variableType" : "Float",
"documentation" : "The top coordinate of the bounding box as a ratio of overall document page height.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
},
"Width" : {
"beanStyleGetterMethodName" : "getWidth",
"beanStyleSetterMethodName" : "setWidth",
"c2jName" : "Width",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "The width of the bounding box as a ratio of the overall document page width.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #width(Float)}.\n@param width a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #width(Float)",
"deprecated" : false,
"documentation" : "The width of the bounding box as a ratio of the overall document page width.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "width",
"fluentSetterDocumentation" : "The width of the bounding box as a ratio of the overall document page width.
\n@param width The width of the bounding box as a ratio of the overall document page width.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "width",
"getterDocumentation" : "The width of the bounding box as a ratio of the overall document page width.
\n@return The width of the bounding box as a ratio of the overall document page width.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Width",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Width",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Width",
"sensitive" : false,
"setterDocumentation" : "The width of the bounding box as a ratio of the overall document page width.
\n@param width The width of the bounding box as a ratio of the overall document page width.",
"setterMethodName" : "setWidth",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "width",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "width",
"variableType" : "Float",
"documentation" : "The width of the bounding box as a ratio of the overall document page width.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getWidth",
"beanStyleSetterMethodName" : "setWidth",
"c2jName" : "Width",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "The width of the bounding box as a ratio of the overall document page width.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #width(Float)}.\n@param width a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #width(Float)",
"deprecated" : false,
"documentation" : "The width of the bounding box as a ratio of the overall document page width.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "width",
"fluentSetterDocumentation" : "The width of the bounding box as a ratio of the overall document page width.
\n@param width The width of the bounding box as a ratio of the overall document page width.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "width",
"getterDocumentation" : "The width of the bounding box as a ratio of the overall document page width.
\n@return The width of the bounding box as a ratio of the overall document page width.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Width",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Width",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Width",
"sensitive" : false,
"setterDocumentation" : "The width of the bounding box as a ratio of the overall document page width.
\n@param width The width of the bounding box as a ratio of the overall document page width.",
"setterMethodName" : "setWidth",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "width",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "width",
"variableType" : "Float",
"documentation" : "The width of the bounding box as a ratio of the overall document page width.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHeight",
"beanStyleSetterMethodName" : "setHeight",
"c2jName" : "Height",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "The height of the bounding box as a ratio of the overall document page height.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #height(Float)}.\n@param height a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #height(Float)",
"deprecated" : false,
"documentation" : "The height of the bounding box as a ratio of the overall document page height.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "height",
"fluentSetterDocumentation" : "The height of the bounding box as a ratio of the overall document page height.
\n@param height The height of the bounding box as a ratio of the overall document page height.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "height",
"getterDocumentation" : "The height of the bounding box as a ratio of the overall document page height.
\n@return The height of the bounding box as a ratio of the overall document page height.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Height",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Height",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Height",
"sensitive" : false,
"setterDocumentation" : "The height of the bounding box as a ratio of the overall document page height.
\n@param height The height of the bounding box as a ratio of the overall document page height.",
"setterMethodName" : "setHeight",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "height",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "height",
"variableType" : "Float",
"documentation" : "The height of the bounding box as a ratio of the overall document page height.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLeft",
"beanStyleSetterMethodName" : "setLeft",
"c2jName" : "Left",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "The left coordinate of the bounding box as a ratio of overall document page width.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #left(Float)}.\n@param left a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #left(Float)",
"deprecated" : false,
"documentation" : "The left coordinate of the bounding box as a ratio of overall document page width.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "left",
"fluentSetterDocumentation" : "The left coordinate of the bounding box as a ratio of overall document page width.
\n@param left The left coordinate of the bounding box as a ratio of overall document page width.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "left",
"getterDocumentation" : "The left coordinate of the bounding box as a ratio of overall document page width.
\n@return The left coordinate of the bounding box as a ratio of overall document page width.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Left",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Left",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Left",
"sensitive" : false,
"setterDocumentation" : "The left coordinate of the bounding box as a ratio of overall document page width.
\n@param left The left coordinate of the bounding box as a ratio of overall document page width.",
"setterMethodName" : "setLeft",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "left",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "left",
"variableType" : "Float",
"documentation" : "The left coordinate of the bounding box as a ratio of overall document page width.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTop",
"beanStyleSetterMethodName" : "setTop",
"c2jName" : "Top",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "The top coordinate of the bounding box as a ratio of overall document page height.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #top(Float)}.\n@param top a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #top(Float)",
"deprecated" : false,
"documentation" : "The top coordinate of the bounding box as a ratio of overall document page height.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "top",
"fluentSetterDocumentation" : "The top coordinate of the bounding box as a ratio of overall document page height.
\n@param top The top coordinate of the bounding box as a ratio of overall document page height.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "top",
"getterDocumentation" : "The top coordinate of the bounding box as a ratio of overall document page height.
\n@return The top coordinate of the bounding box as a ratio of overall document page height.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Top",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Top",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Top",
"sensitive" : false,
"setterDocumentation" : "The top coordinate of the bounding box as a ratio of overall document page height.
\n@param top The top coordinate of the bounding box as a ratio of overall document page height.",
"setterMethodName" : "setTop",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "top",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "top",
"variableType" : "Float",
"documentation" : "The top coordinate of the bounding box as a ratio of overall document page height.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BoundingBox",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BoundingBox",
"variableName" : "boundingBox",
"variableType" : "BoundingBox",
"documentation" : null,
"simpleType" : "BoundingBox",
"variableSetterType" : "BoundingBox"
},
"wrapper" : false
},
"DetectDocumentTextRequest" : {
"c2jName" : "DetectDocumentTextRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "DetectDocumentText",
"locationName" : null,
"requestUri" : "/",
"target" : "Textract.DetectDocumentText",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getDocument",
"beanStyleSetterMethodName" : "setDocument",
"c2jName" : "Document",
"c2jShape" : "Document",
"defaultConsumerFluentSetterDocumentation" : "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 JPG or PNG format.
\nThis is a convenience that creates an instance of the {@link Document.Builder} avoiding the need to create one manually via {@link Document#builder()}.\n\nWhen the {@link Consumer} completes, {@link Document.Builder#build()} is called immediately and its result is passed to {@link #document(Document)}.\n@param document a consumer that will call methods on {@link Document.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #document(Document)",
"deprecated" : false,
"documentation" : "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 JPG or PNG format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "document",
"fluentSetterDocumentation" : "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 JPG or PNG format.
\n@param document 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 JPG or PNG format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "document",
"getterDocumentation" : "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 JPG or PNG format.
\n@return 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 JPG or PNG format.",
"getterModel" : {
"returnType" : "Document",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Document",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Document",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Document",
"sensitive" : false,
"setterDocumentation" : "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 JPG or PNG format.
\n@param document 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 JPG or PNG format.",
"setterMethodName" : "setDocument",
"setterModel" : {
"variableDeclarationType" : "Document",
"variableName" : "document",
"variableType" : "Document",
"documentation" : null,
"simpleType" : "Document",
"variableSetterType" : "Document"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Document",
"variableName" : "document",
"variableType" : "Document",
"documentation" : "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 JPG or PNG format.
",
"simpleType" : "Document",
"variableSetterType" : "Document"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Document" : {
"beanStyleGetterMethodName" : "getDocument",
"beanStyleSetterMethodName" : "setDocument",
"c2jName" : "Document",
"c2jShape" : "Document",
"defaultConsumerFluentSetterDocumentation" : "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 JPG or PNG format.
\nThis is a convenience that creates an instance of the {@link Document.Builder} avoiding the need to create one manually via {@link Document#builder()}.\n\nWhen the {@link Consumer} completes, {@link Document.Builder#build()} is called immediately and its result is passed to {@link #document(Document)}.\n@param document a consumer that will call methods on {@link Document.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #document(Document)",
"deprecated" : false,
"documentation" : "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 JPG or PNG format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "document",
"fluentSetterDocumentation" : "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 JPG or PNG format.
\n@param document 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 JPG or PNG format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "document",
"getterDocumentation" : "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 JPG or PNG format.
\n@return 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 JPG or PNG format.",
"getterModel" : {
"returnType" : "Document",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Document",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Document",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Document",
"sensitive" : false,
"setterDocumentation" : "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 JPG or PNG format.
\n@param document 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 JPG or PNG format.",
"setterMethodName" : "setDocument",
"setterModel" : {
"variableDeclarationType" : "Document",
"variableName" : "document",
"variableType" : "Document",
"documentation" : null,
"simpleType" : "Document",
"variableSetterType" : "Document"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Document",
"variableName" : "document",
"variableType" : "Document",
"documentation" : "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 JPG or PNG format.
",
"simpleType" : "Document",
"variableSetterType" : "Document"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDocument",
"beanStyleSetterMethodName" : "setDocument",
"c2jName" : "Document",
"c2jShape" : "Document",
"defaultConsumerFluentSetterDocumentation" : "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 JPG or PNG format.
\nThis is a convenience that creates an instance of the {@link Document.Builder} avoiding the need to create one manually via {@link Document#builder()}.\n\nWhen the {@link Consumer} completes, {@link Document.Builder#build()} is called immediately and its result is passed to {@link #document(Document)}.\n@param document a consumer that will call methods on {@link Document.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #document(Document)",
"deprecated" : false,
"documentation" : "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 JPG or PNG format.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "document",
"fluentSetterDocumentation" : "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 JPG or PNG format.
\n@param document 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 JPG or PNG format.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "document",
"getterDocumentation" : "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 JPG or PNG format.
\n@return 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 JPG or PNG format.",
"getterModel" : {
"returnType" : "Document",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Document",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Document",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Document",
"sensitive" : false,
"setterDocumentation" : "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 JPG or PNG format.
\n@param document 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 JPG or PNG format.",
"setterMethodName" : "setDocument",
"setterModel" : {
"variableDeclarationType" : "Document",
"variableName" : "document",
"variableType" : "Document",
"documentation" : null,
"simpleType" : "Document",
"variableSetterType" : "Document"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Document",
"variableName" : "document",
"variableType" : "Document",
"documentation" : "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 JPG or PNG format.
",
"simpleType" : "Document",
"variableSetterType" : "Document"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Document" ],
"shapeName" : "DetectDocumentTextRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DetectDocumentTextRequest",
"variableName" : "detectDocumentTextRequest",
"variableType" : "DetectDocumentTextRequest",
"documentation" : null,
"simpleType" : "DetectDocumentTextRequest",
"variableSetterType" : "DetectDocumentTextRequest"
},
"wrapper" : false
},
"DetectDocumentTextResponse" : {
"c2jName" : "DetectDocumentTextResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getDocumentMetadata",
"beanStyleSetterMethodName" : "setDocumentMetadata",
"c2jName" : "DocumentMetadata",
"c2jShape" : "DocumentMetadata",
"defaultConsumerFluentSetterDocumentation" : "Metadata about the document. Contains the number of pages that are detected in the document.
\nThis is a convenience that creates an instance of the {@link DocumentMetadata.Builder} avoiding the need to create one manually via {@link DocumentMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link DocumentMetadata.Builder#build()} is called immediately and its result is passed to {@link #documentMetadata(DocumentMetadata)}.\n@param documentMetadata a consumer that will call methods on {@link DocumentMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #documentMetadata(DocumentMetadata)",
"deprecated" : false,
"documentation" : "Metadata about the document. Contains the number of pages that are detected in the document.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "documentMetadata",
"fluentSetterDocumentation" : "Metadata about the document. Contains the number of pages that are detected in the document.
\n@param documentMetadata Metadata about the document. Contains the number of pages that are detected in the document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "documentMetadata",
"getterDocumentation" : "Metadata about the document. Contains the number of pages that are detected in the document.
\n@return Metadata about the document. Contains the number of pages that are detected in the document.",
"getterModel" : {
"returnType" : "DocumentMetadata",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DocumentMetadata",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DocumentMetadata",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DocumentMetadata",
"sensitive" : false,
"setterDocumentation" : "Metadata about the document. Contains the number of pages that are detected in the document.
\n@param documentMetadata Metadata about the document. Contains the number of pages that are detected in the document.",
"setterMethodName" : "setDocumentMetadata",
"setterModel" : {
"variableDeclarationType" : "DocumentMetadata",
"variableName" : "documentMetadata",
"variableType" : "DocumentMetadata",
"documentation" : null,
"simpleType" : "DocumentMetadata",
"variableSetterType" : "DocumentMetadata"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DocumentMetadata",
"variableName" : "documentMetadata",
"variableType" : "DocumentMetadata",
"documentation" : "Metadata about the document. Contains the number of pages that are detected in the document.
",
"simpleType" : "DocumentMetadata",
"variableSetterType" : "DocumentMetadata"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBlocks",
"beanStyleSetterMethodName" : "setBlocks",
"c2jName" : "Blocks",
"c2jShape" : "BlockList",
"defaultConsumerFluentSetterDocumentation" : "An array of Block objects containing the text detected in the document.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #blocks(List)}.\n@param blocks a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #blocks(List)",
"deprecated" : false,
"documentation" : "An array of Block objects containing the text detected in the document.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "blocks",
"fluentSetterDocumentation" : "An array of Block objects containing the text detected in the document.
\n@param blocks An array of Block objects containing the text detected in the document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "blocks",
"getterDocumentation" : "An array of Block objects containing the text detected in the document.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of Block objects containing the text detected in the document.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Blocks",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Blocks",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Block",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Block.Builder} avoiding the need to create one manually via {@link Block#builder()}.\n\nWhen the {@link Consumer} completes, {@link Block.Builder#build()} is called immediately and its result is passed to {@link #member(Block)}.\n@param member a consumer that will call methods on {@link Block.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Block)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Block",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Block",
"variableName" : "member",
"variableType" : "Block",
"documentation" : null,
"simpleType" : "Block",
"variableSetterType" : "Block"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Block",
"variableName" : "member",
"variableType" : "Block",
"documentation" : "",
"simpleType" : "Block",
"variableSetterType" : "Block"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Block",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Block",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Blocks",
"sensitive" : false,
"setterDocumentation" : "An array of Block objects containing the text detected in the document.
\n@param blocks An array of Block objects containing the text detected in the document.",
"setterMethodName" : "setBlocks",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "blocks",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "blocks",
"variableType" : "java.util.List",
"documentation" : "An array of Block objects containing the text detected in the document.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Blocks" : {
"beanStyleGetterMethodName" : "getBlocks",
"beanStyleSetterMethodName" : "setBlocks",
"c2jName" : "Blocks",
"c2jShape" : "BlockList",
"defaultConsumerFluentSetterDocumentation" : "An array of Block objects containing the text detected in the document.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #blocks(List)}.\n@param blocks a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #blocks(List)",
"deprecated" : false,
"documentation" : "An array of Block objects containing the text detected in the document.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "blocks",
"fluentSetterDocumentation" : "An array of Block objects containing the text detected in the document.
\n@param blocks An array of Block objects containing the text detected in the document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "blocks",
"getterDocumentation" : "An array of Block objects containing the text detected in the document.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of Block objects containing the text detected in the document.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Blocks",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Blocks",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Block",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Block.Builder} avoiding the need to create one manually via {@link Block#builder()}.\n\nWhen the {@link Consumer} completes, {@link Block.Builder#build()} is called immediately and its result is passed to {@link #member(Block)}.\n@param member a consumer that will call methods on {@link Block.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Block)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Block",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Block",
"variableName" : "member",
"variableType" : "Block",
"documentation" : null,
"simpleType" : "Block",
"variableSetterType" : "Block"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Block",
"variableName" : "member",
"variableType" : "Block",
"documentation" : "",
"simpleType" : "Block",
"variableSetterType" : "Block"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Block",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Block",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Blocks",
"sensitive" : false,
"setterDocumentation" : "An array of Block objects containing the text detected in the document.
\n@param blocks An array of Block objects containing the text detected in the document.",
"setterMethodName" : "setBlocks",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "blocks",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "blocks",
"variableType" : "java.util.List",
"documentation" : "An array of Block objects containing the text detected in the document.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"DocumentMetadata" : {
"beanStyleGetterMethodName" : "getDocumentMetadata",
"beanStyleSetterMethodName" : "setDocumentMetadata",
"c2jName" : "DocumentMetadata",
"c2jShape" : "DocumentMetadata",
"defaultConsumerFluentSetterDocumentation" : "Metadata about the document. Contains the number of pages that are detected in the document.
\nThis is a convenience that creates an instance of the {@link DocumentMetadata.Builder} avoiding the need to create one manually via {@link DocumentMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link DocumentMetadata.Builder#build()} is called immediately and its result is passed to {@link #documentMetadata(DocumentMetadata)}.\n@param documentMetadata a consumer that will call methods on {@link DocumentMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #documentMetadata(DocumentMetadata)",
"deprecated" : false,
"documentation" : "Metadata about the document. Contains the number of pages that are detected in the document.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "documentMetadata",
"fluentSetterDocumentation" : "Metadata about the document. Contains the number of pages that are detected in the document.
\n@param documentMetadata Metadata about the document. Contains the number of pages that are detected in the document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "documentMetadata",
"getterDocumentation" : "Metadata about the document. Contains the number of pages that are detected in the document.
\n@return Metadata about the document. Contains the number of pages that are detected in the document.",
"getterModel" : {
"returnType" : "DocumentMetadata",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DocumentMetadata",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DocumentMetadata",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DocumentMetadata",
"sensitive" : false,
"setterDocumentation" : "Metadata about the document. Contains the number of pages that are detected in the document.
\n@param documentMetadata Metadata about the document. Contains the number of pages that are detected in the document.",
"setterMethodName" : "setDocumentMetadata",
"setterModel" : {
"variableDeclarationType" : "DocumentMetadata",
"variableName" : "documentMetadata",
"variableType" : "DocumentMetadata",
"documentation" : null,
"simpleType" : "DocumentMetadata",
"variableSetterType" : "DocumentMetadata"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DocumentMetadata",
"variableName" : "documentMetadata",
"variableType" : "DocumentMetadata",
"documentation" : "Metadata about the document. Contains the number of pages that are detected in the document.
",
"simpleType" : "DocumentMetadata",
"variableSetterType" : "DocumentMetadata"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getDocumentMetadata",
"beanStyleSetterMethodName" : "setDocumentMetadata",
"c2jName" : "DocumentMetadata",
"c2jShape" : "DocumentMetadata",
"defaultConsumerFluentSetterDocumentation" : "Metadata about the document. Contains the number of pages that are detected in the document.
\nThis is a convenience that creates an instance of the {@link DocumentMetadata.Builder} avoiding the need to create one manually via {@link DocumentMetadata#builder()}.\n\nWhen the {@link Consumer} completes, {@link DocumentMetadata.Builder#build()} is called immediately and its result is passed to {@link #documentMetadata(DocumentMetadata)}.\n@param documentMetadata a consumer that will call methods on {@link DocumentMetadata.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #documentMetadata(DocumentMetadata)",
"deprecated" : false,
"documentation" : "Metadata about the document. Contains the number of pages that are detected in the document.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "documentMetadata",
"fluentSetterDocumentation" : "Metadata about the document. Contains the number of pages that are detected in the document.
\n@param documentMetadata Metadata about the document. Contains the number of pages that are detected in the document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "documentMetadata",
"getterDocumentation" : "Metadata about the document. Contains the number of pages that are detected in the document.
\n@return Metadata about the document. Contains the number of pages that are detected in the document.",
"getterModel" : {
"returnType" : "DocumentMetadata",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "DocumentMetadata",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DocumentMetadata",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DocumentMetadata",
"sensitive" : false,
"setterDocumentation" : "Metadata about the document. Contains the number of pages that are detected in the document.
\n@param documentMetadata Metadata about the document. Contains the number of pages that are detected in the document.",
"setterMethodName" : "setDocumentMetadata",
"setterModel" : {
"variableDeclarationType" : "DocumentMetadata",
"variableName" : "documentMetadata",
"variableType" : "DocumentMetadata",
"documentation" : null,
"simpleType" : "DocumentMetadata",
"variableSetterType" : "DocumentMetadata"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DocumentMetadata",
"variableName" : "documentMetadata",
"variableType" : "DocumentMetadata",
"documentation" : "Metadata about the document. Contains the number of pages that are detected in the document.
",
"simpleType" : "DocumentMetadata",
"variableSetterType" : "DocumentMetadata"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBlocks",
"beanStyleSetterMethodName" : "setBlocks",
"c2jName" : "Blocks",
"c2jShape" : "BlockList",
"defaultConsumerFluentSetterDocumentation" : "An array of Block objects containing the text detected in the document.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #blocks(List)}.\n@param blocks a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #blocks(List)",
"deprecated" : false,
"documentation" : "An array of Block objects containing the text detected in the document.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "blocks",
"fluentSetterDocumentation" : "An array of Block objects containing the text detected in the document.
\n@param blocks An array of Block objects containing the text detected in the document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "blocks",
"getterDocumentation" : "An array of Block objects containing the text detected in the document.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of Block objects containing the text detected in the document.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Blocks",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Blocks",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Block",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Block.Builder} avoiding the need to create one manually via {@link Block#builder()}.\n\nWhen the {@link Consumer} completes, {@link Block.Builder#build()} is called immediately and its result is passed to {@link #member(Block)}.\n@param member a consumer that will call methods on {@link Block.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Block)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Block",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Block",
"variableName" : "member",
"variableType" : "Block",
"documentation" : null,
"simpleType" : "Block",
"variableSetterType" : "Block"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Block",
"variableName" : "member",
"variableType" : "Block",
"documentation" : "",
"simpleType" : "Block",
"variableSetterType" : "Block"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Block",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Block",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Blocks",
"sensitive" : false,
"setterDocumentation" : "An array of Block objects containing the text detected in the document.
\n@param blocks An array of Block objects containing the text detected in the document.",
"setterMethodName" : "setBlocks",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "blocks",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "blocks",
"variableType" : "java.util.List",
"documentation" : "An array of Block objects containing the text detected in the document.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DetectDocumentTextResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DetectDocumentTextResponse",
"variableName" : "detectDocumentTextResponse",
"variableType" : "DetectDocumentTextResponse",
"documentation" : null,
"simpleType" : "DetectDocumentTextResponse",
"variableSetterType" : "DetectDocumentTextResponse"
},
"wrapper" : false
},
"Document" : {
"c2jName" : "Document",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "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 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.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getBytes",
"beanStyleSetterMethodName" : "setBytes",
"c2jName" : "Bytes",
"c2jShape" : "ImageBlob",
"defaultConsumerFluentSetterDocumentation" : "A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.
\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #bytes(SdkBytes)}.\n@param bytes a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bytes(SdkBytes)",
"deprecated" : false,
"documentation" : "A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bytes",
"fluentSetterDocumentation" : "A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.
\n@param bytes A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bytes",
"getterDocumentation" : "A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.
\n@return A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.",
"getterModel" : {
"returnType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Bytes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Bytes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_BYTES",
"name" : "Bytes",
"sensitive" : false,
"setterDocumentation" : "A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.
\n@param bytes A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.",
"setterMethodName" : "setBytes",
"setterModel" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "bytes",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null,
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "bytes",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : "A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.
",
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getS3Object",
"beanStyleSetterMethodName" : "setS3Object",
"c2jName" : "S3Object",
"c2jShape" : "S3Object",
"defaultConsumerFluentSetterDocumentation" : "Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.
\nThis is a convenience that creates an instance of the {@link S3Object.Builder} avoiding the need to create one manually via {@link S3Object#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Object.Builder#build()} is called immediately and its result is passed to {@link #s3Object(S3Object)}.\n@param s3Object a consumer that will call methods on {@link S3Object.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Object(S3Object)",
"deprecated" : false,
"documentation" : "Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3Object",
"fluentSetterDocumentation" : "Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.
\n@param s3Object Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3Object",
"getterDocumentation" : "Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.
\n@return Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.",
"getterModel" : {
"returnType" : "S3Object",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "S3Object",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3Object",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3Object",
"sensitive" : false,
"setterDocumentation" : "Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.
\n@param s3Object Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.",
"setterMethodName" : "setS3Object",
"setterModel" : {
"variableDeclarationType" : "S3Object",
"variableName" : "s3Object",
"variableType" : "S3Object",
"documentation" : null,
"simpleType" : "S3Object",
"variableSetterType" : "S3Object"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3Object",
"variableName" : "s3Object",
"variableType" : "S3Object",
"documentation" : "Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.
",
"simpleType" : "S3Object",
"variableSetterType" : "S3Object"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Bytes" : {
"beanStyleGetterMethodName" : "getBytes",
"beanStyleSetterMethodName" : "setBytes",
"c2jName" : "Bytes",
"c2jShape" : "ImageBlob",
"defaultConsumerFluentSetterDocumentation" : "A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.
\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #bytes(SdkBytes)}.\n@param bytes a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bytes(SdkBytes)",
"deprecated" : false,
"documentation" : "A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bytes",
"fluentSetterDocumentation" : "A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.
\n@param bytes A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bytes",
"getterDocumentation" : "A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.
\n@return A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.",
"getterModel" : {
"returnType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Bytes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Bytes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_BYTES",
"name" : "Bytes",
"sensitive" : false,
"setterDocumentation" : "A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.
\n@param bytes A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.",
"setterMethodName" : "setBytes",
"setterModel" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "bytes",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null,
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "bytes",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : "A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.
",
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"xmlNameSpaceUri" : null
},
"S3Object" : {
"beanStyleGetterMethodName" : "getS3Object",
"beanStyleSetterMethodName" : "setS3Object",
"c2jName" : "S3Object",
"c2jShape" : "S3Object",
"defaultConsumerFluentSetterDocumentation" : "Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.
\nThis is a convenience that creates an instance of the {@link S3Object.Builder} avoiding the need to create one manually via {@link S3Object#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Object.Builder#build()} is called immediately and its result is passed to {@link #s3Object(S3Object)}.\n@param s3Object a consumer that will call methods on {@link S3Object.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Object(S3Object)",
"deprecated" : false,
"documentation" : "Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3Object",
"fluentSetterDocumentation" : "Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.
\n@param s3Object Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3Object",
"getterDocumentation" : "Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.
\n@return Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.",
"getterModel" : {
"returnType" : "S3Object",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "S3Object",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3Object",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3Object",
"sensitive" : false,
"setterDocumentation" : "Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.
\n@param s3Object Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.",
"setterMethodName" : "setS3Object",
"setterModel" : {
"variableDeclarationType" : "S3Object",
"variableName" : "s3Object",
"variableType" : "S3Object",
"documentation" : null,
"simpleType" : "S3Object",
"variableSetterType" : "S3Object"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3Object",
"variableName" : "s3Object",
"variableType" : "S3Object",
"documentation" : "Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.
",
"simpleType" : "S3Object",
"variableSetterType" : "S3Object"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getBytes",
"beanStyleSetterMethodName" : "setBytes",
"c2jName" : "Bytes",
"c2jShape" : "ImageBlob",
"defaultConsumerFluentSetterDocumentation" : "A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.
\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #bytes(SdkBytes)}.\n@param bytes a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bytes(SdkBytes)",
"deprecated" : false,
"documentation" : "A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bytes",
"fluentSetterDocumentation" : "A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.
\n@param bytes A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bytes",
"getterDocumentation" : "A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.
\n@return A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.",
"getterModel" : {
"returnType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Bytes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Bytes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_BYTES",
"name" : "Bytes",
"sensitive" : false,
"setterDocumentation" : "A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.
\n@param bytes A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.",
"setterMethodName" : "setBytes",
"setterModel" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "bytes",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : null,
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes",
"variableName" : "bytes",
"variableType" : "software.amazon.awssdk.core.SdkBytes",
"documentation" : "A blob of documents bytes. The maximum size of a document that's provided in a blob of bytes is 5 MB.
",
"simpleType" : "SdkBytes",
"variableSetterType" : "software.amazon.awssdk.core.SdkBytes"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getS3Object",
"beanStyleSetterMethodName" : "setS3Object",
"c2jName" : "S3Object",
"c2jShape" : "S3Object",
"defaultConsumerFluentSetterDocumentation" : "Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.
\nThis is a convenience that creates an instance of the {@link S3Object.Builder} avoiding the need to create one manually via {@link S3Object#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Object.Builder#build()} is called immediately and its result is passed to {@link #s3Object(S3Object)}.\n@param s3Object a consumer that will call methods on {@link S3Object.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Object(S3Object)",
"deprecated" : false,
"documentation" : "Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3Object",
"fluentSetterDocumentation" : "Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.
\n@param s3Object Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3Object",
"getterDocumentation" : "Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.
\n@return Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.",
"getterModel" : {
"returnType" : "S3Object",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "S3Object",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3Object",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3Object",
"sensitive" : false,
"setterDocumentation" : "Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.
\n@param s3Object Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.",
"setterMethodName" : "setS3Object",
"setterModel" : {
"variableDeclarationType" : "S3Object",
"variableName" : "s3Object",
"variableType" : "S3Object",
"documentation" : null,
"simpleType" : "S3Object",
"variableSetterType" : "S3Object"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3Object",
"variableName" : "s3Object",
"variableType" : "S3Object",
"documentation" : "Identifies an S3 object as the document source. The maximum size of a document stored in an S3 bucket is 5 MB.
",
"simpleType" : "S3Object",
"variableSetterType" : "S3Object"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Document",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Document",
"variableName" : "document",
"variableType" : "Document",
"documentation" : null,
"simpleType" : "Document",
"variableSetterType" : "Document"
},
"wrapper" : false
},
"DocumentLocation" : {
"c2jName" : "DocumentLocation",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "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 JPG or PNG format. It can also be a file in PDF format.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getS3Object",
"beanStyleSetterMethodName" : "setS3Object",
"c2jName" : "S3Object",
"c2jShape" : "S3Object",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 bucket that contains the input document.
\nThis is a convenience that creates an instance of the {@link S3Object.Builder} avoiding the need to create one manually via {@link S3Object#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Object.Builder#build()} is called immediately and its result is passed to {@link #s3Object(S3Object)}.\n@param s3Object a consumer that will call methods on {@link S3Object.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Object(S3Object)",
"deprecated" : false,
"documentation" : "The Amazon S3 bucket that contains the input document.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3Object",
"fluentSetterDocumentation" : "The Amazon S3 bucket that contains the input document.
\n@param s3Object The Amazon S3 bucket that contains the input document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3Object",
"getterDocumentation" : "The Amazon S3 bucket that contains the input document.
\n@return The Amazon S3 bucket that contains the input document.",
"getterModel" : {
"returnType" : "S3Object",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "S3Object",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3Object",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3Object",
"sensitive" : false,
"setterDocumentation" : "The Amazon S3 bucket that contains the input document.
\n@param s3Object The Amazon S3 bucket that contains the input document.",
"setterMethodName" : "setS3Object",
"setterModel" : {
"variableDeclarationType" : "S3Object",
"variableName" : "s3Object",
"variableType" : "S3Object",
"documentation" : null,
"simpleType" : "S3Object",
"variableSetterType" : "S3Object"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3Object",
"variableName" : "s3Object",
"variableType" : "S3Object",
"documentation" : "The Amazon S3 bucket that contains the input document.
",
"simpleType" : "S3Object",
"variableSetterType" : "S3Object"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"S3Object" : {
"beanStyleGetterMethodName" : "getS3Object",
"beanStyleSetterMethodName" : "setS3Object",
"c2jName" : "S3Object",
"c2jShape" : "S3Object",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 bucket that contains the input document.
\nThis is a convenience that creates an instance of the {@link S3Object.Builder} avoiding the need to create one manually via {@link S3Object#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Object.Builder#build()} is called immediately and its result is passed to {@link #s3Object(S3Object)}.\n@param s3Object a consumer that will call methods on {@link S3Object.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Object(S3Object)",
"deprecated" : false,
"documentation" : "The Amazon S3 bucket that contains the input document.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3Object",
"fluentSetterDocumentation" : "The Amazon S3 bucket that contains the input document.
\n@param s3Object The Amazon S3 bucket that contains the input document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3Object",
"getterDocumentation" : "The Amazon S3 bucket that contains the input document.
\n@return The Amazon S3 bucket that contains the input document.",
"getterModel" : {
"returnType" : "S3Object",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "S3Object",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3Object",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3Object",
"sensitive" : false,
"setterDocumentation" : "The Amazon S3 bucket that contains the input document.
\n@param s3Object The Amazon S3 bucket that contains the input document.",
"setterMethodName" : "setS3Object",
"setterModel" : {
"variableDeclarationType" : "S3Object",
"variableName" : "s3Object",
"variableType" : "S3Object",
"documentation" : null,
"simpleType" : "S3Object",
"variableSetterType" : "S3Object"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3Object",
"variableName" : "s3Object",
"variableType" : "S3Object",
"documentation" : "The Amazon S3 bucket that contains the input document.
",
"simpleType" : "S3Object",
"variableSetterType" : "S3Object"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getS3Object",
"beanStyleSetterMethodName" : "setS3Object",
"c2jName" : "S3Object",
"c2jShape" : "S3Object",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 bucket that contains the input document.
\nThis is a convenience that creates an instance of the {@link S3Object.Builder} avoiding the need to create one manually via {@link S3Object#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3Object.Builder#build()} is called immediately and its result is passed to {@link #s3Object(S3Object)}.\n@param s3Object a consumer that will call methods on {@link S3Object.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3Object(S3Object)",
"deprecated" : false,
"documentation" : "The Amazon S3 bucket that contains the input document.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3Object",
"fluentSetterDocumentation" : "The Amazon S3 bucket that contains the input document.
\n@param s3Object The Amazon S3 bucket that contains the input document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3Object",
"getterDocumentation" : "The Amazon S3 bucket that contains the input document.
\n@return The Amazon S3 bucket that contains the input document.",
"getterModel" : {
"returnType" : "S3Object",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "S3Object",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "S3Object",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3Object",
"sensitive" : false,
"setterDocumentation" : "The Amazon S3 bucket that contains the input document.
\n@param s3Object The Amazon S3 bucket that contains the input document.",
"setterMethodName" : "setS3Object",
"setterModel" : {
"variableDeclarationType" : "S3Object",
"variableName" : "s3Object",
"variableType" : "S3Object",
"documentation" : null,
"simpleType" : "S3Object",
"variableSetterType" : "S3Object"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3Object",
"variableName" : "s3Object",
"variableType" : "S3Object",
"documentation" : "The Amazon S3 bucket that contains the input document.
",
"simpleType" : "S3Object",
"variableSetterType" : "S3Object"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DocumentLocation",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DocumentLocation",
"variableName" : "documentLocation",
"variableType" : "DocumentLocation",
"documentation" : null,
"simpleType" : "DocumentLocation",
"variableSetterType" : "DocumentLocation"
},
"wrapper" : false
},
"DocumentMetadata" : {
"c2jName" : "DocumentMetadata",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Information about the input document.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getPages",
"beanStyleSetterMethodName" : "setPages",
"c2jName" : "Pages",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The number of pages detected in the document.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pages(Integer)}.\n@param pages a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pages(Integer)",
"deprecated" : false,
"documentation" : "The number of pages detected in the document.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "pages",
"fluentSetterDocumentation" : "The number of pages detected in the document.
\n@param pages The number of pages detected in the document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "pages",
"getterDocumentation" : "The number of pages detected in the document.
\n@return The number of pages detected in the document.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Pages",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Pages",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Pages",
"sensitive" : false,
"setterDocumentation" : "The number of pages detected in the document.
\n@param pages The number of pages detected in the document.",
"setterMethodName" : "setPages",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "pages",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "pages",
"variableType" : "Integer",
"documentation" : "The number of pages detected in the document.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Pages" : {
"beanStyleGetterMethodName" : "getPages",
"beanStyleSetterMethodName" : "setPages",
"c2jName" : "Pages",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The number of pages detected in the document.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pages(Integer)}.\n@param pages a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pages(Integer)",
"deprecated" : false,
"documentation" : "The number of pages detected in the document.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "pages",
"fluentSetterDocumentation" : "The number of pages detected in the document.
\n@param pages The number of pages detected in the document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "pages",
"getterDocumentation" : "The number of pages detected in the document.
\n@return The number of pages detected in the document.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Pages",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Pages",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Pages",
"sensitive" : false,
"setterDocumentation" : "The number of pages detected in the document.
\n@param pages The number of pages detected in the document.",
"setterMethodName" : "setPages",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "pages",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "pages",
"variableType" : "Integer",
"documentation" : "The number of pages detected in the document.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getPages",
"beanStyleSetterMethodName" : "setPages",
"c2jName" : "Pages",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The number of pages detected in the document.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #pages(Integer)}.\n@param pages a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pages(Integer)",
"deprecated" : false,
"documentation" : "The number of pages detected in the document.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "pages",
"fluentSetterDocumentation" : "The number of pages detected in the document.
\n@param pages The number of pages detected in the document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "pages",
"getterDocumentation" : "The number of pages detected in the document.
\n@return The number of pages detected in the document.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Pages",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Pages",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Pages",
"sensitive" : false,
"setterDocumentation" : "The number of pages detected in the document.
\n@param pages The number of pages detected in the document.",
"setterMethodName" : "setPages",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "pages",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "pages",
"variableType" : "Integer",
"documentation" : "The number of pages detected in the document.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DocumentMetadata",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DocumentMetadata",
"variableName" : "documentMetadata",
"variableType" : "DocumentMetadata",
"documentation" : null,
"simpleType" : "DocumentMetadata",
"variableSetterType" : "DocumentMetadata"
},
"wrapper" : false
},
"DocumentTooLargeException" : {
"c2jName" : "DocumentTooLargeException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The document can't be processed because it's too large. The maximum document size for synchronous operations 5 MB. The maximum document size for asynchronous operations is 500 MB for PDF format files.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "DocumentTooLargeException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DocumentTooLargeException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DocumentTooLargeException",
"variableName" : "documentTooLargeException",
"variableType" : "DocumentTooLargeException",
"documentation" : null,
"simpleType" : "DocumentTooLargeException",
"variableSetterType" : "DocumentTooLargeException"
},
"wrapper" : false
},
"EntityType" : {
"c2jName" : "EntityType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "KEY",
"value" : "KEY"
}, {
"name" : "VALUE",
"value" : "VALUE"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "EntityType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "EntityType",
"variableName" : "entityType",
"variableType" : "EntityType",
"documentation" : null,
"simpleType" : "EntityType",
"variableSetterType" : "EntityType"
},
"wrapper" : false
},
"FeatureType" : {
"c2jName" : "FeatureType",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "TABLES",
"value" : "TABLES"
}, {
"name" : "FORMS",
"value" : "FORMS"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "FeatureType",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "FeatureType",
"variableName" : "featureType",
"variableType" : "FeatureType",
"documentation" : null,
"simpleType" : "FeatureType",
"variableSetterType" : "FeatureType"
},
"wrapper" : false
},
"Geometry" : {
"c2jName" : "Geometry",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Information about where a recognized text, key, value, table, or table cell is located on a document page.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getBoundingBox",
"beanStyleSetterMethodName" : "setBoundingBox",
"c2jName" : "BoundingBox",
"c2jShape" : "BoundingBox",
"defaultConsumerFluentSetterDocumentation" : "An axis-aligned coarse representation of the location of the recognized text on the document page.
\nThis is a convenience that creates an instance of the {@link BoundingBox.Builder} avoiding the need to create one manually via {@link BoundingBox#builder()}.\n\nWhen the {@link Consumer} completes, {@link BoundingBox.Builder#build()} is called immediately and its result is passed to {@link #boundingBox(BoundingBox)}.\n@param boundingBox a consumer that will call methods on {@link BoundingBox.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boundingBox(BoundingBox)",
"deprecated" : false,
"documentation" : "An axis-aligned coarse representation of the location of the recognized text on the document page.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "boundingBox",
"fluentSetterDocumentation" : "An axis-aligned coarse representation of the location of the recognized text on the document page.
\n@param boundingBox An axis-aligned coarse representation of the location of the recognized text on the document page.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "boundingBox",
"getterDocumentation" : "An axis-aligned coarse representation of the location of the recognized text on the document page.
\n@return An axis-aligned coarse representation of the location of the recognized text on the document page.",
"getterModel" : {
"returnType" : "BoundingBox",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BoundingBox",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "BoundingBox",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "BoundingBox",
"sensitive" : false,
"setterDocumentation" : "An axis-aligned coarse representation of the location of the recognized text on the document page.
\n@param boundingBox An axis-aligned coarse representation of the location of the recognized text on the document page.",
"setterMethodName" : "setBoundingBox",
"setterModel" : {
"variableDeclarationType" : "BoundingBox",
"variableName" : "boundingBox",
"variableType" : "BoundingBox",
"documentation" : null,
"simpleType" : "BoundingBox",
"variableSetterType" : "BoundingBox"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BoundingBox",
"variableName" : "boundingBox",
"variableType" : "BoundingBox",
"documentation" : "An axis-aligned coarse representation of the location of the recognized text on the document page.
",
"simpleType" : "BoundingBox",
"variableSetterType" : "BoundingBox"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPolygon",
"beanStyleSetterMethodName" : "setPolygon",
"c2jName" : "Polygon",
"c2jShape" : "Polygon",
"defaultConsumerFluentSetterDocumentation" : "Within the bounding box, a fine-grained polygon around the recognized text.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #polygon(List)}.\n@param polygon a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #polygon(List)",
"deprecated" : false,
"documentation" : "Within the bounding box, a fine-grained polygon around the recognized text.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "polygon",
"fluentSetterDocumentation" : "Within the bounding box, a fine-grained polygon around the recognized text.
\n@param polygon Within the bounding box, a fine-grained polygon around the recognized text.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "polygon",
"getterDocumentation" : "Within the bounding box, a fine-grained polygon around the recognized text.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return Within the bounding box, a fine-grained polygon around the recognized text.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Polygon",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Polygon",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Point",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Point.Builder} avoiding the need to create one manually via {@link Point#builder()}.\n\nWhen the {@link Consumer} completes, {@link Point.Builder#build()} is called immediately and its result is passed to {@link #member(Point)}.\n@param member a consumer that will call methods on {@link Point.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Point)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Point",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Point",
"variableName" : "member",
"variableType" : "Point",
"documentation" : null,
"simpleType" : "Point",
"variableSetterType" : "Point"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Point",
"variableName" : "member",
"variableType" : "Point",
"documentation" : "",
"simpleType" : "Point",
"variableSetterType" : "Point"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Point",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Point",
"templateImplType" : "java.util.ArrayList