route/vendor/github.com/aws/aws-sdk-go/models/apis/DeepInsight/2017-11-27/docs-2.json

473 lines
28 KiB
JSON

{
"version": "2.0",
"service": "<p>Amazon Comprehend is an AWS service for gaining insight into the content of documents. Use these actions to determine the topics contained in your documents, the topics they discuss, the predominant sentiment expressed in them, the predominant language used, and more.</p>",
"operations": {
"BatchDetectDominantLanguage": "<p>Determines the dominant language of the input text for a batch of documents. For a list of languages that Amazon Comprehend can detect, see <a href=\"http://docs.aws.amazon.com/comprehend/latest/dg/how-languages.html\">Amazon Comprehend Supported Languages</a>. </p>",
"BatchDetectEntities": "<p>Inspects the text of a batch of documents and returns information about them. For more information about entities, see <a>how-entities</a> </p>",
"BatchDetectKeyPhrases": "<p>Detects the key noun phrases found in a batch of documents.</p>",
"BatchDetectSentiment": "<p>Inspects a batch of documents and returns an inference of the prevailing sentiment, <code>POSITIVE</code>, <code>NEUTRAL</code>, <code>MIXED</code>, or <code>NEGATIVE</code>, in each one.</p>",
"DescribeTopicsDetectionJob": "<p>Gets the properties associated with a topic detection job. Use this operation to get the status of a detection job.</p>",
"DetectDominantLanguage": "<p>Determines the dominant language of the input text. For a list of languages that Amazon Comprehend can detect, see <a href=\"http://docs.aws.amazon.com/comprehend/latest/dg/how-languages.html\">Amazon Comprehend Supported Languages</a>. </p>",
"DetectEntities": "<p>Inspects text for entities, and returns information about them. For more information, about entities, see <a>how-entities</a>. </p>",
"DetectKeyPhrases": "<p>Detects the key noun phrases found in the text. </p>",
"DetectSentiment": "<p>Inspects text and returns an inference of the prevailing sentiment (<code>POSITIVE</code>, <code>NEUTRAL</code>, <code>MIXED</code>, or <code>NEGATIVE</code>). </p>",
"ListTopicsDetectionJobs": "<p>Gets a list of the topic detection jobs that you have submitted.</p>",
"StartTopicsDetectionJob": "<p>Starts an asynchronous topic detection job. Use the <code>DescribeTopicDetectionJob</code> operation to track the status of a job.</p>"
},
"shapes": {
"AnyLengthString": {
"base": null,
"refs": {
"TopicsDetectionJobProperties$Message": "<p>A description for the status of a job.</p>"
}
},
"BatchDetectDominantLanguageItemResult": {
"base": "<p>The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.</p>",
"refs": {
"ListOfDetectDominantLanguageResult$member": null
}
},
"BatchDetectDominantLanguageRequest": {
"base": null,
"refs": {
}
},
"BatchDetectDominantLanguageResponse": {
"base": null,
"refs": {
}
},
"BatchDetectEntitiesItemResult": {
"base": "<p>The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.</p>",
"refs": {
"ListOfDetectEntitiesResult$member": null
}
},
"BatchDetectEntitiesRequest": {
"base": null,
"refs": {
}
},
"BatchDetectEntitiesResponse": {
"base": null,
"refs": {
}
},
"BatchDetectKeyPhrasesItemResult": {
"base": "<p>The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.</p>",
"refs": {
"ListOfDetectKeyPhrasesResult$member": null
}
},
"BatchDetectKeyPhrasesRequest": {
"base": null,
"refs": {
}
},
"BatchDetectKeyPhrasesResponse": {
"base": null,
"refs": {
}
},
"BatchDetectSentimentItemResult": {
"base": "<p>The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.</p>",
"refs": {
"ListOfDetectSentimentResult$member": null
}
},
"BatchDetectSentimentRequest": {
"base": null,
"refs": {
}
},
"BatchDetectSentimentResponse": {
"base": null,
"refs": {
}
},
"BatchItemError": {
"base": "<p>Describes an error that occurred while processing a document in a batch. The operation returns on <code>BatchItemError</code> object for each document that contained an error.</p>",
"refs": {
"BatchItemErrorList$member": null
}
},
"BatchItemErrorList": {
"base": null,
"refs": {
"BatchDetectDominantLanguageResponse$ErrorList": "<p>A list containing one object for each document that contained an error. The results are sorted in ascending order by the <code>Index</code> field and match the order of the documents in the input list. If there are no errors in the batch, the <code>ErrorList</code> is empty.</p>",
"BatchDetectEntitiesResponse$ErrorList": "<p>A list containing one object for each document that contained an error. The results are sorted in ascending order by the <code>Index</code> field and match the order of the documents in the input list. If there are no errors in the batch, the <code>ErrorList</code> is empty.</p>",
"BatchDetectKeyPhrasesResponse$ErrorList": "<p>A list containing one object for each document that contained an error. The results are sorted in ascending order by the <code>Index</code> field and match the order of the documents in the input list. If there are no errors in the batch, the <code>ErrorList</code> is empty.</p>",
"BatchDetectSentimentResponse$ErrorList": "<p>A list containing one object for each document that contained an error. The results are sorted in ascending order by the <code>Index</code> field and match the order of the documents in the input list. If there are no errors in the batch, the <code>ErrorList</code> is empty.</p>"
}
},
"BatchSizeLimitExceededException": {
"base": "<p>The number of documents in the request exceeds the limit of 25. Try your request again with fewer documents.</p>",
"refs": {
}
},
"ClientRequestTokenString": {
"base": null,
"refs": {
"StartTopicsDetectionJobRequest$ClientRequestToken": "<p>A unique identifier for the request. If you do not set the client request token, Amazon Comprehend generates one.</p>"
}
},
"DescribeTopicsDetectionJobRequest": {
"base": null,
"refs": {
}
},
"DescribeTopicsDetectionJobResponse": {
"base": null,
"refs": {
}
},
"DetectDominantLanguageRequest": {
"base": null,
"refs": {
}
},
"DetectDominantLanguageResponse": {
"base": null,
"refs": {
}
},
"DetectEntitiesRequest": {
"base": null,
"refs": {
}
},
"DetectEntitiesResponse": {
"base": null,
"refs": {
}
},
"DetectKeyPhrasesRequest": {
"base": null,
"refs": {
}
},
"DetectKeyPhrasesResponse": {
"base": null,
"refs": {
}
},
"DetectSentimentRequest": {
"base": null,
"refs": {
}
},
"DetectSentimentResponse": {
"base": null,
"refs": {
}
},
"DominantLanguage": {
"base": "<p>Returns the code for the dominant language in the input text and the level of confidence that Amazon Comprehend has in the accuracy of the detection.</p>",
"refs": {
"ListOfDominantLanguages$member": null
}
},
"Entity": {
"base": "<p>Provides information about an entity. </p> <p> </p>",
"refs": {
"ListOfEntities$member": null
}
},
"EntityType": {
"base": null,
"refs": {
"Entity$Type": "<p>The entity's type.</p>"
}
},
"Float": {
"base": null,
"refs": {
"DominantLanguage$Score": "<p>The level of confidence that Amazon Comprehend has in the accuracy of the detection.</p>",
"Entity$Score": "<p>The level of confidence that Amazon Comprehend has in the accuracy of the detection.</p>",
"KeyPhrase$Score": "<p>The level of confidence that Amazon Comprehend has in the accuracy of the detection.</p>",
"SentimentScore$Positive": "<p>The level of confidence that Amazon Comprehend has in the accuracy of its detection of the <code>POSITIVE</code> sentiment.</p>",
"SentimentScore$Negative": "<p>The level of confidence that Amazon Comprehend has in the accuracy of its detection of the <code>NEGATIVE</code> sentiment.</p>",
"SentimentScore$Neutral": "<p>The level of confidence that Amazon Comprehend has in the accuracy of its detection of the <code>NEUTRAL</code> sentiment.</p>",
"SentimentScore$Mixed": "<p>The level of confidence that Amazon Comprehend has in the accuracy of its detection of the <code>MIXED</code> sentiment.</p>"
}
},
"IamRoleArn": {
"base": null,
"refs": {
"StartTopicsDetectionJobRequest$DataAccessRoleArn": "<p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data. </p>"
}
},
"InputDataConfig": {
"base": "<p>The input properties for a topic detection job.</p>",
"refs": {
"StartTopicsDetectionJobRequest$InputDataConfig": "<p>Specifies the format and location of the input data for the job.</p>",
"TopicsDetectionJobProperties$InputDataConfig": "<p>The input data configuration supplied when you created the topic detection job.</p>"
}
},
"InputFormat": {
"base": null,
"refs": {
"InputDataConfig$InputFormat": "<p>Specifies how the text in an input file should be processed:</p> <ul> <li> <p> <code>ONE_DOC_PER_FILE</code> - Each file is considered a separate document. Use this option when you are processing large documents, such as newspaper articles or scientific papers.</p> </li> <li> <p> <code>ONE_DOC_PER_LINE</code> - Each line in a file is considered a separate document. Use this option when you are processing many short documents, such as text messages.</p> </li> </ul>"
}
},
"Integer": {
"base": null,
"refs": {
"BatchDetectDominantLanguageItemResult$Index": "<p>The zero-based index of the document in the input list.</p>",
"BatchDetectEntitiesItemResult$Index": "<p>The zero-based index of the document in the input list.</p>",
"BatchDetectKeyPhrasesItemResult$Index": "<p>The zero-based index of the document in the input list.</p>",
"BatchDetectSentimentItemResult$Index": "<p>The zero-based index of the document in the input list.</p>",
"BatchItemError$Index": "<p>The zero-based index of the document in the input list.</p>",
"Entity$BeginOffset": "<p>A character offset in the input text that shows where the entity begins (the first character is at position 0). The offset returns the position of each UTF-8 code point in the string. A <i>code point</i> is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point.</p>",
"Entity$EndOffset": "<p>A character offset in the input text that shows where the entity ends. The offset returns the position of each UTF-8 code point in the string. A <i>code point</i> is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point. </p>",
"KeyPhrase$BeginOffset": "<p>A character offset in the input text that shows where the key phrase begins (the first character is at position 0). The offset returns the position of each UTF-8 code point in the string. A <i>code point</i> is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point.</p>",
"KeyPhrase$EndOffset": "<p>A character offset in the input text where the key phrase ends. The offset returns the position of each UTF-8 code point in the string. A <code>code point</code> is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point.</p>",
"TopicsDetectionJobProperties$NumberOfTopics": "<p>The number of topics to detect supplied when you created the topic detection job. The default is 10. </p>"
}
},
"InternalServerException": {
"base": "<p>An internal server error occurred. Retry your request.</p>",
"refs": {
}
},
"InvalidFilterException": {
"base": "<p>The filter specified for the <code>ListTopicDetectionJobs</code> operation is invalid. Specify a different filter.</p>",
"refs": {
}
},
"InvalidRequestException": {
"base": "<p>The request is invalid.</p>",
"refs": {
}
},
"JobId": {
"base": null,
"refs": {
"DescribeTopicsDetectionJobRequest$JobId": "<p>The identifier assigned by the user to the detection job.</p>",
"StartTopicsDetectionJobResponse$JobId": "<p>The identifier generated for the job. To get the status of the job, use this identifier with the <code>DescribeTopicDetectionJob</code> operation.</p>",
"TopicsDetectionJobProperties$JobId": "<p>The identifier assigned to the topic detection job.</p>"
}
},
"JobName": {
"base": null,
"refs": {
"StartTopicsDetectionJobRequest$JobName": "<p>The identifier of the job.</p>",
"TopicsDetectionJobFilter$JobName": "<p/>",
"TopicsDetectionJobProperties$JobName": "<p>The name of the topic detection job.</p>"
}
},
"JobNotFoundException": {
"base": "<p>The specified job was not found. Check the job ID and try again.</p>",
"refs": {
}
},
"JobStatus": {
"base": null,
"refs": {
"StartTopicsDetectionJobResponse$JobStatus": "<p>The status of the job: </p> <ul> <li> <p>SUBMITTED - The job has been received and is queued for processing.</p> </li> <li> <p>IN_PROGRESS - Amazon Comprehend is processing the job.</p> </li> <li> <p>COMPLETED - The job was successfully completed and the output is available.</p> </li> <li> <p>FAILED - The job did not complete. To get details, use the <code>DescribeTopicDetectionJob</code> operation.</p> </li> </ul>",
"TopicsDetectionJobFilter$JobStatus": "<p>Filters the list of topic detection jobs based on job status. Returns only jobs with the specified status.</p>",
"TopicsDetectionJobProperties$JobStatus": "<p>The current status of the topic detection job. If the status is <code>Failed</code>, the reason for the failure is shown in the <code>Message</code> field.</p>"
}
},
"KeyPhrase": {
"base": "<p>Describes a key noun phrase.</p>",
"refs": {
"ListOfKeyPhrases$member": null
}
},
"LanguageCode": {
"base": null,
"refs": {
"DetectEntitiesRequest$LanguageCode": "<p>The RFC 5646 language code of the input text. If the request does not specify the language code, the service detects the dominant language. If you specify a language code that the service does not support, it returns <code>UnsupportedLanguageException</code> exception. For more information about RFC 5646, see <a href=\"https://tools.ietf.org/html/rfc5646\">Tags for Identifying Languages</a> on the <i>IETF Tools</i> web site. </p>",
"DetectKeyPhrasesRequest$LanguageCode": "<p>The RFC 5646 language code for the input text. If you don't specify a language code, Amazon Comprehend detects the dominant language. If you specify the code for a language that Amazon Comprehend does not support, it returns and <code>UnsupportedLanguageException</code>. For more information about RFC 5646, see <a href=\"https://tools.ietf.org/html/rfc5646\">Tags for Identifying Languages</a> on the <i>IETF Tools</i> web site.</p>",
"DetectSentimentRequest$LanguageCode": "<p>The RFC 5646 language code for the input text. If you don't specify a language code, Amazon Comprehend detects the dominant language. If you specify the code for a language that Amazon Comprehend does not support, it returns and <code>UnsupportedLanguageException</code>. For more information about RFC 5646, see <a href=\"https://tools.ietf.org/html/rfc5646\">Tags for Identifying Languages</a> on the <i>IETF Tools</i> web site.</p>"
}
},
"ListOfDetectDominantLanguageResult": {
"base": null,
"refs": {
"BatchDetectDominantLanguageResponse$ResultList": "<p>A list of objects containing the results of the operation. The results are sorted in ascending order by the <code>Index</code> field and match the order of the documents in the input list. If all of the documents contain an error, the <code>ResultList</code> is empty.</p>"
}
},
"ListOfDetectEntitiesResult": {
"base": null,
"refs": {
"BatchDetectEntitiesResponse$ResultList": "<p>A list of objects containing the results of the operation. The results are sorted in ascending order by the <code>Index</code> field and match the order of the documents in the input list. If all of the documents contain an error, the <code>ResultList</code> is empty.</p>"
}
},
"ListOfDetectKeyPhrasesResult": {
"base": null,
"refs": {
"BatchDetectKeyPhrasesResponse$ResultList": "<p>A list of objects containing the results of the operation. The results are sorted in ascending order by the <code>Index</code> field and match the order of the documents in the input list. If all of the documents contain an error, the <code>ResultList</code> is empty.</p>"
}
},
"ListOfDetectSentimentResult": {
"base": null,
"refs": {
"BatchDetectSentimentResponse$ResultList": "<p>A list of objects containing the results of the operation. The results are sorted in ascending order by the <code>Index</code> field and match the order of the documents in the input list. If all of the documents contain an error, the <code>ResultList</code> is empty.</p>"
}
},
"ListOfDominantLanguages": {
"base": null,
"refs": {
"BatchDetectDominantLanguageItemResult$Languages": "<p>One or more <a>DominantLanguage</a> objects describing the dominant languages in the document.</p>",
"DetectDominantLanguageResponse$Languages": "<p>The languages that Amazon Comprehend detected in the input text. For each language, the response returns the RFC 5646 language code and the level of confidence that Amazon Comprehend has in the accuracy of its inference. For more information about RFC 5646, see <a href=\"https://tools.ietf.org/html/rfc5646\">Tags for Identifying Languages</a> on the <i>IETF Tools</i> web site.</p>"
}
},
"ListOfEntities": {
"base": null,
"refs": {
"BatchDetectEntitiesItemResult$Entities": "<p>One or more <a>Entity</a> objects, one for each entity detected in the document.</p>",
"DetectEntitiesResponse$Entities": "<p>A collection of entities identified in the input text. For each entity, the response provides the entity text, entity type, where the entity text begins and ends, and the level of confidence that Amazon Comprehend has in the detection. For a list of entity types, see <a>how-entities</a>. </p>"
}
},
"ListOfKeyPhrases": {
"base": null,
"refs": {
"BatchDetectKeyPhrasesItemResult$KeyPhrases": "<p>One or more <a>KeyPhrase</a> objects, one for each key phrase detected in the document.</p>",
"DetectKeyPhrasesResponse$KeyPhrases": "<p>A collection of key phrases that Amazon Comprehend identified in the input text. For each key phrase, the response provides the text of the key phrase, where the key phrase begins and ends, and the level of confidence that Amazon Comprehend has in the accuracy of the detection. </p>"
}
},
"ListTopicsDetectionJobsRequest": {
"base": null,
"refs": {
}
},
"ListTopicsDetectionJobsResponse": {
"base": null,
"refs": {
}
},
"MaxResultsInteger": {
"base": null,
"refs": {
"ListTopicsDetectionJobsRequest$MaxResults": "<p>The maximum number of results to return in each page.</p>"
}
},
"NumberOfTopicsInteger": {
"base": null,
"refs": {
"StartTopicsDetectionJobRequest$NumberOfTopics": "<p>The number of topics to detect.</p>"
}
},
"OutputDataConfig": {
"base": "<p>Provides configuration parameters for the output of topic detection jobs.</p> <p/>",
"refs": {
"StartTopicsDetectionJobRequest$OutputDataConfig": "<p>Specifies where to send the output files.</p>",
"TopicsDetectionJobProperties$OutputDataConfig": "<p>The output data configuration supplied when you created the topic detection job.</p>"
}
},
"S3Uri": {
"base": null,
"refs": {
"InputDataConfig$S3Uri": "<p>The Amazon S3 URI for the input data. The URI must be in same region as the API endpoint that you are calling. The URI can point to a single input file or it can provide the prefix for a collection of data files. </p> <p>For example, if you use the URI <code>S3://bucketName/prefix</code>, if the prefix is a single file, Amazon Comprehend uses that file as input. If more than one file begins with the prefix, Amazon Comprehend uses all of them as input.</p>",
"OutputDataConfig$S3Uri": "<p>The Amazon S3 URI where you want to write the output data. The URI must be in the same region as the API endpoint that you are calling. </p> <p>The service creates an output file called <code>output.tar.gz</code>. It is a compressed archive that contains two files, <code>topic-terms.csv</code> that lists the terms associated with each topic, and <code>doc-topics.csv</code> that lists the documents associated with each topic. For more information, see <a>topic-modeling</a>.</p>"
}
},
"SentimentScore": {
"base": "<p>Describes the level of confidence that Amazon Comprehend has in the accuracy of its detection of sentiments.</p>",
"refs": {
"BatchDetectSentimentItemResult$SentimentScore": "<p>The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.</p>",
"DetectSentimentResponse$SentimentScore": "<p>An object that lists the sentiments, and their corresponding confidence levels.</p>"
}
},
"SentimentType": {
"base": null,
"refs": {
"BatchDetectSentimentItemResult$Sentiment": "<p>The sentiment detected in the document.</p>",
"DetectSentimentResponse$Sentiment": "<p>The inferred sentiment that Amazon Comprehend has the highest level of confidence in.</p>"
}
},
"StartTopicsDetectionJobRequest": {
"base": null,
"refs": {
}
},
"StartTopicsDetectionJobResponse": {
"base": null,
"refs": {
}
},
"String": {
"base": null,
"refs": {
"BatchDetectEntitiesRequest$LanguageCode": "<p>The language of the input documents. All documents must be in the same language.</p>",
"BatchDetectKeyPhrasesRequest$LanguageCode": "<p>The language of the input documents. All documents must be in the same language.</p>",
"BatchDetectSentimentRequest$LanguageCode": "<p>The language of the input documents. All documents must be in the same language.</p>",
"BatchItemError$ErrorCode": "<p>The numeric error code of the error.</p>",
"BatchItemError$ErrorMessage": "<p>A text description of the error.</p>",
"BatchSizeLimitExceededException$Message": null,
"DetectDominantLanguageRequest$Text": "<p>A UTF-8 text string. Each string should contain at least 20 characters and must contain fewer that 5,000 bytes of UTF-8 encoded characters.</p>",
"DetectEntitiesRequest$Text": "<p>A UTF-8 text string. Each string must contain fewer that 5,000 bytes of UTF-8 encoded characters.</p>",
"DetectKeyPhrasesRequest$Text": "<p>A UTF-8 text string. Each string must contain fewer that 5,000 bytes of UTF-8 encoded characters.</p>",
"DetectSentimentRequest$Text": "<p>A UTF-8 text string. Each string must contain fewer that 5,000 bytes of UTF-8 encoded characters.</p>",
"DominantLanguage$LanguageCode": "<p>The RFC 5646 language code for the dominant language. </p>",
"Entity$Text": "<p>The text of the entity.</p>",
"InternalServerException$Message": null,
"InvalidFilterException$Message": null,
"InvalidRequestException$Message": null,
"JobNotFoundException$Message": null,
"KeyPhrase$Text": "<p>The text of a key noun phrase.</p>",
"ListTopicsDetectionJobsRequest$NextToken": "<p>Identifies the next page of results to return.</p>",
"ListTopicsDetectionJobsResponse$NextToken": "<p>Identifies the next page of results to return.</p>",
"StringList$member": null,
"TextSizeLimitExceededException$Message": null,
"TooManyRequestsException$Message": null,
"UnsupportedLanguageException$Message": null
}
},
"StringList": {
"base": null,
"refs": {
"BatchDetectDominantLanguageRequest$TextList": "<p>A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document should contain at least 20 characters and must contain fewer than 5,000 bytes of UTF-8 encoded characters.</p>",
"BatchDetectEntitiesRequest$TextList": "<p>A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document must contain fewer than 5,000 bytes of UTF-8 encoded characters.</p>",
"BatchDetectKeyPhrasesRequest$TextList": "<p>A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document must contain fewer that 5,000 bytes of UTF-8 encoded characters.</p>",
"BatchDetectSentimentRequest$TextList": "<p>A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document must contain fewer that 5,000 bytes of UTF-8 encoded characters.</p>"
}
},
"TextSizeLimitExceededException": {
"base": "<p>The size of the input text exceeds the limit. Use a smaller document.</p>",
"refs": {
}
},
"Timestamp": {
"base": null,
"refs": {
"TopicsDetectionJobFilter$SubmitTimeBefore": "<p>Filters the list of jobs based on the time that the job was submitted for processing. Only returns jobs submitted before the specified time. Jobs are returned in descending order, newest to oldest.</p>",
"TopicsDetectionJobFilter$SubmitTimeAfter": "<p>Filters the list of jobs based on the time that the job was submitted for processing. Only returns jobs submitted after the specified time. Jobs are returned in ascending order, oldest to newest.</p>",
"TopicsDetectionJobProperties$SubmitTime": "<p>The time that the topic detection job was submitted for processing.</p>",
"TopicsDetectionJobProperties$EndTime": "<p>The time that the topic detection job was completed.</p>"
}
},
"TooManyRequestsException": {
"base": "<p>The number of requests exceeds the limit. Resubmit your request later.</p>",
"refs": {
}
},
"TopicsDetectionJobFilter": {
"base": "<p>Provides information for filtering topic detection jobs. For more information, see .</p>",
"refs": {
"ListTopicsDetectionJobsRequest$Filter": "<p>Filters the jobs that are returned. Jobs can be filtered on their name, status, or the date and time that they were submitted. You can set only one filter at a time.</p>"
}
},
"TopicsDetectionJobProperties": {
"base": "<p>Provides information about a topic detection job.</p>",
"refs": {
"DescribeTopicsDetectionJobResponse$TopicsDetectionJobProperties": "<p>The list of properties for the requested job.</p>",
"TopicsDetectionJobPropertiesList$member": null
}
},
"TopicsDetectionJobPropertiesList": {
"base": null,
"refs": {
"ListTopicsDetectionJobsResponse$TopicsDetectionJobPropertiesList": "<p>A list containing the properties of each job that is returned.</p>"
}
},
"UnsupportedLanguageException": {
"base": "<p>Amazon Comprehend can't process the language of the input text. For all APIs except <code>DetectDominantLanguage</code>, Amazon Comprehend accepts only English or Spanish text. For the <code>DetectDominantLanguage</code> API, Amazon Comprehend detects 100 languages. For a list of languages, see <a>how-languages</a> </p>",
"refs": {
}
}
}
}