All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Polygon", "sensitive" : false, "setterDocumentation" : "

                                      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.", "setterMethodName" : "setPolygon", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "polygon", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "polygon", "variableType" : "java.util.List", "documentation" : "

                                      Within the bounding box, a fine-grained polygon around the recognized text.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BoundingBox" : { "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 }, "Polygon" : { "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", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Polygon", "sensitive" : false, "setterDocumentation" : "

                                      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.", "setterMethodName" : "setPolygon", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "polygon", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "polygon", "variableType" : "java.util.List", "documentation" : "

                                      Within the bounding box, a fine-grained polygon around the recognized text.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "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", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Polygon", "sensitive" : false, "setterDocumentation" : "

                                      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.", "setterMethodName" : "setPolygon", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "polygon", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "polygon", "variableType" : "java.util.List", "documentation" : "

                                      Within the bounding box, a fine-grained polygon around the recognized text.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Geometry", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Geometry", "variableName" : "geometry", "variableType" : "Geometry", "documentation" : null, "simpleType" : "Geometry", "variableSetterType" : "Geometry" }, "wrapper" : false }, "GetDocumentAnalysisRequest" : { "c2jName" : "GetDocumentAnalysisRequest", "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" : "GetDocumentAnalysis", "locationName" : null, "requestUri" : "/", "target" : "Textract.GetDocumentAnalysis", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                      A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.

                                      \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 #jobId(String)}.\n@param jobId 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 #jobId(String)", "deprecated" : false, "documentation" : "

                                      A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

                                      A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.

                                      \n@param jobId A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

                                      A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.

                                      \n@return A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.", "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" : "JobId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

                                      A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.

                                      \n@param jobId A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                      A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "documentation" : "

                                      The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \n@param maxResults The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \n@return The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.", "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" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \n@param maxResults The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                      The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)", "deprecated" : false, "documentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \n@param nextToken If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \n@return If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.", "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" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \n@param nextToken If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "JobId" : { "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                      A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.

                                      \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 #jobId(String)}.\n@param jobId 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 #jobId(String)", "deprecated" : false, "documentation" : "

                                      A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

                                      A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.

                                      \n@param jobId A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

                                      A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.

                                      \n@return A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.", "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" : "JobId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

                                      A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.

                                      \n@param jobId A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                      A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "documentation" : "

                                      The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \n@param maxResults The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \n@return The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.", "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" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \n@param maxResults The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                      The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)", "deprecated" : false, "documentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \n@param nextToken If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \n@return If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.", "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" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \n@param nextToken If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                      A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.

                                      \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 #jobId(String)}.\n@param jobId 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 #jobId(String)", "deprecated" : false, "documentation" : "

                                      A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

                                      A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.

                                      \n@param jobId A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

                                      A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.

                                      \n@return A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.", "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" : "JobId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

                                      A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.

                                      \n@param jobId A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                      A unique identifier for the text-detection job. The JobId is returned from StartDocumentAnalysis.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "documentation" : "

                                      The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \n@param maxResults The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \n@return The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.", "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" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \n@param maxResults The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                      The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)", "deprecated" : false, "documentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \n@param nextToken If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \n@return If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.", "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" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \n@param nextToken If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "JobId" ], "shapeName" : "GetDocumentAnalysisRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetDocumentAnalysisRequest", "variableName" : "getDocumentAnalysisRequest", "variableType" : "GetDocumentAnalysisRequest", "documentation" : null, "simpleType" : "GetDocumentAnalysisRequest", "variableSetterType" : "GetDocumentAnalysisRequest" }, "wrapper" : false }, "GetDocumentAnalysisResponse" : { "c2jName" : "GetDocumentAnalysisResponse", "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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "documentMetadata", "fluentSetterDocumentation" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \n@param documentMetadata Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "documentMetadata", "getterDocumentation" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \n@return Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.", "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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \n@param documentMetadata Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.", "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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      ", "simpleType" : "DocumentMetadata", "variableSetterType" : "DocumentMetadata" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getJobStatusAsString", "beanStyleSetterMethodName" : "setJobStatus", "c2jName" : "JobStatus", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                      The current status of the text detection job.

                                      \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 #jobStatusAsString(String)}.\n@param jobStatus 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 #jobStatus(String)", "deprecated" : false, "documentation" : "

                                      The current status of the text detection job.

                                      ", "endpointDiscoveryId" : false, "enumType" : "JobStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "jobStatus", "fluentEnumSetterMethodName" : "jobStatus", "fluentGetterMethodName" : "jobStatusAsString", "fluentSetterDocumentation" : "

                                      The current status of the text detection job.

                                      \n@param jobStatus The current status of the text detection job.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "jobStatus", "getterDocumentation" : "

                                      The current status of the text detection job.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #jobStatus} will return {@link JobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobStatusAsString}.\n

                                      \n@return The current status of the text detection job.\n@see JobStatus", "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" : "JobStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobStatus", "sensitive" : false, "setterDocumentation" : "

                                      The current status of the text detection job.

                                      \n@param jobStatus The current status of the text detection job.\n@see JobStatus", "setterMethodName" : "setJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : "

                                      The current status of the text detection job.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.

                                      \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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)", "deprecated" : false, "documentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.

                                      \n@param nextToken If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.

                                      \n@return If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.", "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" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.

                                      \n@param nextToken If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBlocks", "beanStyleSetterMethodName" : "setBlocks", "c2jName" : "Blocks", "c2jShape" : "BlockList", "defaultConsumerFluentSetterDocumentation" : "

                                      The results of the text analysis operation.

                                      \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 results of the text analysis operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "blocks", "fluentSetterDocumentation" : "

                                      The results of the text analysis operation.

                                      \n@param blocks The results of the text analysis operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "blocks", "getterDocumentation" : "

                                      The results of the text analysis operation.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The results of the text analysis operation.", "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 results of the text analysis operation.

                                      \n@param blocks The results of the text analysis operation.", "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 results of the text analysis operation.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWarnings", "beanStyleSetterMethodName" : "setWarnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "defaultConsumerFluentSetterDocumentation" : "

                                      A list of warnings that occurred during the document analysis operation.

                                      \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 #warnings(List)}.\n@param warnings 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 #warnings(List)", "deprecated" : false, "documentation" : "

                                      A list of warnings that occurred during the document analysis operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warnings", "fluentSetterDocumentation" : "

                                      A list of warnings that occurred during the document analysis operation.

                                      \n@param warnings A list of warnings that occurred during the document analysis operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warnings", "getterDocumentation" : "

                                      A list of warnings that occurred during the document analysis operation.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return A list of warnings that occurred during the document analysis operation.", "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" : "Warnings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warnings", "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" : "Warning", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Warning.Builder} avoiding the need to create one manually via {@link Warning#builder()}.\n\nWhen the {@link Consumer} completes, {@link Warning.Builder#build()} is called immediately and its result is passed to {@link #member(Warning)}.\n@param member a consumer that will call methods on {@link Warning.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Warning)", "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" : "Warning", "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" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : null, "simpleType" : "Warning", "variableSetterType" : "Warning" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : "", "simpleType" : "Warning", "variableSetterType" : "Warning" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Warning", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Warning", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Warnings", "sensitive" : false, "setterDocumentation" : "

                                      A list of warnings that occurred during the document analysis operation.

                                      \n@param warnings A list of warnings that occurred during the document analysis operation.", "setterMethodName" : "setWarnings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : "

                                      A list of warnings that occurred during the document analysis operation.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusMessage", "beanStyleSetterMethodName" : "setStatusMessage", "c2jName" : "StatusMessage", "c2jShape" : "StatusMessage", "defaultConsumerFluentSetterDocumentation" : "

                                      The current status of an asynchronous document analysis 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 #statusMessage(String)}.\n@param statusMessage 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 #statusMessage(String)", "deprecated" : false, "documentation" : "

                                      The current status of an asynchronous document analysis operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusMessage", "fluentSetterDocumentation" : "

                                      The current status of an asynchronous document analysis operation.

                                      \n@param statusMessage The current status of an asynchronous document analysis operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusMessage", "getterDocumentation" : "

                                      The current status of an asynchronous document analysis operation.

                                      \n@return The current status of an asynchronous document analysis 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" : "StatusMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusMessage", "sensitive" : false, "setterDocumentation" : "

                                      The current status of an asynchronous document analysis operation.

                                      \n@param statusMessage The current status of an asynchronous document analysis operation.", "setterMethodName" : "setStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

                                      The current status of an asynchronous document analysis operation.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Blocks" : { "beanStyleGetterMethodName" : "getBlocks", "beanStyleSetterMethodName" : "setBlocks", "c2jName" : "Blocks", "c2jShape" : "BlockList", "defaultConsumerFluentSetterDocumentation" : "

                                      The results of the text analysis operation.

                                      \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 results of the text analysis operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "blocks", "fluentSetterDocumentation" : "

                                      The results of the text analysis operation.

                                      \n@param blocks The results of the text analysis operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "blocks", "getterDocumentation" : "

                                      The results of the text analysis operation.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The results of the text analysis operation.", "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 results of the text analysis operation.

                                      \n@param blocks The results of the text analysis operation.", "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 results of the text analysis operation.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "DocumentMetadata" : { "beanStyleGetterMethodName" : "getDocumentMetadata", "beanStyleSetterMethodName" : "setDocumentMetadata", "c2jName" : "DocumentMetadata", "c2jShape" : "DocumentMetadata", "defaultConsumerFluentSetterDocumentation" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "documentMetadata", "fluentSetterDocumentation" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \n@param documentMetadata Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "documentMetadata", "getterDocumentation" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \n@return Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.", "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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \n@param documentMetadata Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.", "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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      ", "simpleType" : "DocumentMetadata", "variableSetterType" : "DocumentMetadata" }, "xmlNameSpaceUri" : null }, "JobStatus" : { "beanStyleGetterMethodName" : "getJobStatusAsString", "beanStyleSetterMethodName" : "setJobStatus", "c2jName" : "JobStatus", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                      The current status of the text detection job.

                                      \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 #jobStatusAsString(String)}.\n@param jobStatus 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 #jobStatus(String)", "deprecated" : false, "documentation" : "

                                      The current status of the text detection job.

                                      ", "endpointDiscoveryId" : false, "enumType" : "JobStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "jobStatus", "fluentEnumSetterMethodName" : "jobStatus", "fluentGetterMethodName" : "jobStatusAsString", "fluentSetterDocumentation" : "

                                      The current status of the text detection job.

                                      \n@param jobStatus The current status of the text detection job.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "jobStatus", "getterDocumentation" : "

                                      The current status of the text detection job.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #jobStatus} will return {@link JobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobStatusAsString}.\n

                                      \n@return The current status of the text detection job.\n@see JobStatus", "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" : "JobStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobStatus", "sensitive" : false, "setterDocumentation" : "

                                      The current status of the text detection job.

                                      \n@param jobStatus The current status of the text detection job.\n@see JobStatus", "setterMethodName" : "setJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : "

                                      The current status of the text detection job.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.

                                      \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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)", "deprecated" : false, "documentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.

                                      \n@param nextToken If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.

                                      \n@return If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.", "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" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.

                                      \n@param nextToken If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StatusMessage" : { "beanStyleGetterMethodName" : "getStatusMessage", "beanStyleSetterMethodName" : "setStatusMessage", "c2jName" : "StatusMessage", "c2jShape" : "StatusMessage", "defaultConsumerFluentSetterDocumentation" : "

                                      The current status of an asynchronous document analysis 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 #statusMessage(String)}.\n@param statusMessage 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 #statusMessage(String)", "deprecated" : false, "documentation" : "

                                      The current status of an asynchronous document analysis operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusMessage", "fluentSetterDocumentation" : "

                                      The current status of an asynchronous document analysis operation.

                                      \n@param statusMessage The current status of an asynchronous document analysis operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusMessage", "getterDocumentation" : "

                                      The current status of an asynchronous document analysis operation.

                                      \n@return The current status of an asynchronous document analysis 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" : "StatusMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusMessage", "sensitive" : false, "setterDocumentation" : "

                                      The current status of an asynchronous document analysis operation.

                                      \n@param statusMessage The current status of an asynchronous document analysis operation.", "setterMethodName" : "setStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

                                      The current status of an asynchronous document analysis operation.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Warnings" : { "beanStyleGetterMethodName" : "getWarnings", "beanStyleSetterMethodName" : "setWarnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "defaultConsumerFluentSetterDocumentation" : "

                                      A list of warnings that occurred during the document analysis operation.

                                      \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 #warnings(List)}.\n@param warnings 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 #warnings(List)", "deprecated" : false, "documentation" : "

                                      A list of warnings that occurred during the document analysis operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warnings", "fluentSetterDocumentation" : "

                                      A list of warnings that occurred during the document analysis operation.

                                      \n@param warnings A list of warnings that occurred during the document analysis operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warnings", "getterDocumentation" : "

                                      A list of warnings that occurred during the document analysis operation.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return A list of warnings that occurred during the document analysis operation.", "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" : "Warnings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warnings", "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" : "Warning", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Warning.Builder} avoiding the need to create one manually via {@link Warning#builder()}.\n\nWhen the {@link Consumer} completes, {@link Warning.Builder#build()} is called immediately and its result is passed to {@link #member(Warning)}.\n@param member a consumer that will call methods on {@link Warning.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Warning)", "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" : "Warning", "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" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : null, "simpleType" : "Warning", "variableSetterType" : "Warning" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : "", "simpleType" : "Warning", "variableSetterType" : "Warning" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Warning", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Warning", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Warnings", "sensitive" : false, "setterDocumentation" : "

                                      A list of warnings that occurred during the document analysis operation.

                                      \n@param warnings A list of warnings that occurred during the document analysis operation.", "setterMethodName" : "setWarnings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : "

                                      A list of warnings that occurred during the document analysis operation.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDocumentMetadata", "beanStyleSetterMethodName" : "setDocumentMetadata", "c2jName" : "DocumentMetadata", "c2jShape" : "DocumentMetadata", "defaultConsumerFluentSetterDocumentation" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "documentMetadata", "fluentSetterDocumentation" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \n@param documentMetadata Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "documentMetadata", "getterDocumentation" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \n@return Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.", "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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \n@param documentMetadata Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.", "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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      ", "simpleType" : "DocumentMetadata", "variableSetterType" : "DocumentMetadata" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getJobStatusAsString", "beanStyleSetterMethodName" : "setJobStatus", "c2jName" : "JobStatus", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                      The current status of the text detection job.

                                      \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 #jobStatusAsString(String)}.\n@param jobStatus 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 #jobStatus(String)", "deprecated" : false, "documentation" : "

                                      The current status of the text detection job.

                                      ", "endpointDiscoveryId" : false, "enumType" : "JobStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "jobStatus", "fluentEnumSetterMethodName" : "jobStatus", "fluentGetterMethodName" : "jobStatusAsString", "fluentSetterDocumentation" : "

                                      The current status of the text detection job.

                                      \n@param jobStatus The current status of the text detection job.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "jobStatus", "getterDocumentation" : "

                                      The current status of the text detection job.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #jobStatus} will return {@link JobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobStatusAsString}.\n

                                      \n@return The current status of the text detection job.\n@see JobStatus", "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" : "JobStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobStatus", "sensitive" : false, "setterDocumentation" : "

                                      The current status of the text detection job.

                                      \n@param jobStatus The current status of the text detection job.\n@see JobStatus", "setterMethodName" : "setJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : "

                                      The current status of the text detection job.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.

                                      \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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)", "deprecated" : false, "documentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.

                                      \n@param nextToken If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.

                                      \n@return If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.", "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" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.

                                      \n@param nextToken If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBlocks", "beanStyleSetterMethodName" : "setBlocks", "c2jName" : "Blocks", "c2jShape" : "BlockList", "defaultConsumerFluentSetterDocumentation" : "

                                      The results of the text analysis operation.

                                      \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 results of the text analysis operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "blocks", "fluentSetterDocumentation" : "

                                      The results of the text analysis operation.

                                      \n@param blocks The results of the text analysis operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "blocks", "getterDocumentation" : "

                                      The results of the text analysis operation.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The results of the text analysis operation.", "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 results of the text analysis operation.

                                      \n@param blocks The results of the text analysis operation.", "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 results of the text analysis operation.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWarnings", "beanStyleSetterMethodName" : "setWarnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "defaultConsumerFluentSetterDocumentation" : "

                                      A list of warnings that occurred during the document analysis operation.

                                      \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 #warnings(List)}.\n@param warnings 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 #warnings(List)", "deprecated" : false, "documentation" : "

                                      A list of warnings that occurred during the document analysis operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warnings", "fluentSetterDocumentation" : "

                                      A list of warnings that occurred during the document analysis operation.

                                      \n@param warnings A list of warnings that occurred during the document analysis operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warnings", "getterDocumentation" : "

                                      A list of warnings that occurred during the document analysis operation.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return A list of warnings that occurred during the document analysis operation.", "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" : "Warnings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warnings", "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" : "Warning", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Warning.Builder} avoiding the need to create one manually via {@link Warning#builder()}.\n\nWhen the {@link Consumer} completes, {@link Warning.Builder#build()} is called immediately and its result is passed to {@link #member(Warning)}.\n@param member a consumer that will call methods on {@link Warning.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Warning)", "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" : "Warning", "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" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : null, "simpleType" : "Warning", "variableSetterType" : "Warning" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : "", "simpleType" : "Warning", "variableSetterType" : "Warning" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Warning", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Warning", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Warnings", "sensitive" : false, "setterDocumentation" : "

                                      A list of warnings that occurred during the document analysis operation.

                                      \n@param warnings A list of warnings that occurred during the document analysis operation.", "setterMethodName" : "setWarnings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : "

                                      A list of warnings that occurred during the document analysis operation.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusMessage", "beanStyleSetterMethodName" : "setStatusMessage", "c2jName" : "StatusMessage", "c2jShape" : "StatusMessage", "defaultConsumerFluentSetterDocumentation" : "

                                      The current status of an asynchronous document analysis 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 #statusMessage(String)}.\n@param statusMessage 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 #statusMessage(String)", "deprecated" : false, "documentation" : "

                                      The current status of an asynchronous document analysis operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusMessage", "fluentSetterDocumentation" : "

                                      The current status of an asynchronous document analysis operation.

                                      \n@param statusMessage The current status of an asynchronous document analysis operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusMessage", "getterDocumentation" : "

                                      The current status of an asynchronous document analysis operation.

                                      \n@return The current status of an asynchronous document analysis 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" : "StatusMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusMessage", "sensitive" : false, "setterDocumentation" : "

                                      The current status of an asynchronous document analysis operation.

                                      \n@param statusMessage The current status of an asynchronous document analysis operation.", "setterMethodName" : "setStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

                                      The current status of an asynchronous document analysis operation.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetDocumentAnalysisResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetDocumentAnalysisResponse", "variableName" : "getDocumentAnalysisResponse", "variableType" : "GetDocumentAnalysisResponse", "documentation" : null, "simpleType" : "GetDocumentAnalysisResponse", "variableSetterType" : "GetDocumentAnalysisResponse" }, "wrapper" : false }, "GetDocumentTextDetectionRequest" : { "c2jName" : "GetDocumentTextDetectionRequest", "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" : "GetDocumentTextDetection", "locationName" : null, "requestUri" : "/", "target" : "Textract.GetDocumentTextDetection", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                      A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.

                                      \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 #jobId(String)}.\n@param jobId 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 #jobId(String)", "deprecated" : false, "documentation" : "

                                      A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

                                      A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.

                                      \n@param jobId A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

                                      A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.

                                      \n@return A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.", "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" : "JobId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

                                      A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.

                                      \n@param jobId A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                      A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "documentation" : "

                                      The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \n@param maxResults The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \n@return The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.", "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" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \n@param maxResults The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                      The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)", "deprecated" : false, "documentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \n@param nextToken If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \n@return If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.", "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" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \n@param nextToken If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "JobId" : { "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                      A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.

                                      \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 #jobId(String)}.\n@param jobId 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 #jobId(String)", "deprecated" : false, "documentation" : "

                                      A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

                                      A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.

                                      \n@param jobId A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

                                      A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.

                                      \n@return A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.", "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" : "JobId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

                                      A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.

                                      \n@param jobId A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                      A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxResults" : { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "documentation" : "

                                      The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \n@param maxResults The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \n@return The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.", "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" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \n@param maxResults The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                      The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)", "deprecated" : false, "documentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \n@param nextToken If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \n@return If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.", "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" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \n@param nextToken If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                      A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.

                                      \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 #jobId(String)}.\n@param jobId 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 #jobId(String)", "deprecated" : false, "documentation" : "

                                      A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

                                      A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.

                                      \n@param jobId A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

                                      A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.

                                      \n@return A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.", "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" : "JobId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

                                      A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.

                                      \n@param jobId A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                      A unique identifier for the text detection job. The JobId is returned from StartDocumentTextDetection.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxResults", "beanStyleSetterMethodName" : "setMaxResults", "c2jName" : "MaxResults", "c2jShape" : "MaxResults", "defaultConsumerFluentSetterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \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 #maxResults(Integer)}.\n@param maxResults 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 #maxResults(Integer)", "deprecated" : false, "documentation" : "

                                      The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxResults", "fluentSetterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \n@param maxResults The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxResults", "getterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \n@return The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.", "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" : "MaxResults", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxResults", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "MaxResults", "sensitive" : false, "setterDocumentation" : "

                                      The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      \n@param maxResults The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.", "setterMethodName" : "setMaxResults", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maxResults", "variableType" : "Integer", "documentation" : "

                                      The maximum number of results to return per paginated call. The largest value you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.

                                      ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)", "deprecated" : false, "documentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \n@param nextToken If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \n@return If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.", "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" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      \n@param nextToken If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                      If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "JobId" ], "shapeName" : "GetDocumentTextDetectionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetDocumentTextDetectionRequest", "variableName" : "getDocumentTextDetectionRequest", "variableType" : "GetDocumentTextDetectionRequest", "documentation" : null, "simpleType" : "GetDocumentTextDetectionRequest", "variableSetterType" : "GetDocumentTextDetectionRequest" }, "wrapper" : false }, "GetDocumentTextDetectionResponse" : { "c2jName" : "GetDocumentTextDetectionResponse", "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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "documentMetadata", "fluentSetterDocumentation" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \n@param documentMetadata Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "documentMetadata", "getterDocumentation" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \n@return Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.", "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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \n@param documentMetadata Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.", "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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      ", "simpleType" : "DocumentMetadata", "variableSetterType" : "DocumentMetadata" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getJobStatusAsString", "beanStyleSetterMethodName" : "setJobStatus", "c2jName" : "JobStatus", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                      The current status of the text detection job.

                                      \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 #jobStatusAsString(String)}.\n@param jobStatus 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 #jobStatus(String)", "deprecated" : false, "documentation" : "

                                      The current status of the text detection job.

                                      ", "endpointDiscoveryId" : false, "enumType" : "JobStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "jobStatus", "fluentEnumSetterMethodName" : "jobStatus", "fluentGetterMethodName" : "jobStatusAsString", "fluentSetterDocumentation" : "

                                      The current status of the text detection job.

                                      \n@param jobStatus The current status of the text detection job.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "jobStatus", "getterDocumentation" : "

                                      The current status of the text detection job.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #jobStatus} will return {@link JobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobStatusAsString}.\n

                                      \n@return The current status of the text detection job.\n@see JobStatus", "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" : "JobStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobStatus", "sensitive" : false, "setterDocumentation" : "

                                      The current status of the text detection job.

                                      \n@param jobStatus The current status of the text detection job.\n@see JobStatus", "setterMethodName" : "setJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : "

                                      The current status of the text detection job.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.

                                      \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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)", "deprecated" : false, "documentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.

                                      \n@param nextToken If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.

                                      \n@return If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.", "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" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.

                                      \n@param nextToken If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBlocks", "beanStyleSetterMethodName" : "setBlocks", "c2jName" : "Blocks", "c2jShape" : "BlockList", "defaultConsumerFluentSetterDocumentation" : "

                                      The results of the text-detection operation.

                                      \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 results of the text-detection operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "blocks", "fluentSetterDocumentation" : "

                                      The results of the text-detection operation.

                                      \n@param blocks The results of the text-detection operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "blocks", "getterDocumentation" : "

                                      The results of the text-detection operation.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The results of the text-detection operation.", "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 results of the text-detection operation.

                                      \n@param blocks The results of the text-detection operation.", "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 results of the text-detection operation.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWarnings", "beanStyleSetterMethodName" : "setWarnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "defaultConsumerFluentSetterDocumentation" : "

                                      A list of warnings that occurred during the document text-detection operation.

                                      \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 #warnings(List)}.\n@param warnings 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 #warnings(List)", "deprecated" : false, "documentation" : "

                                      A list of warnings that occurred during the document text-detection operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warnings", "fluentSetterDocumentation" : "

                                      A list of warnings that occurred during the document text-detection operation.

                                      \n@param warnings A list of warnings that occurred during the document text-detection operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warnings", "getterDocumentation" : "

                                      A list of warnings that occurred during the document text-detection operation.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return A list of warnings that occurred during the document text-detection operation.", "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" : "Warnings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warnings", "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" : "Warning", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Warning.Builder} avoiding the need to create one manually via {@link Warning#builder()}.\n\nWhen the {@link Consumer} completes, {@link Warning.Builder#build()} is called immediately and its result is passed to {@link #member(Warning)}.\n@param member a consumer that will call methods on {@link Warning.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Warning)", "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" : "Warning", "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" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : null, "simpleType" : "Warning", "variableSetterType" : "Warning" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : "", "simpleType" : "Warning", "variableSetterType" : "Warning" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Warning", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Warning", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Warnings", "sensitive" : false, "setterDocumentation" : "

                                      A list of warnings that occurred during the document text-detection operation.

                                      \n@param warnings A list of warnings that occurred during the document text-detection operation.", "setterMethodName" : "setWarnings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : "

                                      A list of warnings that occurred during the document text-detection operation.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusMessage", "beanStyleSetterMethodName" : "setStatusMessage", "c2jName" : "StatusMessage", "c2jShape" : "StatusMessage", "defaultConsumerFluentSetterDocumentation" : "

                                      The current status of an asynchronous document text-detection 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 #statusMessage(String)}.\n@param statusMessage 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 #statusMessage(String)", "deprecated" : false, "documentation" : "

                                      The current status of an asynchronous document text-detection operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusMessage", "fluentSetterDocumentation" : "

                                      The current status of an asynchronous document text-detection operation.

                                      \n@param statusMessage The current status of an asynchronous document text-detection operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusMessage", "getterDocumentation" : "

                                      The current status of an asynchronous document text-detection operation.

                                      \n@return The current status of an asynchronous document text-detection 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" : "StatusMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusMessage", "sensitive" : false, "setterDocumentation" : "

                                      The current status of an asynchronous document text-detection operation.

                                      \n@param statusMessage The current status of an asynchronous document text-detection operation.", "setterMethodName" : "setStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

                                      The current status of an asynchronous document text-detection operation.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Blocks" : { "beanStyleGetterMethodName" : "getBlocks", "beanStyleSetterMethodName" : "setBlocks", "c2jName" : "Blocks", "c2jShape" : "BlockList", "defaultConsumerFluentSetterDocumentation" : "

                                      The results of the text-detection operation.

                                      \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 results of the text-detection operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "blocks", "fluentSetterDocumentation" : "

                                      The results of the text-detection operation.

                                      \n@param blocks The results of the text-detection operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "blocks", "getterDocumentation" : "

                                      The results of the text-detection operation.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The results of the text-detection operation.", "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 results of the text-detection operation.

                                      \n@param blocks The results of the text-detection operation.", "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 results of the text-detection operation.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "DocumentMetadata" : { "beanStyleGetterMethodName" : "getDocumentMetadata", "beanStyleSetterMethodName" : "setDocumentMetadata", "c2jName" : "DocumentMetadata", "c2jShape" : "DocumentMetadata", "defaultConsumerFluentSetterDocumentation" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "documentMetadata", "fluentSetterDocumentation" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \n@param documentMetadata Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "documentMetadata", "getterDocumentation" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \n@return Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.", "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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \n@param documentMetadata Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.", "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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      ", "simpleType" : "DocumentMetadata", "variableSetterType" : "DocumentMetadata" }, "xmlNameSpaceUri" : null }, "JobStatus" : { "beanStyleGetterMethodName" : "getJobStatusAsString", "beanStyleSetterMethodName" : "setJobStatus", "c2jName" : "JobStatus", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                      The current status of the text detection job.

                                      \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 #jobStatusAsString(String)}.\n@param jobStatus 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 #jobStatus(String)", "deprecated" : false, "documentation" : "

                                      The current status of the text detection job.

                                      ", "endpointDiscoveryId" : false, "enumType" : "JobStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "jobStatus", "fluentEnumSetterMethodName" : "jobStatus", "fluentGetterMethodName" : "jobStatusAsString", "fluentSetterDocumentation" : "

                                      The current status of the text detection job.

                                      \n@param jobStatus The current status of the text detection job.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "jobStatus", "getterDocumentation" : "

                                      The current status of the text detection job.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #jobStatus} will return {@link JobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobStatusAsString}.\n

                                      \n@return The current status of the text detection job.\n@see JobStatus", "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" : "JobStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobStatus", "sensitive" : false, "setterDocumentation" : "

                                      The current status of the text detection job.

                                      \n@param jobStatus The current status of the text detection job.\n@see JobStatus", "setterMethodName" : "setJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : "

                                      The current status of the text detection job.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NextToken" : { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.

                                      \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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)", "deprecated" : false, "documentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.

                                      \n@param nextToken If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.

                                      \n@return If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.", "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" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.

                                      \n@param nextToken If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StatusMessage" : { "beanStyleGetterMethodName" : "getStatusMessage", "beanStyleSetterMethodName" : "setStatusMessage", "c2jName" : "StatusMessage", "c2jShape" : "StatusMessage", "defaultConsumerFluentSetterDocumentation" : "

                                      The current status of an asynchronous document text-detection 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 #statusMessage(String)}.\n@param statusMessage 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 #statusMessage(String)", "deprecated" : false, "documentation" : "

                                      The current status of an asynchronous document text-detection operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusMessage", "fluentSetterDocumentation" : "

                                      The current status of an asynchronous document text-detection operation.

                                      \n@param statusMessage The current status of an asynchronous document text-detection operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusMessage", "getterDocumentation" : "

                                      The current status of an asynchronous document text-detection operation.

                                      \n@return The current status of an asynchronous document text-detection 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" : "StatusMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusMessage", "sensitive" : false, "setterDocumentation" : "

                                      The current status of an asynchronous document text-detection operation.

                                      \n@param statusMessage The current status of an asynchronous document text-detection operation.", "setterMethodName" : "setStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

                                      The current status of an asynchronous document text-detection operation.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Warnings" : { "beanStyleGetterMethodName" : "getWarnings", "beanStyleSetterMethodName" : "setWarnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "defaultConsumerFluentSetterDocumentation" : "

                                      A list of warnings that occurred during the document text-detection operation.

                                      \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 #warnings(List)}.\n@param warnings 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 #warnings(List)", "deprecated" : false, "documentation" : "

                                      A list of warnings that occurred during the document text-detection operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warnings", "fluentSetterDocumentation" : "

                                      A list of warnings that occurred during the document text-detection operation.

                                      \n@param warnings A list of warnings that occurred during the document text-detection operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warnings", "getterDocumentation" : "

                                      A list of warnings that occurred during the document text-detection operation.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return A list of warnings that occurred during the document text-detection operation.", "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" : "Warnings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warnings", "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" : "Warning", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Warning.Builder} avoiding the need to create one manually via {@link Warning#builder()}.\n\nWhen the {@link Consumer} completes, {@link Warning.Builder#build()} is called immediately and its result is passed to {@link #member(Warning)}.\n@param member a consumer that will call methods on {@link Warning.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Warning)", "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" : "Warning", "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" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : null, "simpleType" : "Warning", "variableSetterType" : "Warning" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : "", "simpleType" : "Warning", "variableSetterType" : "Warning" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Warning", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Warning", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Warnings", "sensitive" : false, "setterDocumentation" : "

                                      A list of warnings that occurred during the document text-detection operation.

                                      \n@param warnings A list of warnings that occurred during the document text-detection operation.", "setterMethodName" : "setWarnings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : "

                                      A list of warnings that occurred during the document text-detection operation.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDocumentMetadata", "beanStyleSetterMethodName" : "setDocumentMetadata", "c2jName" : "DocumentMetadata", "c2jShape" : "DocumentMetadata", "defaultConsumerFluentSetterDocumentation" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "documentMetadata", "fluentSetterDocumentation" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \n@param documentMetadata Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "documentMetadata", "getterDocumentation" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \n@return Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.", "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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      \n@param documentMetadata Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.", "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" : "

                                      Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.

                                      ", "simpleType" : "DocumentMetadata", "variableSetterType" : "DocumentMetadata" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getJobStatusAsString", "beanStyleSetterMethodName" : "setJobStatus", "c2jName" : "JobStatus", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                      The current status of the text detection job.

                                      \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 #jobStatusAsString(String)}.\n@param jobStatus 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 #jobStatus(String)", "deprecated" : false, "documentation" : "

                                      The current status of the text detection job.

                                      ", "endpointDiscoveryId" : false, "enumType" : "JobStatus", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "jobStatus", "fluentEnumSetterMethodName" : "jobStatus", "fluentGetterMethodName" : "jobStatusAsString", "fluentSetterDocumentation" : "

                                      The current status of the text detection job.

                                      \n@param jobStatus The current status of the text detection job.\n@see JobStatus\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobStatus", "fluentSetterMethodName" : "jobStatus", "getterDocumentation" : "

                                      The current status of the text detection job.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #jobStatus} will return {@link JobStatus#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #jobStatusAsString}.\n

                                      \n@return The current status of the text detection job.\n@see JobStatus", "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" : "JobStatus", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobStatus", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobStatus", "sensitive" : false, "setterDocumentation" : "

                                      The current status of the text detection job.

                                      \n@param jobStatus The current status of the text detection job.\n@see JobStatus", "setterMethodName" : "setJobStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobStatus", "variableType" : "String", "documentation" : "

                                      The current status of the text detection job.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextToken", "beanStyleSetterMethodName" : "setNextToken", "c2jName" : "NextToken", "c2jShape" : "PaginationToken", "defaultConsumerFluentSetterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.

                                      \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 #nextToken(String)}.\n@param nextToken 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 #nextToken(String)", "deprecated" : false, "documentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextToken", "fluentSetterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.

                                      \n@param nextToken If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextToken", "getterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.

                                      \n@return If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.", "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" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "NextToken", "sensitive" : false, "setterDocumentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.

                                      \n@param nextToken If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.", "setterMethodName" : "setNextToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

                                      If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text-detection results.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBlocks", "beanStyleSetterMethodName" : "setBlocks", "c2jName" : "Blocks", "c2jShape" : "BlockList", "defaultConsumerFluentSetterDocumentation" : "

                                      The results of the text-detection operation.

                                      \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 results of the text-detection operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "blocks", "fluentSetterDocumentation" : "

                                      The results of the text-detection operation.

                                      \n@param blocks The results of the text-detection operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "blocks", "getterDocumentation" : "

                                      The results of the text-detection operation.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return The results of the text-detection operation.", "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 results of the text-detection operation.

                                      \n@param blocks The results of the text-detection operation.", "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 results of the text-detection operation.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWarnings", "beanStyleSetterMethodName" : "setWarnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "defaultConsumerFluentSetterDocumentation" : "

                                      A list of warnings that occurred during the document text-detection operation.

                                      \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 #warnings(List)}.\n@param warnings 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 #warnings(List)", "deprecated" : false, "documentation" : "

                                      A list of warnings that occurred during the document text-detection operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warnings", "fluentSetterDocumentation" : "

                                      A list of warnings that occurred during the document text-detection operation.

                                      \n@param warnings A list of warnings that occurred during the document text-detection operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warnings", "getterDocumentation" : "

                                      A list of warnings that occurred during the document text-detection operation.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return A list of warnings that occurred during the document text-detection operation.", "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" : "Warnings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warnings", "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" : "Warning", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Warning.Builder} avoiding the need to create one manually via {@link Warning#builder()}.\n\nWhen the {@link Consumer} completes, {@link Warning.Builder#build()} is called immediately and its result is passed to {@link #member(Warning)}.\n@param member a consumer that will call methods on {@link Warning.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Warning)", "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" : "Warning", "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" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : null, "simpleType" : "Warning", "variableSetterType" : "Warning" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : "", "simpleType" : "Warning", "variableSetterType" : "Warning" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Warning", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Warning", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Warnings", "sensitive" : false, "setterDocumentation" : "

                                      A list of warnings that occurred during the document text-detection operation.

                                      \n@param warnings A list of warnings that occurred during the document text-detection operation.", "setterMethodName" : "setWarnings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : "

                                      A list of warnings that occurred during the document text-detection operation.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusMessage", "beanStyleSetterMethodName" : "setStatusMessage", "c2jName" : "StatusMessage", "c2jShape" : "StatusMessage", "defaultConsumerFluentSetterDocumentation" : "

                                      The current status of an asynchronous document text-detection 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 #statusMessage(String)}.\n@param statusMessage 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 #statusMessage(String)", "deprecated" : false, "documentation" : "

                                      The current status of an asynchronous document text-detection operation.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusMessage", "fluentSetterDocumentation" : "

                                      The current status of an asynchronous document text-detection operation.

                                      \n@param statusMessage The current status of an asynchronous document text-detection operation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusMessage", "getterDocumentation" : "

                                      The current status of an asynchronous document text-detection operation.

                                      \n@return The current status of an asynchronous document text-detection 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" : "StatusMessage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StatusMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "StatusMessage", "sensitive" : false, "setterDocumentation" : "

                                      The current status of an asynchronous document text-detection operation.

                                      \n@param statusMessage The current status of an asynchronous document text-detection operation.", "setterMethodName" : "setStatusMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusMessage", "variableType" : "String", "documentation" : "

                                      The current status of an asynchronous document text-detection operation.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "GetDocumentTextDetectionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetDocumentTextDetectionResponse", "variableName" : "getDocumentTextDetectionResponse", "variableType" : "GetDocumentTextDetectionResponse", "documentation" : null, "simpleType" : "GetDocumentTextDetectionResponse", "variableSetterType" : "GetDocumentTextDetectionResponse" }, "wrapper" : false }, "IdempotentParameterMismatchException" : { "c2jName" : "IdempotentParameterMismatchException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "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.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "IdempotentParameterMismatchException", "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" : "IdempotentParameterMismatchException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "IdempotentParameterMismatchException", "variableName" : "idempotentParameterMismatchException", "variableType" : "IdempotentParameterMismatchException", "documentation" : null, "simpleType" : "IdempotentParameterMismatchException", "variableSetterType" : "IdempotentParameterMismatchException" }, "wrapper" : false }, "InternalServerErrorException" : { "c2jName" : "InternalServerError", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Amazon Textract experienced a service issue. Try your call again.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InternalServerError", "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" : "InternalServerErrorException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InternalServerErrorException", "variableName" : "internalServerErrorException", "variableType" : "InternalServerErrorException", "documentation" : null, "simpleType" : "InternalServerErrorException", "variableSetterType" : "InternalServerErrorException" }, "wrapper" : false }, "InvalidJobIdException" : { "c2jName" : "InvalidJobIdException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      An invalid job identifier was passed to GetDocumentAnalysis or to GetDocumentAnalysis.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidJobIdException", "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" : "InvalidJobIdException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidJobIdException", "variableName" : "invalidJobIdException", "variableType" : "InvalidJobIdException", "documentation" : null, "simpleType" : "InvalidJobIdException", "variableSetterType" : "InvalidJobIdException" }, "wrapper" : false }, "InvalidParameterException" : { "c2jName" : "InvalidParameterException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "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.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidParameterException", "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" : "InvalidParameterException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidParameterException", "variableName" : "invalidParameterException", "variableType" : "InvalidParameterException", "documentation" : null, "simpleType" : "InvalidParameterException", "variableSetterType" : "InvalidParameterException" }, "wrapper" : false }, "InvalidS3ObjectException" : { "c2jName" : "InvalidS3ObjectException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Amazon Textract is unable to access the S3 object that's specified in the request.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InvalidS3ObjectException", "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" : "InvalidS3ObjectException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidS3ObjectException", "variableName" : "invalidS3ObjectException", "variableType" : "InvalidS3ObjectException", "documentation" : null, "simpleType" : "InvalidS3ObjectException", "variableSetterType" : "InvalidS3ObjectException" }, "wrapper" : false }, "JobStatus" : { "c2jName" : "JobStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "IN_PROGRESS", "value" : "IN_PROGRESS" }, { "name" : "SUCCEEDED", "value" : "SUCCEEDED" }, { "name" : "FAILED", "value" : "FAILED" }, { "name" : "PARTIAL_SUCCESS", "value" : "PARTIAL_SUCCESS" } ], "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" : "JobStatus", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "JobStatus", "variableName" : "jobStatus", "variableType" : "JobStatus", "documentation" : null, "simpleType" : "JobStatus", "variableSetterType" : "JobStatus" }, "wrapper" : false }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "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.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "LimitExceededException", "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" : "LimitExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false }, "NotificationChannel" : { "c2jName" : "NotificationChannel", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      The Amazon Simple Notification Service (Amazon SNS) topic to which Amazon Textract publishes the completion status of an asynchronous document operation, such as StartDocumentTextDetection.

                                      ", "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" : "getSnsTopicArn", "beanStyleSetterMethodName" : "setSnsTopicArn", "c2jName" : "SNSTopicArn", "c2jShape" : "SNSTopicArn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon SNS topic that Amazon Textract posts the completion status to.

                                      \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 #snsTopicArn(String)}.\n@param snsTopicArn 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 #snsTopicArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon SNS topic that Amazon Textract posts the completion status to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snsTopicArn", "fluentSetterDocumentation" : "

                                      The Amazon SNS topic that Amazon Textract posts the completion status to.

                                      \n@param snsTopicArn The Amazon SNS topic that Amazon Textract posts the completion status to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsTopicArn", "getterDocumentation" : "

                                      The Amazon SNS topic that Amazon Textract posts the completion status to.

                                      \n@return The Amazon SNS topic that Amazon Textract posts the completion status to.", "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" : "SNSTopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SNSTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SNSTopicArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon SNS topic that Amazon Textract posts the completion status to.

                                      \n@param snsTopicArn The Amazon SNS topic that Amazon Textract posts the completion status to.", "setterMethodName" : "setSnsTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : "

                                      The Amazon SNS topic that Amazon Textract posts the completion status to.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "RoleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

                                      \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 #roleArn(String)}.\n@param roleArn 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 #roleArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

                                      \n@param roleArn The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

                                      \n@return The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.", "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" : "RoleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

                                      \n@param roleArn The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "RoleArn" : { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "RoleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

                                      \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 #roleArn(String)}.\n@param roleArn 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 #roleArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

                                      \n@param roleArn The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

                                      \n@return The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.", "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" : "RoleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

                                      \n@param roleArn The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SNSTopicArn" : { "beanStyleGetterMethodName" : "getSnsTopicArn", "beanStyleSetterMethodName" : "setSnsTopicArn", "c2jName" : "SNSTopicArn", "c2jShape" : "SNSTopicArn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon SNS topic that Amazon Textract posts the completion status to.

                                      \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 #snsTopicArn(String)}.\n@param snsTopicArn 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 #snsTopicArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon SNS topic that Amazon Textract posts the completion status to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snsTopicArn", "fluentSetterDocumentation" : "

                                      The Amazon SNS topic that Amazon Textract posts the completion status to.

                                      \n@param snsTopicArn The Amazon SNS topic that Amazon Textract posts the completion status to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsTopicArn", "getterDocumentation" : "

                                      The Amazon SNS topic that Amazon Textract posts the completion status to.

                                      \n@return The Amazon SNS topic that Amazon Textract posts the completion status to.", "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" : "SNSTopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SNSTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SNSTopicArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon SNS topic that Amazon Textract posts the completion status to.

                                      \n@param snsTopicArn The Amazon SNS topic that Amazon Textract posts the completion status to.", "setterMethodName" : "setSnsTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : "

                                      The Amazon SNS topic that Amazon Textract posts the completion status to.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSnsTopicArn", "beanStyleSetterMethodName" : "setSnsTopicArn", "c2jName" : "SNSTopicArn", "c2jShape" : "SNSTopicArn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon SNS topic that Amazon Textract posts the completion status to.

                                      \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 #snsTopicArn(String)}.\n@param snsTopicArn 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 #snsTopicArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon SNS topic that Amazon Textract posts the completion status to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "snsTopicArn", "fluentSetterDocumentation" : "

                                      The Amazon SNS topic that Amazon Textract posts the completion status to.

                                      \n@param snsTopicArn The Amazon SNS topic that Amazon Textract posts the completion status to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "snsTopicArn", "getterDocumentation" : "

                                      The Amazon SNS topic that Amazon Textract posts the completion status to.

                                      \n@return The Amazon SNS topic that Amazon Textract posts the completion status to.", "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" : "SNSTopicArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SNSTopicArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "SNSTopicArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon SNS topic that Amazon Textract posts the completion status to.

                                      \n@param snsTopicArn The Amazon SNS topic that Amazon Textract posts the completion status to.", "setterMethodName" : "setSnsTopicArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "snsTopicArn", "variableType" : "String", "documentation" : "

                                      The Amazon SNS topic that Amazon Textract posts the completion status to.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRoleArn", "beanStyleSetterMethodName" : "setRoleArn", "c2jName" : "RoleArn", "c2jShape" : "RoleArn", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

                                      \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 #roleArn(String)}.\n@param roleArn 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 #roleArn(String)", "deprecated" : false, "documentation" : "

                                      The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "roleArn", "fluentSetterDocumentation" : "

                                      The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

                                      \n@param roleArn The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "roleArn", "getterDocumentation" : "

                                      The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

                                      \n@return The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.", "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" : "RoleArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RoleArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "RoleArn", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

                                      \n@param roleArn The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.", "setterMethodName" : "setRoleArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "roleArn", "variableType" : "String", "documentation" : "

                                      The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS topic.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SNSTopicArn", "RoleArn" ], "shapeName" : "NotificationChannel", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "NotificationChannel", "variableName" : "notificationChannel", "variableType" : "NotificationChannel", "documentation" : null, "simpleType" : "NotificationChannel", "variableSetterType" : "NotificationChannel" }, "wrapper" : false }, "Point" : { "c2jName" : "Point", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      The X and Y coordinates of a point on a document page. The X and Y values returned are ratios of the overall document page size. For example, if the input document is 700 x 200 and the operation returns X=0.5 and Y=0.25, then the point is at the (350,50) pixel coordinate on the document page.

                                      An array of Point objects, Polygon, is returned by DetectDocumentText. Polygon represents a fine-grained polygon around detected text. For more information, see Geometry in the Amazon Textract Developer Guide.

                                      ", "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" : "getX", "beanStyleSetterMethodName" : "setX", "c2jName" : "X", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "

                                      The value of the X coordinate for a point on a Polygon.

                                      \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 #x(Float)}.\n@param x 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 #x(Float)", "deprecated" : false, "documentation" : "

                                      The value of the X coordinate for a point on a Polygon.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "x", "fluentSetterDocumentation" : "

                                      The value of the X coordinate for a point on a Polygon.

                                      \n@param x The value of the X coordinate for a point on a Polygon.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "x", "getterDocumentation" : "

                                      The value of the X coordinate for a point on a Polygon.

                                      \n@return The value of the X coordinate for a point on a Polygon.", "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" : "X", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "X", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "FLOAT", "name" : "X", "sensitive" : false, "setterDocumentation" : "

                                      The value of the X coordinate for a point on a Polygon.

                                      \n@param x The value of the X coordinate for a point on a Polygon.", "setterMethodName" : "setX", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "x", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Float", "variableName" : "x", "variableType" : "Float", "documentation" : "

                                      The value of the X coordinate for a point on a Polygon.

                                      ", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getY", "beanStyleSetterMethodName" : "setY", "c2jName" : "Y", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "

                                      The value of the Y coordinate for a point on a Polygon.

                                      \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 #y(Float)}.\n@param y 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 #y(Float)", "deprecated" : false, "documentation" : "

                                      The value of the Y coordinate for a point on a Polygon.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "y", "fluentSetterDocumentation" : "

                                      The value of the Y coordinate for a point on a Polygon.

                                      \n@param y The value of the Y coordinate for a point on a Polygon.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "y", "getterDocumentation" : "

                                      The value of the Y coordinate for a point on a Polygon.

                                      \n@return The value of the Y coordinate for a point on a Polygon.", "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" : "Y", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Y", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "FLOAT", "name" : "Y", "sensitive" : false, "setterDocumentation" : "

                                      The value of the Y coordinate for a point on a Polygon.

                                      \n@param y The value of the Y coordinate for a point on a Polygon.", "setterMethodName" : "setY", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "y", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Float", "variableName" : "y", "variableType" : "Float", "documentation" : "

                                      The value of the Y coordinate for a point on a Polygon.

                                      ", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "X" : { "beanStyleGetterMethodName" : "getX", "beanStyleSetterMethodName" : "setX", "c2jName" : "X", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "

                                      The value of the X coordinate for a point on a Polygon.

                                      \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 #x(Float)}.\n@param x 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 #x(Float)", "deprecated" : false, "documentation" : "

                                      The value of the X coordinate for a point on a Polygon.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "x", "fluentSetterDocumentation" : "

                                      The value of the X coordinate for a point on a Polygon.

                                      \n@param x The value of the X coordinate for a point on a Polygon.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "x", "getterDocumentation" : "

                                      The value of the X coordinate for a point on a Polygon.

                                      \n@return The value of the X coordinate for a point on a Polygon.", "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" : "X", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "X", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "FLOAT", "name" : "X", "sensitive" : false, "setterDocumentation" : "

                                      The value of the X coordinate for a point on a Polygon.

                                      \n@param x The value of the X coordinate for a point on a Polygon.", "setterMethodName" : "setX", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "x", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Float", "variableName" : "x", "variableType" : "Float", "documentation" : "

                                      The value of the X coordinate for a point on a Polygon.

                                      ", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null }, "Y" : { "beanStyleGetterMethodName" : "getY", "beanStyleSetterMethodName" : "setY", "c2jName" : "Y", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "

                                      The value of the Y coordinate for a point on a Polygon.

                                      \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 #y(Float)}.\n@param y 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 #y(Float)", "deprecated" : false, "documentation" : "

                                      The value of the Y coordinate for a point on a Polygon.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "y", "fluentSetterDocumentation" : "

                                      The value of the Y coordinate for a point on a Polygon.

                                      \n@param y The value of the Y coordinate for a point on a Polygon.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "y", "getterDocumentation" : "

                                      The value of the Y coordinate for a point on a Polygon.

                                      \n@return The value of the Y coordinate for a point on a Polygon.", "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" : "Y", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Y", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "FLOAT", "name" : "Y", "sensitive" : false, "setterDocumentation" : "

                                      The value of the Y coordinate for a point on a Polygon.

                                      \n@param y The value of the Y coordinate for a point on a Polygon.", "setterMethodName" : "setY", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "y", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Float", "variableName" : "y", "variableType" : "Float", "documentation" : "

                                      The value of the Y coordinate for a point on a Polygon.

                                      ", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getX", "beanStyleSetterMethodName" : "setX", "c2jName" : "X", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "

                                      The value of the X coordinate for a point on a Polygon.

                                      \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 #x(Float)}.\n@param x 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 #x(Float)", "deprecated" : false, "documentation" : "

                                      The value of the X coordinate for a point on a Polygon.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "x", "fluentSetterDocumentation" : "

                                      The value of the X coordinate for a point on a Polygon.

                                      \n@param x The value of the X coordinate for a point on a Polygon.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "x", "getterDocumentation" : "

                                      The value of the X coordinate for a point on a Polygon.

                                      \n@return The value of the X coordinate for a point on a Polygon.", "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" : "X", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "X", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "FLOAT", "name" : "X", "sensitive" : false, "setterDocumentation" : "

                                      The value of the X coordinate for a point on a Polygon.

                                      \n@param x The value of the X coordinate for a point on a Polygon.", "setterMethodName" : "setX", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "x", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Float", "variableName" : "x", "variableType" : "Float", "documentation" : "

                                      The value of the X coordinate for a point on a Polygon.

                                      ", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getY", "beanStyleSetterMethodName" : "setY", "c2jName" : "Y", "c2jShape" : "Float", "defaultConsumerFluentSetterDocumentation" : "

                                      The value of the Y coordinate for a point on a Polygon.

                                      \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 #y(Float)}.\n@param y 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 #y(Float)", "deprecated" : false, "documentation" : "

                                      The value of the Y coordinate for a point on a Polygon.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "y", "fluentSetterDocumentation" : "

                                      The value of the Y coordinate for a point on a Polygon.

                                      \n@param y The value of the Y coordinate for a point on a Polygon.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "y", "getterDocumentation" : "

                                      The value of the Y coordinate for a point on a Polygon.

                                      \n@return The value of the Y coordinate for a point on a Polygon.", "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" : "Y", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Y", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "FLOAT", "name" : "Y", "sensitive" : false, "setterDocumentation" : "

                                      The value of the Y coordinate for a point on a Polygon.

                                      \n@param y The value of the Y coordinate for a point on a Polygon.", "setterMethodName" : "setY", "setterModel" : { "variableDeclarationType" : "Float", "variableName" : "y", "variableType" : "Float", "documentation" : null, "simpleType" : "Float", "variableSetterType" : "Float" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Float", "variableName" : "y", "variableType" : "Float", "documentation" : "

                                      The value of the Y coordinate for a point on a Polygon.

                                      ", "simpleType" : "Float", "variableSetterType" : "Float" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Point", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Point", "variableName" : "point", "variableType" : "Point", "documentation" : null, "simpleType" : "Point", "variableSetterType" : "Point" }, "wrapper" : false }, "ProvisionedThroughputExceededException" : { "c2jName" : "ProvisionedThroughputExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Textract.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ProvisionedThroughputExceededException", "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" : "ProvisionedThroughputExceededException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ProvisionedThroughputExceededException", "variableName" : "provisionedThroughputExceededException", "variableType" : "ProvisionedThroughputExceededException", "documentation" : null, "simpleType" : "ProvisionedThroughputExceededException", "variableSetterType" : "ProvisionedThroughputExceededException" }, "wrapper" : false }, "Relationship" : { "c2jName" : "Relationship", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Information about how blocks are related to each other. A Block object contains 0 or more Relation objects in a list, Relationships. For more information, see Block.

                                      The Type element provides the type of the relationship for all blocks in the IDs array.

                                      ", "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" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "RelationshipType", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.

                                      \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 #typeAsString(String)}.\n@param type 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 #type(String)", "deprecated" : false, "documentation" : "

                                      The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.

                                      ", "endpointDiscoveryId" : false, "enumType" : "RelationshipType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                      The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.

                                      \n@param type The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.\n@see RelationshipType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RelationshipType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                      The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link RelationshipType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                      \n@return The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.\n@see RelationshipType", "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" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                      The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.

                                      \n@param type The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.\n@see RelationshipType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                      The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIds", "beanStyleSetterMethodName" : "setIds", "c2jName" : "Ids", "c2jShape" : "IdList", "defaultConsumerFluentSetterDocumentation" : "

                                      An array of IDs for related blocks. You can get the type of the relationship from the Type element.

                                      \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 #ids(List)}.\n@param ids 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 #ids(List)", "deprecated" : false, "documentation" : "

                                      An array of IDs for related blocks. You can get the type of the relationship from the Type element.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ids", "fluentSetterDocumentation" : "

                                      An array of IDs for related blocks. You can get the type of the relationship from the Type element.

                                      \n@param ids An array of IDs for related blocks. You can get the type of the relationship from the Type element.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ids", "getterDocumentation" : "

                                      An array of IDs for related blocks. You can get the type of the relationship from the Type element.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return An array of IDs for related blocks. You can get the type of the relationship from the Type element.", "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" : "Ids", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Ids", "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" : "NonEmptyString", "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 #member(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" : 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" : "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.", "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" : "Ids", "sensitive" : false, "setterDocumentation" : "

                                      An array of IDs for related blocks. You can get the type of the relationship from the Type element.

                                      \n@param ids An array of IDs for related blocks. You can get the type of the relationship from the Type element.", "setterMethodName" : "setIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ids", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ids", "variableType" : "java.util.List", "documentation" : "

                                      An array of IDs for related blocks. You can get the type of the relationship from the Type element.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Ids" : { "beanStyleGetterMethodName" : "getIds", "beanStyleSetterMethodName" : "setIds", "c2jName" : "Ids", "c2jShape" : "IdList", "defaultConsumerFluentSetterDocumentation" : "

                                      An array of IDs for related blocks. You can get the type of the relationship from the Type element.

                                      \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 #ids(List)}.\n@param ids 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 #ids(List)", "deprecated" : false, "documentation" : "

                                      An array of IDs for related blocks. You can get the type of the relationship from the Type element.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ids", "fluentSetterDocumentation" : "

                                      An array of IDs for related blocks. You can get the type of the relationship from the Type element.

                                      \n@param ids An array of IDs for related blocks. You can get the type of the relationship from the Type element.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ids", "getterDocumentation" : "

                                      An array of IDs for related blocks. You can get the type of the relationship from the Type element.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return An array of IDs for related blocks. You can get the type of the relationship from the Type element.", "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" : "Ids", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Ids", "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" : "NonEmptyString", "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 #member(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" : 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" : "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.", "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" : "Ids", "sensitive" : false, "setterDocumentation" : "

                                      An array of IDs for related blocks. You can get the type of the relationship from the Type element.

                                      \n@param ids An array of IDs for related blocks. You can get the type of the relationship from the Type element.", "setterMethodName" : "setIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ids", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ids", "variableType" : "java.util.List", "documentation" : "

                                      An array of IDs for related blocks. You can get the type of the relationship from the Type element.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "RelationshipType", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.

                                      \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 #typeAsString(String)}.\n@param type 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 #type(String)", "deprecated" : false, "documentation" : "

                                      The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.

                                      ", "endpointDiscoveryId" : false, "enumType" : "RelationshipType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                      The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.

                                      \n@param type The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.\n@see RelationshipType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RelationshipType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                      The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link RelationshipType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                      \n@return The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.\n@see RelationshipType", "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" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                      The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.

                                      \n@param type The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.\n@see RelationshipType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                      The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTypeAsString", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "RelationshipType", "defaultConsumerFluentSetterDocumentation" : "

                                      The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.

                                      \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 #typeAsString(String)}.\n@param type 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 #type(String)", "deprecated" : false, "documentation" : "

                                      The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.

                                      ", "endpointDiscoveryId" : false, "enumType" : "RelationshipType", "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : "type", "fluentEnumSetterMethodName" : "type", "fluentGetterMethodName" : "typeAsString", "fluentSetterDocumentation" : "

                                      The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.

                                      \n@param type The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.\n@see RelationshipType\n@return Returns a reference to this object so that method calls can be chained together.\n@see RelationshipType", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                      The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.

                                      \n

                                      \nIf the service returns an enum value that is not available in the current SDK version, {@link #type} will return {@link RelationshipType#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #typeAsString}.\n

                                      \n@return The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.\n@see RelationshipType", "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" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Type", "sensitive" : false, "setterDocumentation" : "

                                      The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.

                                      \n@param type The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.\n@see RelationshipType", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                      The type of relationship that the blocks in the IDs array have with the current block. The relationship can be VALUE or CHILD.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getIds", "beanStyleSetterMethodName" : "setIds", "c2jName" : "Ids", "c2jShape" : "IdList", "defaultConsumerFluentSetterDocumentation" : "

                                      An array of IDs for related blocks. You can get the type of the relationship from the Type element.

                                      \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 #ids(List)}.\n@param ids 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 #ids(List)", "deprecated" : false, "documentation" : "

                                      An array of IDs for related blocks. You can get the type of the relationship from the Type element.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ids", "fluentSetterDocumentation" : "

                                      An array of IDs for related blocks. You can get the type of the relationship from the Type element.

                                      \n@param ids An array of IDs for related blocks. You can get the type of the relationship from the Type element.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ids", "getterDocumentation" : "

                                      An array of IDs for related blocks. You can get the type of the relationship from the Type element.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return An array of IDs for related blocks. You can get the type of the relationship from the Type element.", "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" : "Ids", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Ids", "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" : "NonEmptyString", "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 #member(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" : 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" : "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.", "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" : "Ids", "sensitive" : false, "setterDocumentation" : "

                                      An array of IDs for related blocks. You can get the type of the relationship from the Type element.

                                      \n@param ids An array of IDs for related blocks. You can get the type of the relationship from the Type element.", "setterMethodName" : "setIds", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "ids", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "ids", "variableType" : "java.util.List", "documentation" : "

                                      An array of IDs for related blocks. You can get the type of the relationship from the Type element.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Relationship", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Relationship", "variableName" : "relationship", "variableType" : "Relationship", "documentation" : null, "simpleType" : "Relationship", "variableSetterType" : "Relationship" }, "wrapper" : false }, "RelationshipType" : { "c2jName" : "RelationshipType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : [ { "name" : "VALUE", "value" : "VALUE" }, { "name" : "CHILD", "value" : "CHILD" } ], "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" : "RelationshipType", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "RelationshipType", "variableName" : "relationshipType", "variableType" : "RelationshipType", "documentation" : null, "simpleType" : "RelationshipType", "variableSetterType" : "RelationshipType" }, "wrapper" : false }, "S3Object" : { "c2jName" : "S3Object", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      The S3 bucket name and file name that identifies the document.

                                      The AWS Region for the S3 bucket that contains the document must match the Region that you use for Amazon Textract operations.

                                      For Amazon Textract to process a file in an S3 bucket, the user must have permission to access the S3 bucket and file.

                                      ", "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" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "Bucket", "c2jShape" : "S3Bucket", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the S3 bucket.

                                      \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 #bucket(String)}.\n@param bucket 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 #bucket(String)", "deprecated" : false, "documentation" : "

                                      The name of the S3 bucket.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

                                      The name of the S3 bucket.

                                      \n@param bucket The name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

                                      The name of the S3 bucket.

                                      \n@return The name of the S3 bucket.", "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" : "Bucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

                                      The name of the S3 bucket.

                                      \n@param bucket The name of the S3 bucket.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

                                      The name of the S3 bucket.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "S3ObjectName", "defaultConsumerFluentSetterDocumentation" : "

                                      The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.

                                      \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 #name(String)}.\n@param name 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 #name(String)", "deprecated" : false, "documentation" : "

                                      The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.

                                      \n@param name The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.

                                      \n@return The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.", "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" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                      The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.

                                      \n@param name The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                      The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVersion", "beanStyleSetterMethodName" : "setVersion", "c2jName" : "Version", "c2jShape" : "S3ObjectVersion", "defaultConsumerFluentSetterDocumentation" : "

                                      If the bucket has versioning enabled, you can specify the object version.

                                      \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 #version(String)}.\n@param version 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 #version(String)", "deprecated" : false, "documentation" : "

                                      If the bucket has versioning enabled, you can specify the object version.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "version", "fluentSetterDocumentation" : "

                                      If the bucket has versioning enabled, you can specify the object version.

                                      \n@param version If the bucket has versioning enabled, you can specify the object version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "version", "getterDocumentation" : "

                                      If the bucket has versioning enabled, you can specify the object version.

                                      \n@return If the bucket has versioning enabled, you can specify the object version.", "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" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Version", "sensitive" : false, "setterDocumentation" : "

                                      If the bucket has versioning enabled, you can specify the object version.

                                      \n@param version If the bucket has versioning enabled, you can specify the object version.", "setterMethodName" : "setVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

                                      If the bucket has versioning enabled, you can specify the object version.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Bucket" : { "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "Bucket", "c2jShape" : "S3Bucket", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the S3 bucket.

                                      \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 #bucket(String)}.\n@param bucket 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 #bucket(String)", "deprecated" : false, "documentation" : "

                                      The name of the S3 bucket.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

                                      The name of the S3 bucket.

                                      \n@param bucket The name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

                                      The name of the S3 bucket.

                                      \n@return The name of the S3 bucket.", "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" : "Bucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

                                      The name of the S3 bucket.

                                      \n@param bucket The name of the S3 bucket.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

                                      The name of the S3 bucket.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "S3ObjectName", "defaultConsumerFluentSetterDocumentation" : "

                                      The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.

                                      \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 #name(String)}.\n@param name 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 #name(String)", "deprecated" : false, "documentation" : "

                                      The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.

                                      \n@param name The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.

                                      \n@return The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.", "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" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                      The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.

                                      \n@param name The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                      The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Version" : { "beanStyleGetterMethodName" : "getVersion", "beanStyleSetterMethodName" : "setVersion", "c2jName" : "Version", "c2jShape" : "S3ObjectVersion", "defaultConsumerFluentSetterDocumentation" : "

                                      If the bucket has versioning enabled, you can specify the object version.

                                      \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 #version(String)}.\n@param version 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 #version(String)", "deprecated" : false, "documentation" : "

                                      If the bucket has versioning enabled, you can specify the object version.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "version", "fluentSetterDocumentation" : "

                                      If the bucket has versioning enabled, you can specify the object version.

                                      \n@param version If the bucket has versioning enabled, you can specify the object version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "version", "getterDocumentation" : "

                                      If the bucket has versioning enabled, you can specify the object version.

                                      \n@return If the bucket has versioning enabled, you can specify the object version.", "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" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Version", "sensitive" : false, "setterDocumentation" : "

                                      If the bucket has versioning enabled, you can specify the object version.

                                      \n@param version If the bucket has versioning enabled, you can specify the object version.", "setterMethodName" : "setVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

                                      If the bucket has versioning enabled, you can specify the object version.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "Bucket", "c2jShape" : "S3Bucket", "defaultConsumerFluentSetterDocumentation" : "

                                      The name of the S3 bucket.

                                      \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 #bucket(String)}.\n@param bucket 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 #bucket(String)", "deprecated" : false, "documentation" : "

                                      The name of the S3 bucket.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

                                      The name of the S3 bucket.

                                      \n@param bucket The name of the S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

                                      The name of the S3 bucket.

                                      \n@return The name of the S3 bucket.", "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" : "Bucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Bucket", "sensitive" : false, "setterDocumentation" : "

                                      The name of the S3 bucket.

                                      \n@param bucket The name of the S3 bucket.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

                                      The name of the S3 bucket.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "S3ObjectName", "defaultConsumerFluentSetterDocumentation" : "

                                      The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.

                                      \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 #name(String)}.\n@param name 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 #name(String)", "deprecated" : false, "documentation" : "

                                      The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                      The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.

                                      \n@param name The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                      The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.

                                      \n@return The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.", "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" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Name", "sensitive" : false, "setterDocumentation" : "

                                      The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.

                                      \n@param name The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.", "setterMethodName" : "setName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

                                      The file name of the input document. It must be an image file (.JPG or .PNG format). Asynchronous operations also support PDF files.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVersion", "beanStyleSetterMethodName" : "setVersion", "c2jName" : "Version", "c2jShape" : "S3ObjectVersion", "defaultConsumerFluentSetterDocumentation" : "

                                      If the bucket has versioning enabled, you can specify the object version.

                                      \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 #version(String)}.\n@param version 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 #version(String)", "deprecated" : false, "documentation" : "

                                      If the bucket has versioning enabled, you can specify the object version.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "version", "fluentSetterDocumentation" : "

                                      If the bucket has versioning enabled, you can specify the object version.

                                      \n@param version If the bucket has versioning enabled, you can specify the object version.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "version", "getterDocumentation" : "

                                      If the bucket has versioning enabled, you can specify the object version.

                                      \n@return If the bucket has versioning enabled, you can specify the object version.", "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" : "Version", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Version", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Version", "sensitive" : false, "setterDocumentation" : "

                                      If the bucket has versioning enabled, you can specify the object version.

                                      \n@param version If the bucket has versioning enabled, you can specify the object version.", "setterMethodName" : "setVersion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "version", "variableType" : "String", "documentation" : "

                                      If the bucket has versioning enabled, you can specify the object version.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "S3Object", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "S3Object", "variableName" : "s3Object", "variableType" : "S3Object", "documentation" : null, "simpleType" : "S3Object", "variableSetterType" : "S3Object" }, "wrapper" : false }, "StartDocumentAnalysisRequest" : { "c2jName" : "StartDocumentAnalysisRequest", "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" : "StartDocumentAnalysis", "locationName" : null, "requestUri" : "/", "target" : "Textract.StartDocumentAnalysis", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDocumentLocation", "beanStyleSetterMethodName" : "setDocumentLocation", "c2jName" : "DocumentLocation", "c2jShape" : "DocumentLocation", "defaultConsumerFluentSetterDocumentation" : "

                                      The location of the document to be processed.

                                      \nThis is a convenience that creates an instance of the {@link DocumentLocation.Builder} avoiding the need to create one manually via {@link DocumentLocation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DocumentLocation.Builder#build()} is called immediately and its result is passed to {@link #documentLocation(DocumentLocation)}.\n@param documentLocation a consumer that will call methods on {@link DocumentLocation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #documentLocation(DocumentLocation)", "deprecated" : false, "documentation" : "

                                      The location of the document to be processed.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "documentLocation", "fluentSetterDocumentation" : "

                                      The location of the document to be processed.

                                      \n@param documentLocation The location of the document to be processed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "documentLocation", "getterDocumentation" : "

                                      The location of the document to be processed.

                                      \n@return The location of the document to be processed.", "getterModel" : { "returnType" : "DocumentLocation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DocumentLocation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DocumentLocation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DocumentLocation", "sensitive" : false, "setterDocumentation" : "

                                      The location of the document to be processed.

                                      \n@param documentLocation The location of the document to be processed.", "setterMethodName" : "setDocumentLocation", "setterModel" : { "variableDeclarationType" : "DocumentLocation", "variableName" : "documentLocation", "variableType" : "DocumentLocation", "documentation" : null, "simpleType" : "DocumentLocation", "variableSetterType" : "DocumentLocation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DocumentLocation", "variableName" : "documentLocation", "variableType" : "DocumentLocation", "documentation" : "

                                      The location of the document to be processed.

                                      ", "simpleType" : "DocumentLocation", "variableSetterType" : "DocumentLocation" }, "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 that are 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 that are 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 that are 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 that are 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 that are 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 that are 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 that are 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 that are 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 that are 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 }, { "beanStyleGetterMethodName" : "getClientRequestToken", "beanStyleSetterMethodName" : "setClientRequestToken", "c2jName" : "ClientRequestToken", "c2jShape" : "ClientRequestToken", "defaultConsumerFluentSetterDocumentation" : "

                                      The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \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 #clientRequestToken(String)}.\n@param clientRequestToken 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 #clientRequestToken(String)", "deprecated" : false, "documentation" : "

                                      The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clientRequestToken", "fluentSetterDocumentation" : "

                                      The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \n@param clientRequestToken The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientRequestToken", "getterDocumentation" : "

                                      The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \n@return The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.", "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" : "ClientRequestToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ClientRequestToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientRequestToken", "sensitive" : false, "setterDocumentation" : "

                                      The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \n@param clientRequestToken The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.", "setterMethodName" : "setClientRequestToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientRequestToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientRequestToken", "variableType" : "String", "documentation" : "

                                      The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getJobTag", "beanStyleSetterMethodName" : "setJobTag", "c2jName" : "JobTag", "c2jShape" : "JobTag", "defaultConsumerFluentSetterDocumentation" : "

                                      The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.

                                      \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 #jobTag(String)}.\n@param jobTag 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 #jobTag(String)", "deprecated" : false, "documentation" : "

                                      The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobTag", "fluentSetterDocumentation" : "

                                      The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.

                                      \n@param jobTag The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobTag", "getterDocumentation" : "

                                      The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.

                                      \n@return The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.", "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" : "JobTag", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobTag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobTag", "sensitive" : false, "setterDocumentation" : "

                                      The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.

                                      \n@param jobTag The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.", "setterMethodName" : "setJobTag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobTag", "variableType" : "String", "documentation" : "

                                      The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationChannel", "beanStyleSetterMethodName" : "setNotificationChannel", "c2jName" : "NotificationChannel", "c2jShape" : "NotificationChannel", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \nThis is a convenience that creates an instance of the {@link NotificationChannel.Builder} avoiding the need to create one manually via {@link NotificationChannel#builder()}.\n\nWhen the {@link Consumer} completes, {@link NotificationChannel.Builder#build()} is called immediately and its result is passed to {@link #notificationChannel(NotificationChannel)}.\n@param notificationChannel a consumer that will call methods on {@link NotificationChannel.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationChannel(NotificationChannel)", "deprecated" : false, "documentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationChannel", "fluentSetterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \n@param notificationChannel The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationChannel", "getterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \n@return The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.", "getterModel" : { "returnType" : "NotificationChannel", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationChannel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationChannel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NotificationChannel", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \n@param notificationChannel The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.", "setterMethodName" : "setNotificationChannel", "setterModel" : { "variableDeclarationType" : "NotificationChannel", "variableName" : "notificationChannel", "variableType" : "NotificationChannel", "documentation" : null, "simpleType" : "NotificationChannel", "variableSetterType" : "NotificationChannel" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NotificationChannel", "variableName" : "notificationChannel", "variableType" : "NotificationChannel", "documentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      ", "simpleType" : "NotificationChannel", "variableSetterType" : "NotificationChannel" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ClientRequestToken" : { "beanStyleGetterMethodName" : "getClientRequestToken", "beanStyleSetterMethodName" : "setClientRequestToken", "c2jName" : "ClientRequestToken", "c2jShape" : "ClientRequestToken", "defaultConsumerFluentSetterDocumentation" : "

                                      The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \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 #clientRequestToken(String)}.\n@param clientRequestToken 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 #clientRequestToken(String)", "deprecated" : false, "documentation" : "

                                      The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clientRequestToken", "fluentSetterDocumentation" : "

                                      The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \n@param clientRequestToken The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientRequestToken", "getterDocumentation" : "

                                      The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \n@return The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.", "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" : "ClientRequestToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ClientRequestToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientRequestToken", "sensitive" : false, "setterDocumentation" : "

                                      The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \n@param clientRequestToken The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.", "setterMethodName" : "setClientRequestToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientRequestToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientRequestToken", "variableType" : "String", "documentation" : "

                                      The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DocumentLocation" : { "beanStyleGetterMethodName" : "getDocumentLocation", "beanStyleSetterMethodName" : "setDocumentLocation", "c2jName" : "DocumentLocation", "c2jShape" : "DocumentLocation", "defaultConsumerFluentSetterDocumentation" : "

                                      The location of the document to be processed.

                                      \nThis is a convenience that creates an instance of the {@link DocumentLocation.Builder} avoiding the need to create one manually via {@link DocumentLocation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DocumentLocation.Builder#build()} is called immediately and its result is passed to {@link #documentLocation(DocumentLocation)}.\n@param documentLocation a consumer that will call methods on {@link DocumentLocation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #documentLocation(DocumentLocation)", "deprecated" : false, "documentation" : "

                                      The location of the document to be processed.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "documentLocation", "fluentSetterDocumentation" : "

                                      The location of the document to be processed.

                                      \n@param documentLocation The location of the document to be processed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "documentLocation", "getterDocumentation" : "

                                      The location of the document to be processed.

                                      \n@return The location of the document to be processed.", "getterModel" : { "returnType" : "DocumentLocation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DocumentLocation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DocumentLocation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DocumentLocation", "sensitive" : false, "setterDocumentation" : "

                                      The location of the document to be processed.

                                      \n@param documentLocation The location of the document to be processed.", "setterMethodName" : "setDocumentLocation", "setterModel" : { "variableDeclarationType" : "DocumentLocation", "variableName" : "documentLocation", "variableType" : "DocumentLocation", "documentation" : null, "simpleType" : "DocumentLocation", "variableSetterType" : "DocumentLocation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DocumentLocation", "variableName" : "documentLocation", "variableType" : "DocumentLocation", "documentation" : "

                                      The location of the document to be processed.

                                      ", "simpleType" : "DocumentLocation", "variableSetterType" : "DocumentLocation" }, "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 that are 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 that are 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 that are 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 that are 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 that are 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 that are 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 that are 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 that are 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 that are 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 }, "JobTag" : { "beanStyleGetterMethodName" : "getJobTag", "beanStyleSetterMethodName" : "setJobTag", "c2jName" : "JobTag", "c2jShape" : "JobTag", "defaultConsumerFluentSetterDocumentation" : "

                                      The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.

                                      \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 #jobTag(String)}.\n@param jobTag 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 #jobTag(String)", "deprecated" : false, "documentation" : "

                                      The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobTag", "fluentSetterDocumentation" : "

                                      The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.

                                      \n@param jobTag The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobTag", "getterDocumentation" : "

                                      The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.

                                      \n@return The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.", "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" : "JobTag", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobTag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobTag", "sensitive" : false, "setterDocumentation" : "

                                      The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.

                                      \n@param jobTag The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.", "setterMethodName" : "setJobTag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobTag", "variableType" : "String", "documentation" : "

                                      The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NotificationChannel" : { "beanStyleGetterMethodName" : "getNotificationChannel", "beanStyleSetterMethodName" : "setNotificationChannel", "c2jName" : "NotificationChannel", "c2jShape" : "NotificationChannel", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \nThis is a convenience that creates an instance of the {@link NotificationChannel.Builder} avoiding the need to create one manually via {@link NotificationChannel#builder()}.\n\nWhen the {@link Consumer} completes, {@link NotificationChannel.Builder#build()} is called immediately and its result is passed to {@link #notificationChannel(NotificationChannel)}.\n@param notificationChannel a consumer that will call methods on {@link NotificationChannel.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationChannel(NotificationChannel)", "deprecated" : false, "documentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationChannel", "fluentSetterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \n@param notificationChannel The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationChannel", "getterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \n@return The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.", "getterModel" : { "returnType" : "NotificationChannel", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationChannel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationChannel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NotificationChannel", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \n@param notificationChannel The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.", "setterMethodName" : "setNotificationChannel", "setterModel" : { "variableDeclarationType" : "NotificationChannel", "variableName" : "notificationChannel", "variableType" : "NotificationChannel", "documentation" : null, "simpleType" : "NotificationChannel", "variableSetterType" : "NotificationChannel" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NotificationChannel", "variableName" : "notificationChannel", "variableType" : "NotificationChannel", "documentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      ", "simpleType" : "NotificationChannel", "variableSetterType" : "NotificationChannel" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDocumentLocation", "beanStyleSetterMethodName" : "setDocumentLocation", "c2jName" : "DocumentLocation", "c2jShape" : "DocumentLocation", "defaultConsumerFluentSetterDocumentation" : "

                                      The location of the document to be processed.

                                      \nThis is a convenience that creates an instance of the {@link DocumentLocation.Builder} avoiding the need to create one manually via {@link DocumentLocation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DocumentLocation.Builder#build()} is called immediately and its result is passed to {@link #documentLocation(DocumentLocation)}.\n@param documentLocation a consumer that will call methods on {@link DocumentLocation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #documentLocation(DocumentLocation)", "deprecated" : false, "documentation" : "

                                      The location of the document to be processed.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "documentLocation", "fluentSetterDocumentation" : "

                                      The location of the document to be processed.

                                      \n@param documentLocation The location of the document to be processed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "documentLocation", "getterDocumentation" : "

                                      The location of the document to be processed.

                                      \n@return The location of the document to be processed.", "getterModel" : { "returnType" : "DocumentLocation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DocumentLocation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DocumentLocation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DocumentLocation", "sensitive" : false, "setterDocumentation" : "

                                      The location of the document to be processed.

                                      \n@param documentLocation The location of the document to be processed.", "setterMethodName" : "setDocumentLocation", "setterModel" : { "variableDeclarationType" : "DocumentLocation", "variableName" : "documentLocation", "variableType" : "DocumentLocation", "documentation" : null, "simpleType" : "DocumentLocation", "variableSetterType" : "DocumentLocation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DocumentLocation", "variableName" : "documentLocation", "variableType" : "DocumentLocation", "documentation" : "

                                      The location of the document to be processed.

                                      ", "simpleType" : "DocumentLocation", "variableSetterType" : "DocumentLocation" }, "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 that are 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 that are 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 that are 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 that are 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 that are 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 that are 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 that are 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 that are 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 that are 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 }, { "beanStyleGetterMethodName" : "getClientRequestToken", "beanStyleSetterMethodName" : "setClientRequestToken", "c2jName" : "ClientRequestToken", "c2jShape" : "ClientRequestToken", "defaultConsumerFluentSetterDocumentation" : "

                                      The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \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 #clientRequestToken(String)}.\n@param clientRequestToken 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 #clientRequestToken(String)", "deprecated" : false, "documentation" : "

                                      The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clientRequestToken", "fluentSetterDocumentation" : "

                                      The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \n@param clientRequestToken The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientRequestToken", "getterDocumentation" : "

                                      The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \n@return The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.", "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" : "ClientRequestToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ClientRequestToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientRequestToken", "sensitive" : false, "setterDocumentation" : "

                                      The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \n@param clientRequestToken The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.", "setterMethodName" : "setClientRequestToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientRequestToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientRequestToken", "variableType" : "String", "documentation" : "

                                      The idempotent token that you use to identify the start request. If you use the same token with multiple StartDocumentAnalysis requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getJobTag", "beanStyleSetterMethodName" : "setJobTag", "c2jName" : "JobTag", "c2jShape" : "JobTag", "defaultConsumerFluentSetterDocumentation" : "

                                      The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.

                                      \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 #jobTag(String)}.\n@param jobTag 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 #jobTag(String)", "deprecated" : false, "documentation" : "

                                      The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobTag", "fluentSetterDocumentation" : "

                                      The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.

                                      \n@param jobTag The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobTag", "getterDocumentation" : "

                                      The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.

                                      \n@return The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.", "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" : "JobTag", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobTag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobTag", "sensitive" : false, "setterDocumentation" : "

                                      The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.

                                      \n@param jobTag The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.", "setterMethodName" : "setJobTag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobTag", "variableType" : "String", "documentation" : "

                                      The unique identifier you specify to identify the job in the completion status that's published to the Amazon SNS topic.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationChannel", "beanStyleSetterMethodName" : "setNotificationChannel", "c2jName" : "NotificationChannel", "c2jShape" : "NotificationChannel", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \nThis is a convenience that creates an instance of the {@link NotificationChannel.Builder} avoiding the need to create one manually via {@link NotificationChannel#builder()}.\n\nWhen the {@link Consumer} completes, {@link NotificationChannel.Builder#build()} is called immediately and its result is passed to {@link #notificationChannel(NotificationChannel)}.\n@param notificationChannel a consumer that will call methods on {@link NotificationChannel.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationChannel(NotificationChannel)", "deprecated" : false, "documentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationChannel", "fluentSetterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \n@param notificationChannel The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationChannel", "getterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \n@return The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.", "getterModel" : { "returnType" : "NotificationChannel", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationChannel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationChannel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NotificationChannel", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \n@param notificationChannel The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.", "setterMethodName" : "setNotificationChannel", "setterModel" : { "variableDeclarationType" : "NotificationChannel", "variableName" : "notificationChannel", "variableType" : "NotificationChannel", "documentation" : null, "simpleType" : "NotificationChannel", "variableSetterType" : "NotificationChannel" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NotificationChannel", "variableName" : "notificationChannel", "variableType" : "NotificationChannel", "documentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      ", "simpleType" : "NotificationChannel", "variableSetterType" : "NotificationChannel" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DocumentLocation", "FeatureTypes" ], "shapeName" : "StartDocumentAnalysisRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartDocumentAnalysisRequest", "variableName" : "startDocumentAnalysisRequest", "variableType" : "StartDocumentAnalysisRequest", "documentation" : null, "simpleType" : "StartDocumentAnalysisRequest", "variableSetterType" : "StartDocumentAnalysisRequest" }, "wrapper" : false }, "StartDocumentAnalysisResponse" : { "c2jName" : "StartDocumentAnalysisResponse", "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" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.

                                      \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 #jobId(String)}.\n@param jobId 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 #jobId(String)", "deprecated" : false, "documentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.

                                      \n@param jobId The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.

                                      \n@return The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.", "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" : "JobId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.

                                      \n@param jobId The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "JobId" : { "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.

                                      \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 #jobId(String)}.\n@param jobId 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 #jobId(String)", "deprecated" : false, "documentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.

                                      \n@param jobId The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.

                                      \n@return The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.", "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" : "JobId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.

                                      \n@param jobId The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.

                                      \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 #jobId(String)}.\n@param jobId 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 #jobId(String)", "deprecated" : false, "documentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.

                                      \n@param jobId The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.

                                      \n@return The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.", "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" : "JobId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.

                                      \n@param jobId The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StartDocumentAnalysisResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartDocumentAnalysisResponse", "variableName" : "startDocumentAnalysisResponse", "variableType" : "StartDocumentAnalysisResponse", "documentation" : null, "simpleType" : "StartDocumentAnalysisResponse", "variableSetterType" : "StartDocumentAnalysisResponse" }, "wrapper" : false }, "StartDocumentTextDetectionRequest" : { "c2jName" : "StartDocumentTextDetectionRequest", "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" : "StartDocumentTextDetection", "locationName" : null, "requestUri" : "/", "target" : "Textract.StartDocumentTextDetection", "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getDocumentLocation", "beanStyleSetterMethodName" : "setDocumentLocation", "c2jName" : "DocumentLocation", "c2jShape" : "DocumentLocation", "defaultConsumerFluentSetterDocumentation" : "

                                      The location of the document to be processed.

                                      \nThis is a convenience that creates an instance of the {@link DocumentLocation.Builder} avoiding the need to create one manually via {@link DocumentLocation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DocumentLocation.Builder#build()} is called immediately and its result is passed to {@link #documentLocation(DocumentLocation)}.\n@param documentLocation a consumer that will call methods on {@link DocumentLocation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #documentLocation(DocumentLocation)", "deprecated" : false, "documentation" : "

                                      The location of the document to be processed.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "documentLocation", "fluentSetterDocumentation" : "

                                      The location of the document to be processed.

                                      \n@param documentLocation The location of the document to be processed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "documentLocation", "getterDocumentation" : "

                                      The location of the document to be processed.

                                      \n@return The location of the document to be processed.", "getterModel" : { "returnType" : "DocumentLocation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DocumentLocation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DocumentLocation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DocumentLocation", "sensitive" : false, "setterDocumentation" : "

                                      The location of the document to be processed.

                                      \n@param documentLocation The location of the document to be processed.", "setterMethodName" : "setDocumentLocation", "setterModel" : { "variableDeclarationType" : "DocumentLocation", "variableName" : "documentLocation", "variableType" : "DocumentLocation", "documentation" : null, "simpleType" : "DocumentLocation", "variableSetterType" : "DocumentLocation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DocumentLocation", "variableName" : "documentLocation", "variableType" : "DocumentLocation", "documentation" : "

                                      The location of the document to be processed.

                                      ", "simpleType" : "DocumentLocation", "variableSetterType" : "DocumentLocation" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getClientRequestToken", "beanStyleSetterMethodName" : "setClientRequestToken", "c2jName" : "ClientRequestToken", "c2jShape" : "ClientRequestToken", "defaultConsumerFluentSetterDocumentation" : "

                                      The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \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 #clientRequestToken(String)}.\n@param clientRequestToken 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 #clientRequestToken(String)", "deprecated" : false, "documentation" : "

                                      The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clientRequestToken", "fluentSetterDocumentation" : "

                                      The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \n@param clientRequestToken The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientRequestToken", "getterDocumentation" : "

                                      The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \n@return The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.", "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" : "ClientRequestToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ClientRequestToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientRequestToken", "sensitive" : false, "setterDocumentation" : "

                                      The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \n@param clientRequestToken The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.", "setterMethodName" : "setClientRequestToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientRequestToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientRequestToken", "variableType" : "String", "documentation" : "

                                      The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getJobTag", "beanStyleSetterMethodName" : "setJobTag", "c2jName" : "JobTag", "c2jShape" : "JobTag", "defaultConsumerFluentSetterDocumentation" : "

                                      A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.

                                      \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 #jobTag(String)}.\n@param jobTag 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 #jobTag(String)", "deprecated" : false, "documentation" : "

                                      A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobTag", "fluentSetterDocumentation" : "

                                      A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.

                                      \n@param jobTag A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobTag", "getterDocumentation" : "

                                      A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.

                                      \n@return A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.", "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" : "JobTag", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobTag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobTag", "sensitive" : false, "setterDocumentation" : "

                                      A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.

                                      \n@param jobTag A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.", "setterMethodName" : "setJobTag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobTag", "variableType" : "String", "documentation" : "

                                      A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationChannel", "beanStyleSetterMethodName" : "setNotificationChannel", "c2jName" : "NotificationChannel", "c2jShape" : "NotificationChannel", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \nThis is a convenience that creates an instance of the {@link NotificationChannel.Builder} avoiding the need to create one manually via {@link NotificationChannel#builder()}.\n\nWhen the {@link Consumer} completes, {@link NotificationChannel.Builder#build()} is called immediately and its result is passed to {@link #notificationChannel(NotificationChannel)}.\n@param notificationChannel a consumer that will call methods on {@link NotificationChannel.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationChannel(NotificationChannel)", "deprecated" : false, "documentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationChannel", "fluentSetterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \n@param notificationChannel The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationChannel", "getterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \n@return The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.", "getterModel" : { "returnType" : "NotificationChannel", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationChannel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationChannel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NotificationChannel", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \n@param notificationChannel The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.", "setterMethodName" : "setNotificationChannel", "setterModel" : { "variableDeclarationType" : "NotificationChannel", "variableName" : "notificationChannel", "variableType" : "NotificationChannel", "documentation" : null, "simpleType" : "NotificationChannel", "variableSetterType" : "NotificationChannel" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NotificationChannel", "variableName" : "notificationChannel", "variableType" : "NotificationChannel", "documentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      ", "simpleType" : "NotificationChannel", "variableSetterType" : "NotificationChannel" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ClientRequestToken" : { "beanStyleGetterMethodName" : "getClientRequestToken", "beanStyleSetterMethodName" : "setClientRequestToken", "c2jName" : "ClientRequestToken", "c2jShape" : "ClientRequestToken", "defaultConsumerFluentSetterDocumentation" : "

                                      The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \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 #clientRequestToken(String)}.\n@param clientRequestToken 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 #clientRequestToken(String)", "deprecated" : false, "documentation" : "

                                      The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clientRequestToken", "fluentSetterDocumentation" : "

                                      The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \n@param clientRequestToken The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientRequestToken", "getterDocumentation" : "

                                      The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \n@return The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.", "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" : "ClientRequestToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ClientRequestToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientRequestToken", "sensitive" : false, "setterDocumentation" : "

                                      The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \n@param clientRequestToken The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.", "setterMethodName" : "setClientRequestToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientRequestToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientRequestToken", "variableType" : "String", "documentation" : "

                                      The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DocumentLocation" : { "beanStyleGetterMethodName" : "getDocumentLocation", "beanStyleSetterMethodName" : "setDocumentLocation", "c2jName" : "DocumentLocation", "c2jShape" : "DocumentLocation", "defaultConsumerFluentSetterDocumentation" : "

                                      The location of the document to be processed.

                                      \nThis is a convenience that creates an instance of the {@link DocumentLocation.Builder} avoiding the need to create one manually via {@link DocumentLocation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DocumentLocation.Builder#build()} is called immediately and its result is passed to {@link #documentLocation(DocumentLocation)}.\n@param documentLocation a consumer that will call methods on {@link DocumentLocation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #documentLocation(DocumentLocation)", "deprecated" : false, "documentation" : "

                                      The location of the document to be processed.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "documentLocation", "fluentSetterDocumentation" : "

                                      The location of the document to be processed.

                                      \n@param documentLocation The location of the document to be processed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "documentLocation", "getterDocumentation" : "

                                      The location of the document to be processed.

                                      \n@return The location of the document to be processed.", "getterModel" : { "returnType" : "DocumentLocation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DocumentLocation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DocumentLocation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DocumentLocation", "sensitive" : false, "setterDocumentation" : "

                                      The location of the document to be processed.

                                      \n@param documentLocation The location of the document to be processed.", "setterMethodName" : "setDocumentLocation", "setterModel" : { "variableDeclarationType" : "DocumentLocation", "variableName" : "documentLocation", "variableType" : "DocumentLocation", "documentation" : null, "simpleType" : "DocumentLocation", "variableSetterType" : "DocumentLocation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DocumentLocation", "variableName" : "documentLocation", "variableType" : "DocumentLocation", "documentation" : "

                                      The location of the document to be processed.

                                      ", "simpleType" : "DocumentLocation", "variableSetterType" : "DocumentLocation" }, "xmlNameSpaceUri" : null }, "JobTag" : { "beanStyleGetterMethodName" : "getJobTag", "beanStyleSetterMethodName" : "setJobTag", "c2jName" : "JobTag", "c2jShape" : "JobTag", "defaultConsumerFluentSetterDocumentation" : "

                                      A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.

                                      \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 #jobTag(String)}.\n@param jobTag 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 #jobTag(String)", "deprecated" : false, "documentation" : "

                                      A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobTag", "fluentSetterDocumentation" : "

                                      A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.

                                      \n@param jobTag A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobTag", "getterDocumentation" : "

                                      A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.

                                      \n@return A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.", "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" : "JobTag", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobTag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobTag", "sensitive" : false, "setterDocumentation" : "

                                      A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.

                                      \n@param jobTag A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.", "setterMethodName" : "setJobTag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobTag", "variableType" : "String", "documentation" : "

                                      A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "NotificationChannel" : { "beanStyleGetterMethodName" : "getNotificationChannel", "beanStyleSetterMethodName" : "setNotificationChannel", "c2jName" : "NotificationChannel", "c2jShape" : "NotificationChannel", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \nThis is a convenience that creates an instance of the {@link NotificationChannel.Builder} avoiding the need to create one manually via {@link NotificationChannel#builder()}.\n\nWhen the {@link Consumer} completes, {@link NotificationChannel.Builder#build()} is called immediately and its result is passed to {@link #notificationChannel(NotificationChannel)}.\n@param notificationChannel a consumer that will call methods on {@link NotificationChannel.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationChannel(NotificationChannel)", "deprecated" : false, "documentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationChannel", "fluentSetterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \n@param notificationChannel The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationChannel", "getterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \n@return The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.", "getterModel" : { "returnType" : "NotificationChannel", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationChannel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationChannel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NotificationChannel", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \n@param notificationChannel The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.", "setterMethodName" : "setNotificationChannel", "setterModel" : { "variableDeclarationType" : "NotificationChannel", "variableName" : "notificationChannel", "variableType" : "NotificationChannel", "documentation" : null, "simpleType" : "NotificationChannel", "variableSetterType" : "NotificationChannel" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NotificationChannel", "variableName" : "notificationChannel", "variableType" : "NotificationChannel", "documentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      ", "simpleType" : "NotificationChannel", "variableSetterType" : "NotificationChannel" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getDocumentLocation", "beanStyleSetterMethodName" : "setDocumentLocation", "c2jName" : "DocumentLocation", "c2jShape" : "DocumentLocation", "defaultConsumerFluentSetterDocumentation" : "

                                      The location of the document to be processed.

                                      \nThis is a convenience that creates an instance of the {@link DocumentLocation.Builder} avoiding the need to create one manually via {@link DocumentLocation#builder()}.\n\nWhen the {@link Consumer} completes, {@link DocumentLocation.Builder#build()} is called immediately and its result is passed to {@link #documentLocation(DocumentLocation)}.\n@param documentLocation a consumer that will call methods on {@link DocumentLocation.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #documentLocation(DocumentLocation)", "deprecated" : false, "documentation" : "

                                      The location of the document to be processed.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "documentLocation", "fluentSetterDocumentation" : "

                                      The location of the document to be processed.

                                      \n@param documentLocation The location of the document to be processed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "documentLocation", "getterDocumentation" : "

                                      The location of the document to be processed.

                                      \n@return The location of the document to be processed.", "getterModel" : { "returnType" : "DocumentLocation", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DocumentLocation", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DocumentLocation", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "DocumentLocation", "sensitive" : false, "setterDocumentation" : "

                                      The location of the document to be processed.

                                      \n@param documentLocation The location of the document to be processed.", "setterMethodName" : "setDocumentLocation", "setterModel" : { "variableDeclarationType" : "DocumentLocation", "variableName" : "documentLocation", "variableType" : "DocumentLocation", "documentation" : null, "simpleType" : "DocumentLocation", "variableSetterType" : "DocumentLocation" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "DocumentLocation", "variableName" : "documentLocation", "variableType" : "DocumentLocation", "documentation" : "

                                      The location of the document to be processed.

                                      ", "simpleType" : "DocumentLocation", "variableSetterType" : "DocumentLocation" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getClientRequestToken", "beanStyleSetterMethodName" : "setClientRequestToken", "c2jName" : "ClientRequestToken", "c2jShape" : "ClientRequestToken", "defaultConsumerFluentSetterDocumentation" : "

                                      The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \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 #clientRequestToken(String)}.\n@param clientRequestToken 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 #clientRequestToken(String)", "deprecated" : false, "documentation" : "

                                      The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "clientRequestToken", "fluentSetterDocumentation" : "

                                      The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \n@param clientRequestToken The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "clientRequestToken", "getterDocumentation" : "

                                      The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \n@return The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.", "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" : "ClientRequestToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ClientRequestToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ClientRequestToken", "sensitive" : false, "setterDocumentation" : "

                                      The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      \n@param clientRequestToken The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.", "setterMethodName" : "setClientRequestToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "clientRequestToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "clientRequestToken", "variableType" : "String", "documentation" : "

                                      The idempotent token that's used to identify the start request. If you use the same token with multiple StartDocumentTextDetection requests, the same JobId is returned. Use ClientRequestToken to prevent the same job from being accidentally started more than once.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getJobTag", "beanStyleSetterMethodName" : "setJobTag", "c2jName" : "JobTag", "c2jShape" : "JobTag", "defaultConsumerFluentSetterDocumentation" : "

                                      A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.

                                      \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 #jobTag(String)}.\n@param jobTag 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 #jobTag(String)", "deprecated" : false, "documentation" : "

                                      A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobTag", "fluentSetterDocumentation" : "

                                      A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.

                                      \n@param jobTag A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobTag", "getterDocumentation" : "

                                      A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.

                                      \n@return A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.", "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" : "JobTag", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobTag", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobTag", "sensitive" : false, "setterDocumentation" : "

                                      A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.

                                      \n@param jobTag A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.", "setterMethodName" : "setJobTag", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobTag", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobTag", "variableType" : "String", "documentation" : "

                                      A unique identifier you specify to identify the job in the completion status that's published to the Amazon Simple Notification Service (Amazon SNS) topic.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotificationChannel", "beanStyleSetterMethodName" : "setNotificationChannel", "c2jName" : "NotificationChannel", "c2jShape" : "NotificationChannel", "defaultConsumerFluentSetterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \nThis is a convenience that creates an instance of the {@link NotificationChannel.Builder} avoiding the need to create one manually via {@link NotificationChannel#builder()}.\n\nWhen the {@link Consumer} completes, {@link NotificationChannel.Builder#build()} is called immediately and its result is passed to {@link #notificationChannel(NotificationChannel)}.\n@param notificationChannel a consumer that will call methods on {@link NotificationChannel.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #notificationChannel(NotificationChannel)", "deprecated" : false, "documentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notificationChannel", "fluentSetterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \n@param notificationChannel The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notificationChannel", "getterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \n@return The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.", "getterModel" : { "returnType" : "NotificationChannel", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NotificationChannel", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NotificationChannel", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_POJO", "name" : "NotificationChannel", "sensitive" : false, "setterDocumentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      \n@param notificationChannel The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.", "setterMethodName" : "setNotificationChannel", "setterModel" : { "variableDeclarationType" : "NotificationChannel", "variableName" : "notificationChannel", "variableType" : "NotificationChannel", "documentation" : null, "simpleType" : "NotificationChannel", "variableSetterType" : "NotificationChannel" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "NotificationChannel", "variableName" : "notificationChannel", "variableType" : "NotificationChannel", "documentation" : "

                                      The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.

                                      ", "simpleType" : "NotificationChannel", "variableSetterType" : "NotificationChannel" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DocumentLocation" ], "shapeName" : "StartDocumentTextDetectionRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "StartDocumentTextDetectionRequest", "variableName" : "startDocumentTextDetectionRequest", "variableType" : "StartDocumentTextDetectionRequest", "documentation" : null, "simpleType" : "StartDocumentTextDetectionRequest", "variableSetterType" : "StartDocumentTextDetectionRequest" }, "wrapper" : false }, "StartDocumentTextDetectionResponse" : { "c2jName" : "StartDocumentTextDetectionResponse", "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" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.

                                      \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 #jobId(String)}.\n@param jobId 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 #jobId(String)", "deprecated" : false, "documentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.

                                      \n@param jobId The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.

                                      \n@return The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.", "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" : "JobId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.

                                      \n@param jobId The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "JobId" : { "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.

                                      \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 #jobId(String)}.\n@param jobId 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 #jobId(String)", "deprecated" : false, "documentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.

                                      \n@param jobId The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.

                                      \n@return The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.", "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" : "JobId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.

                                      \n@param jobId The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getJobId", "beanStyleSetterMethodName" : "setJobId", "c2jName" : "JobId", "c2jShape" : "JobId", "defaultConsumerFluentSetterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.

                                      \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 #jobId(String)}.\n@param jobId 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 #jobId(String)", "deprecated" : false, "documentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobId", "fluentSetterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.

                                      \n@param jobId The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobId", "getterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.

                                      \n@return The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.", "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" : "JobId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JobId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "JobId", "sensitive" : false, "setterDocumentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.

                                      \n@param jobId The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.", "setterMethodName" : "setJobId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "jobId", "variableType" : "String", "documentation" : "

                                      The identifier for the document text-detection job. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "StartDocumentTextDetectionResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "StartDocumentTextDetectionResponse", "variableName" : "startDocumentTextDetectionResponse", "variableType" : "StartDocumentTextDetectionResponse", "documentation" : null, "simpleType" : "StartDocumentTextDetectionResponse", "variableSetterType" : "StartDocumentTextDetectionResponse" }, "wrapper" : false }, "ThrottlingException" : { "c2jName" : "ThrottlingException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      Amazon Textract is temporarily unable to process the request. Try your call again.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ThrottlingException", "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" : "ThrottlingException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ThrottlingException", "variableName" : "throttlingException", "variableType" : "ThrottlingException", "documentation" : null, "simpleType" : "ThrottlingException", "variableSetterType" : "ThrottlingException" }, "wrapper" : false }, "UnsupportedDocumentException" : { "c2jName" : "UnsupportedDocumentException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      The format of the input document isn't supported. Amazon Textract supports documents that are .png or .jpg format.

                                      ", "endpointDiscovery" : null, "enums" : null, "errorCode" : "UnsupportedDocumentException", "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" : "UnsupportedDocumentException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UnsupportedDocumentException", "variableName" : "unsupportedDocumentException", "variableType" : "UnsupportedDocumentException", "documentation" : null, "simpleType" : "UnsupportedDocumentException", "variableSetterType" : "UnsupportedDocumentException" }, "wrapper" : false }, "Warning" : { "c2jName" : "Warning", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

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

                                      ", "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" : "getErrorCode", "beanStyleSetterMethodName" : "setErrorCode", "c2jName" : "ErrorCode", "c2jShape" : "ErrorCode", "defaultConsumerFluentSetterDocumentation" : "

                                      The error code for the warning.

                                      \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 #errorCode(String)}.\n@param errorCode 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 #errorCode(String)", "deprecated" : false, "documentation" : "

                                      The error code for the warning.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorCode", "fluentSetterDocumentation" : "

                                      The error code for the warning.

                                      \n@param errorCode The error code for the warning.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorCode", "getterDocumentation" : "

                                      The error code for the warning.

                                      \n@return The error code for the warning.", "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" : "ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ErrorCode", "sensitive" : false, "setterDocumentation" : "

                                      The error code for the warning.

                                      \n@param errorCode The error code for the warning.", "setterMethodName" : "setErrorCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "

                                      The error code for the warning.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPages", "beanStyleSetterMethodName" : "setPages", "c2jName" : "Pages", "c2jShape" : "Pages", "defaultConsumerFluentSetterDocumentation" : "

                                      A list of the pages that the warning applies to.

                                      \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 #pages(List)}.\n@param pages 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 #pages(List)", "deprecated" : false, "documentation" : "

                                      A list of the pages that the warning applies to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pages", "fluentSetterDocumentation" : "

                                      A list of the pages that the warning applies to.

                                      \n@param pages A list of the pages that the warning applies to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pages", "getterDocumentation" : "

                                      A list of the pages that the warning applies to.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return A list of the pages that the warning applies to.", "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" : "Pages", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pages", "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" : "UInteger", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\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 #member(Integer)}.\n@param member 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 #member(Integer)", "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" : "Integer", "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" : "INTEGER", "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" : "Integer", "variableName" : "member", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "member", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Integer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "Integer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Pages", "sensitive" : false, "setterDocumentation" : "

                                      A list of the pages that the warning applies to.

                                      \n@param pages A list of the pages that the warning applies to.", "setterMethodName" : "setPages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pages", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pages", "variableType" : "java.util.List", "documentation" : "

                                      A list of the pages that the warning applies to.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ErrorCode" : { "beanStyleGetterMethodName" : "getErrorCode", "beanStyleSetterMethodName" : "setErrorCode", "c2jName" : "ErrorCode", "c2jShape" : "ErrorCode", "defaultConsumerFluentSetterDocumentation" : "

                                      The error code for the warning.

                                      \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 #errorCode(String)}.\n@param errorCode 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 #errorCode(String)", "deprecated" : false, "documentation" : "

                                      The error code for the warning.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorCode", "fluentSetterDocumentation" : "

                                      The error code for the warning.

                                      \n@param errorCode The error code for the warning.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorCode", "getterDocumentation" : "

                                      The error code for the warning.

                                      \n@return The error code for the warning.", "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" : "ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ErrorCode", "sensitive" : false, "setterDocumentation" : "

                                      The error code for the warning.

                                      \n@param errorCode The error code for the warning.", "setterMethodName" : "setErrorCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "

                                      The error code for the warning.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Pages" : { "beanStyleGetterMethodName" : "getPages", "beanStyleSetterMethodName" : "setPages", "c2jName" : "Pages", "c2jShape" : "Pages", "defaultConsumerFluentSetterDocumentation" : "

                                      A list of the pages that the warning applies to.

                                      \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 #pages(List)}.\n@param pages 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 #pages(List)", "deprecated" : false, "documentation" : "

                                      A list of the pages that the warning applies to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pages", "fluentSetterDocumentation" : "

                                      A list of the pages that the warning applies to.

                                      \n@param pages A list of the pages that the warning applies to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pages", "getterDocumentation" : "

                                      A list of the pages that the warning applies to.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return A list of the pages that the warning applies to.", "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" : "Pages", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pages", "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" : "UInteger", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\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 #member(Integer)}.\n@param member 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 #member(Integer)", "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" : "Integer", "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" : "INTEGER", "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" : "Integer", "variableName" : "member", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "member", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Integer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "Integer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Pages", "sensitive" : false, "setterDocumentation" : "

                                      A list of the pages that the warning applies to.

                                      \n@param pages A list of the pages that the warning applies to.", "setterMethodName" : "setPages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pages", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pages", "variableType" : "java.util.List", "documentation" : "

                                      A list of the pages that the warning applies to.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getErrorCode", "beanStyleSetterMethodName" : "setErrorCode", "c2jName" : "ErrorCode", "c2jShape" : "ErrorCode", "defaultConsumerFluentSetterDocumentation" : "

                                      The error code for the warning.

                                      \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 #errorCode(String)}.\n@param errorCode 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 #errorCode(String)", "deprecated" : false, "documentation" : "

                                      The error code for the warning.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "errorCode", "fluentSetterDocumentation" : "

                                      The error code for the warning.

                                      \n@param errorCode The error code for the warning.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "errorCode", "getterDocumentation" : "

                                      The error code for the warning.

                                      \n@return The error code for the warning.", "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" : "ErrorCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ErrorCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ErrorCode", "sensitive" : false, "setterDocumentation" : "

                                      The error code for the warning.

                                      \n@param errorCode The error code for the warning.", "setterMethodName" : "setErrorCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "errorCode", "variableType" : "String", "documentation" : "

                                      The error code for the warning.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPages", "beanStyleSetterMethodName" : "setPages", "c2jName" : "Pages", "c2jShape" : "Pages", "defaultConsumerFluentSetterDocumentation" : "

                                      A list of the pages that the warning applies to.

                                      \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 #pages(List)}.\n@param pages 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 #pages(List)", "deprecated" : false, "documentation" : "

                                      A list of the pages that the warning applies to.

                                      ", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pages", "fluentSetterDocumentation" : "

                                      A list of the pages that the warning applies to.

                                      \n@param pages A list of the pages that the warning applies to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pages", "getterDocumentation" : "

                                      A list of the pages that the warning applies to.

                                      \n

                                      \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                      \n@return A list of the pages that the warning applies to.", "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" : "Pages", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pages", "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" : "UInteger", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\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 #member(Integer)}.\n@param member 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 #member(Integer)", "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" : "Integer", "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" : "INTEGER", "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" : "Integer", "variableName" : "member", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "member", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Integer", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : true, "simpleType" : "Integer", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingType" : "LIST", "name" : "Pages", "sensitive" : false, "setterDocumentation" : "

                                      A list of the pages that the warning applies to.

                                      \n@param pages A list of the pages that the warning applies to.", "setterMethodName" : "setPages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pages", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pages", "variableType" : "java.util.List", "documentation" : "

                                      A list of the pages that the warning applies to.

                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Warning", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Warning", "variableName" : "warning", "variableType" : "Warning", "documentation" : null, "simpleType" : "Warning", "variableSetterType" : "Warning" }, "wrapper" : false } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : null }, "fileHeader" : "/*\n * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "TextractException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.textract.model.TextractException", "sdkRequestBaseClassName" : "TextractRequest", "sdkResponseBaseClassName" : "TextractResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy