Packages

package comprehend

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. comprehend
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AnyLengthString = String
  2. trait BatchDetectDominantLanguageItemResult extends Object

    The result of calling the operation.

    The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.

    Annotations
    @RawJSType() @native()
  3. trait BatchDetectDominantLanguageRequest extends Object
    Annotations
    @RawJSType() @native()
  4. trait BatchDetectDominantLanguageResponse extends Object
    Annotations
    @RawJSType() @native()
  5. trait BatchDetectEntitiesItemResult extends Object

    The result of calling the operation.

    The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.

    Annotations
    @RawJSType() @native()
  6. trait BatchDetectEntitiesRequest extends Object
    Annotations
    @RawJSType() @native()
  7. trait BatchDetectEntitiesResponse extends Object
    Annotations
    @RawJSType() @native()
  8. trait BatchDetectKeyPhrasesItemResult extends Object

    The result of calling the operation.

    The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.

    Annotations
    @RawJSType() @native()
  9. trait BatchDetectKeyPhrasesRequest extends Object
    Annotations
    @RawJSType() @native()
  10. trait BatchDetectKeyPhrasesResponse extends Object
    Annotations
    @RawJSType() @native()
  11. trait BatchDetectSentimentItemResult extends Object

    The result of calling the operation.

    The result of calling the operation. The operation returns one object for each document that is successfully processed by the operation.

    Annotations
    @RawJSType() @native()
  12. trait BatchDetectSentimentRequest extends Object
    Annotations
    @RawJSType() @native()
  13. trait BatchDetectSentimentResponse extends Object
    Annotations
    @RawJSType() @native()
  14. trait BatchDetectSyntaxItemResult extends Object

    The result of calling the operation.

    The result of calling the operation. The operation returns one object that is successfully processed by the operation.

    Annotations
    @RawJSType() @native()
  15. trait BatchDetectSyntaxRequest extends Object
    Annotations
    @RawJSType() @native()
  16. trait BatchDetectSyntaxResponse extends Object
    Annotations
    @RawJSType() @native()
  17. trait BatchItemError extends Object

    Describes an error that occurred while processing a document in a batch.

    Describes an error that occurred while processing a document in a batch. The operation returns on BatchItemError object for each document that contained an error.

    Annotations
    @RawJSType() @native()
  18. type BatchItemErrorList = Array[BatchItemError]
  19. trait ClassifierEvaluationMetrics extends Object

    Describes the result metrics for the test data associated with an documentation classifier.

    Describes the result metrics for the test data associated with an documentation classifier.

    Annotations
    @RawJSType() @native()
  20. trait ClassifierMetadata extends Object

    Provides information about a document classifier.

    Provides information about a document classifier.

    Annotations
    @RawJSType() @native()
  21. type ClientRequestTokenString = String
  22. class Comprehend extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "Comprehend" )
  23. type ComprehendArn = String
  24. type ComprehendArnName = String
  25. implicit final class ComprehendOps extends AnyVal
  26. trait CreateDocumentClassifierRequest extends Object
    Annotations
    @RawJSType() @native()
  27. trait CreateDocumentClassifierResponse extends Object
    Annotations
    @RawJSType() @native()
  28. trait CreateEntityRecognizerRequest extends Object
    Annotations
    @RawJSType() @native()
  29. trait CreateEntityRecognizerResponse extends Object
    Annotations
    @RawJSType() @native()
  30. trait DeleteDocumentClassifierRequest extends Object
    Annotations
    @RawJSType() @native()
  31. trait DeleteDocumentClassifierResponse extends Object
    Annotations
    @RawJSType() @native()
  32. trait DeleteEntityRecognizerRequest extends Object
    Annotations
    @RawJSType() @native()
  33. trait DeleteEntityRecognizerResponse extends Object
    Annotations
    @RawJSType() @native()
  34. trait DescribeDocumentClassificationJobRequest extends Object
    Annotations
    @RawJSType() @native()
  35. trait DescribeDocumentClassificationJobResponse extends Object
    Annotations
    @RawJSType() @native()
  36. trait DescribeDocumentClassifierRequest extends Object
    Annotations
    @RawJSType() @native()
  37. trait DescribeDocumentClassifierResponse extends Object
    Annotations
    @RawJSType() @native()
  38. trait DescribeDominantLanguageDetectionJobRequest extends Object
    Annotations
    @RawJSType() @native()
  39. trait DescribeDominantLanguageDetectionJobResponse extends Object
    Annotations
    @RawJSType() @native()
  40. trait DescribeEntitiesDetectionJobRequest extends Object
    Annotations
    @RawJSType() @native()
  41. trait DescribeEntitiesDetectionJobResponse extends Object
    Annotations
    @RawJSType() @native()
  42. trait DescribeEntityRecognizerRequest extends Object
    Annotations
    @RawJSType() @native()
  43. trait DescribeEntityRecognizerResponse extends Object
    Annotations
    @RawJSType() @native()
  44. trait DescribeKeyPhrasesDetectionJobRequest extends Object
    Annotations
    @RawJSType() @native()
  45. trait DescribeKeyPhrasesDetectionJobResponse extends Object
    Annotations
    @RawJSType() @native()
  46. trait DescribeSentimentDetectionJobRequest extends Object
    Annotations
    @RawJSType() @native()
  47. trait DescribeSentimentDetectionJobResponse extends Object
    Annotations
    @RawJSType() @native()
  48. trait DescribeTopicsDetectionJobRequest extends Object
    Annotations
    @RawJSType() @native()
  49. trait DescribeTopicsDetectionJobResponse extends Object
    Annotations
    @RawJSType() @native()
  50. trait DetectDominantLanguageRequest extends Object
    Annotations
    @RawJSType() @native()
  51. trait DetectDominantLanguageResponse extends Object
    Annotations
    @RawJSType() @native()
  52. trait DetectEntitiesRequest extends Object
    Annotations
    @RawJSType() @native()
  53. trait DetectEntitiesResponse extends Object
    Annotations
    @RawJSType() @native()
  54. trait DetectKeyPhrasesRequest extends Object
    Annotations
    @RawJSType() @native()
  55. trait DetectKeyPhrasesResponse extends Object
    Annotations
    @RawJSType() @native()
  56. trait DetectSentimentRequest extends Object
    Annotations
    @RawJSType() @native()
  57. trait DetectSentimentResponse extends Object
    Annotations
    @RawJSType() @native()
  58. trait DetectSyntaxRequest extends Object
    Annotations
    @RawJSType() @native()
  59. trait DetectSyntaxResponse extends Object
    Annotations
    @RawJSType() @native()
  60. trait DocumentClassificationJobFilter extends Object

    Provides information for filtering a list of document classification jobs.

    Provides information for filtering a list of document classification jobs. For more information, see the operation. You can provide only one filter parameter in each request.

    Annotations
    @RawJSType() @native()
  61. trait DocumentClassificationJobProperties extends Object

    Provides information about a document classification job.

    Provides information about a document classification job.

    Annotations
    @RawJSType() @native()
  62. type DocumentClassificationJobPropertiesList = Array[DocumentClassificationJobProperties]
  63. type DocumentClassifierArn = String
  64. trait DocumentClassifierFilter extends Object

    Provides information for filtering a list of document classifiers.

    Provides information for filtering a list of document classifiers. You can only specify one filtering parameter in a request. For more information, see the operation.

    Annotations
    @RawJSType() @native()
  65. trait DocumentClassifierInputDataConfig extends Object

    The input properties for training a document classifier.

    The input properties for training a document classifier. For more information on how the input file is formatted, see how-document-classification-training-data.

    Annotations
    @RawJSType() @native()
  66. trait DocumentClassifierOutputDataConfig extends Object

    Provides output results configuration parameters for custom classifier jobs.

    Provides output results configuration parameters for custom classifier jobs.

    Annotations
    @RawJSType() @native()
  67. trait DocumentClassifierProperties extends Object

    Provides information about a document classifier.

    Provides information about a document classifier.

    Annotations
    @RawJSType() @native()
  68. type DocumentClassifierPropertiesList = Array[DocumentClassifierProperties]
  69. trait DominantLanguage extends Object

    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.

    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.

    Annotations
    @RawJSType() @native()
  70. trait DominantLanguageDetectionJobFilter extends Object

    Provides information for filtering a list of dominant language detection jobs.

    Provides information for filtering a list of dominant language detection jobs. For more information, see the operation.

    Annotations
    @RawJSType() @native()
  71. trait DominantLanguageDetectionJobProperties extends Object

    Provides information about a dominant language detection job.

    Provides information about a dominant language detection job.

    Annotations
    @RawJSType() @native()
  72. type DominantLanguageDetectionJobPropertiesList = Array[DominantLanguageDetectionJobProperties]
  73. trait EntitiesDetectionJobFilter extends Object

    Provides information for filtering a list of dominant language detection jobs.

    Provides information for filtering a list of dominant language detection jobs. For more information, see the operation.

    Annotations
    @RawJSType() @native()
  74. trait EntitiesDetectionJobProperties extends Object

    Provides information about an entities detection job.

    Provides information about an entities detection job.

    Annotations
    @RawJSType() @native()
  75. type EntitiesDetectionJobPropertiesList = Array[EntitiesDetectionJobProperties]
  76. trait Entity extends Object

    Provides information about an entity.

    Provides information about an entity.

    Annotations
    @RawJSType() @native()
  77. trait EntityRecognizerAnnotations extends Object

    Describes the annotations associated with a entity recognizer.

    Describes the annotations associated with a entity recognizer.

    Annotations
    @RawJSType() @native()
  78. type EntityRecognizerArn = String
  79. trait EntityRecognizerDocuments extends Object

    Describes the training documents submitted with an entity recognizer.

    Describes the training documents submitted with an entity recognizer.

    Annotations
    @RawJSType() @native()
  80. trait EntityRecognizerEntityList extends Object

    Describes the entity recognizer submitted with an entity recognizer.

    Describes the entity recognizer submitted with an entity recognizer.

    Annotations
    @RawJSType() @native()
  81. trait EntityRecognizerEvaluationMetrics extends Object

    Detailed information about the accuracy of an entity recognizer.

    Detailed information about the accuracy of an entity recognizer.

    Annotations
    @RawJSType() @native()
  82. trait EntityRecognizerFilter extends Object

    Provides information for filtering a list of entity recognizers.

    Provides information for filtering a list of entity recognizers. You can only specify one filtering parameter in a request. For more information, see the operation./>

    Annotations
    @RawJSType() @native()
  83. trait EntityRecognizerInputDataConfig extends Object

    Specifies the format and location of the input data.

    Specifies the format and location of the input data.

    Annotations
    @RawJSType() @native()
  84. trait EntityRecognizerMetadata extends Object

    Detailed information about an entity recognizer.

    Detailed information about an entity recognizer.

    Annotations
    @RawJSType() @native()
  85. type EntityRecognizerMetadataEntityTypesList = Array[EntityRecognizerMetadataEntityTypesListItem]
  86. trait EntityRecognizerMetadataEntityTypesListItem extends Object

    Individual item from the list of entity types in the metadata of an entity recognizer.

    Individual item from the list of entity types in the metadata of an entity recognizer.

    Annotations
    @RawJSType() @native()
  87. trait EntityRecognizerProperties extends Object

    Describes information about an entity recognizer.

    Describes information about an entity recognizer.

    Annotations
    @RawJSType() @native()
  88. type EntityRecognizerPropertiesList = Array[EntityRecognizerProperties]
  89. type EntityType = String
  90. type EntityTypeName = String
  91. type EntityTypesList = Array[EntityTypesListItem]
  92. trait EntityTypesListItem extends Object

    Information about an individual item on a list of entity types.

    Information about an individual item on a list of entity types.

    Annotations
    @RawJSType() @native()
  93. type IamRoleArn = String
  94. trait InputDataConfig extends Object

    The input properties for a topic detection job.

    The input properties for a topic detection job.

    Annotations
    @RawJSType() @native()
  95. type InputFormat = String
  96. type JobId = String
  97. type JobName = String
  98. type JobStatus = String
  99. trait KeyPhrase extends Object

    Describes a key noun phrase.

    Describes a key noun phrase.

    Annotations
    @RawJSType() @native()
  100. trait KeyPhrasesDetectionJobFilter extends Object

    Provides information for filtering a list of dominant language detection jobs.

    Provides information for filtering a list of dominant language detection jobs. For more information, see the operation.

    Annotations
    @RawJSType() @native()
  101. trait KeyPhrasesDetectionJobProperties extends Object

    Provides information about a key phrases detection job.

    Provides information about a key phrases detection job.

    Annotations
    @RawJSType() @native()
  102. type KeyPhrasesDetectionJobPropertiesList = Array[KeyPhrasesDetectionJobProperties]
  103. type KmsKeyId = String
  104. type LanguageCode = String
  105. trait ListDocumentClassificationJobsRequest extends Object
    Annotations
    @RawJSType() @native()
  106. trait ListDocumentClassificationJobsResponse extends Object
    Annotations
    @RawJSType() @native()
  107. trait ListDocumentClassifiersRequest extends Object
    Annotations
    @RawJSType() @native()
  108. trait ListDocumentClassifiersResponse extends Object
    Annotations
    @RawJSType() @native()
  109. trait ListDominantLanguageDetectionJobsRequest extends Object
    Annotations
    @RawJSType() @native()
  110. trait ListDominantLanguageDetectionJobsResponse extends Object
    Annotations
    @RawJSType() @native()
  111. trait ListEntitiesDetectionJobsRequest extends Object
    Annotations
    @RawJSType() @native()
  112. trait ListEntitiesDetectionJobsResponse extends Object
    Annotations
    @RawJSType() @native()
  113. trait ListEntityRecognizersRequest extends Object
    Annotations
    @RawJSType() @native()
  114. trait ListEntityRecognizersResponse extends Object
    Annotations
    @RawJSType() @native()
  115. trait ListKeyPhrasesDetectionJobsRequest extends Object
    Annotations
    @RawJSType() @native()
  116. trait ListKeyPhrasesDetectionJobsResponse extends Object
    Annotations
    @RawJSType() @native()
  117. type ListOfDetectDominantLanguageResult = Array[BatchDetectDominantLanguageItemResult]
  118. type ListOfDetectEntitiesResult = Array[BatchDetectEntitiesItemResult]
  119. type ListOfDetectKeyPhrasesResult = Array[BatchDetectKeyPhrasesItemResult]
  120. type ListOfDetectSentimentResult = Array[BatchDetectSentimentItemResult]
  121. type ListOfDetectSyntaxResult = Array[BatchDetectSyntaxItemResult]
  122. type ListOfDominantLanguages = Array[DominantLanguage]
  123. type ListOfEntities = Array[Entity]
  124. type ListOfKeyPhrases = Array[KeyPhrase]
  125. type ListOfSyntaxTokens = Array[SyntaxToken]
  126. trait ListSentimentDetectionJobsRequest extends Object
    Annotations
    @RawJSType() @native()
  127. trait ListSentimentDetectionJobsResponse extends Object
    Annotations
    @RawJSType() @native()
  128. trait ListTagsForResourceRequest extends Object
    Annotations
    @RawJSType() @native()
  129. trait ListTagsForResourceResponse extends Object
    Annotations
    @RawJSType() @native()
  130. trait ListTopicsDetectionJobsRequest extends Object
    Annotations
    @RawJSType() @native()
  131. trait ListTopicsDetectionJobsResponse extends Object
    Annotations
    @RawJSType() @native()
  132. type MaxResultsInteger = Int
  133. type ModelStatus = String
  134. type NumberOfTopicsInteger = Int
  135. trait OutputDataConfig extends Object

    Provides configuration parameters for the output of topic detection jobs.

    Provides configuration parameters for the output of topic detection jobs.

    Annotations
    @RawJSType() @native()
  136. trait PartOfSpeechTag extends Object

    Identifies the part of speech represented by the token and gives the confidence that Amazon Comprehend has that the part of speech was correctly identified.

    Identifies the part of speech represented by the token and gives the confidence that Amazon Comprehend has that the part of speech was correctly identified. For more information about the parts of speech that Amazon Comprehend can identify, see how-syntax.

    Annotations
    @RawJSType() @native()
  137. type PartOfSpeechTagType = String
  138. type S3Uri = String
  139. trait SentimentDetectionJobFilter extends Object

    Provides information for filtering a list of dominant language detection jobs.

    Provides information for filtering a list of dominant language detection jobs. For more information, see the operation.

    Annotations
    @RawJSType() @native()
  140. trait SentimentDetectionJobProperties extends Object

    Provides information about a sentiment detection job.

    Provides information about a sentiment detection job.

    Annotations
    @RawJSType() @native()
  141. type SentimentDetectionJobPropertiesList = Array[SentimentDetectionJobProperties]
  142. trait SentimentScore extends Object

    Describes the level of confidence that Amazon Comprehend has in the accuracy of its detection of sentiments.

    Describes the level of confidence that Amazon Comprehend has in the accuracy of its detection of sentiments.

    Annotations
    @RawJSType() @native()
  143. type SentimentType = String
  144. trait StartDocumentClassificationJobRequest extends Object
    Annotations
    @RawJSType() @native()
  145. trait StartDocumentClassificationJobResponse extends Object
    Annotations
    @RawJSType() @native()
  146. trait StartDominantLanguageDetectionJobRequest extends Object
    Annotations
    @RawJSType() @native()
  147. trait StartDominantLanguageDetectionJobResponse extends Object
    Annotations
    @RawJSType() @native()
  148. trait StartEntitiesDetectionJobRequest extends Object
    Annotations
    @RawJSType() @native()
  149. trait StartEntitiesDetectionJobResponse extends Object
    Annotations
    @RawJSType() @native()
  150. trait StartKeyPhrasesDetectionJobRequest extends Object
    Annotations
    @RawJSType() @native()
  151. trait StartKeyPhrasesDetectionJobResponse extends Object
    Annotations
    @RawJSType() @native()
  152. trait StartSentimentDetectionJobRequest extends Object
    Annotations
    @RawJSType() @native()
  153. trait StartSentimentDetectionJobResponse extends Object
    Annotations
    @RawJSType() @native()
  154. trait StartTopicsDetectionJobRequest extends Object
    Annotations
    @RawJSType() @native()
  155. trait StartTopicsDetectionJobResponse extends Object
    Annotations
    @RawJSType() @native()
  156. trait StopDominantLanguageDetectionJobRequest extends Object
    Annotations
    @RawJSType() @native()
  157. trait StopDominantLanguageDetectionJobResponse extends Object
    Annotations
    @RawJSType() @native()
  158. trait StopEntitiesDetectionJobRequest extends Object
    Annotations
    @RawJSType() @native()
  159. trait StopEntitiesDetectionJobResponse extends Object
    Annotations
    @RawJSType() @native()
  160. trait StopKeyPhrasesDetectionJobRequest extends Object
    Annotations
    @RawJSType() @native()
  161. trait StopKeyPhrasesDetectionJobResponse extends Object
    Annotations
    @RawJSType() @native()
  162. trait StopSentimentDetectionJobRequest extends Object
    Annotations
    @RawJSType() @native()
  163. trait StopSentimentDetectionJobResponse extends Object
    Annotations
    @RawJSType() @native()
  164. trait StopTrainingDocumentClassifierRequest extends Object
    Annotations
    @RawJSType() @native()
  165. trait StopTrainingDocumentClassifierResponse extends Object
    Annotations
    @RawJSType() @native()
  166. trait StopTrainingEntityRecognizerRequest extends Object
    Annotations
    @RawJSType() @native()
  167. trait StopTrainingEntityRecognizerResponse extends Object
    Annotations
    @RawJSType() @native()
  168. type StringList = Array[String]
  169. type SyntaxLanguageCode = String
  170. trait SyntaxToken extends Object

    Represents a work in the input text that was recognized and assigned a part of speech.

    Represents a work in the input text that was recognized and assigned a part of speech. There is one syntax token record for each word in the source text.

    Annotations
    @RawJSType() @native()
  171. trait Tag extends Object

    A key-value pair that adds as a metadata to a resource used by Amazon Comprehend.

    A key-value pair that adds as a metadata to a resource used by Amazon Comprehend. For example, a tag with the key-value pair ‘Department’:’Sales’ might be added to a resource to indicate its use by a particular department.

    Annotations
    @RawJSType() @native()
  172. type TagKey = String
  173. type TagKeyList = Array[TagKey]
  174. type TagList = Array[Tag]
  175. trait TagResourceRequest extends Object
    Annotations
    @RawJSType() @native()
  176. trait TagResourceResponse extends Object
    Annotations
    @RawJSType() @native()
  177. type TagValue = String
  178. type Timestamp = Date
  179. trait TopicsDetectionJobFilter extends Object

    Provides information for filtering topic detection jobs.

    Provides information for filtering topic detection jobs. For more information, see .

    Annotations
    @RawJSType() @native()
  180. trait TopicsDetectionJobProperties extends Object

    Provides information about a topic detection job.

    Provides information about a topic detection job.

    Annotations
    @RawJSType() @native()
  181. type TopicsDetectionJobPropertiesList = Array[TopicsDetectionJobProperties]
  182. trait UntagResourceRequest extends Object
    Annotations
    @RawJSType() @native()
  183. trait UntagResourceResponse extends Object
    Annotations
    @RawJSType() @native()

Value Members

  1. object BatchDetectDominantLanguageItemResult
  2. object BatchDetectDominantLanguageRequest
  3. object BatchDetectDominantLanguageResponse
  4. object BatchDetectEntitiesItemResult
  5. object BatchDetectEntitiesRequest
  6. object BatchDetectEntitiesResponse
  7. object BatchDetectKeyPhrasesItemResult
  8. object BatchDetectKeyPhrasesRequest
  9. object BatchDetectKeyPhrasesResponse
  10. object BatchDetectSentimentItemResult
  11. object BatchDetectSentimentRequest
  12. object BatchDetectSentimentResponse
  13. object BatchDetectSyntaxItemResult
  14. object BatchDetectSyntaxRequest
  15. object BatchDetectSyntaxResponse
  16. object BatchItemError
  17. object ClassifierEvaluationMetrics
  18. object ClassifierMetadata
  19. object CreateDocumentClassifierRequest
  20. object CreateDocumentClassifierResponse
  21. object CreateEntityRecognizerRequest
  22. object CreateEntityRecognizerResponse
  23. object DeleteDocumentClassifierRequest
  24. object DeleteDocumentClassifierResponse
  25. object DeleteEntityRecognizerRequest
  26. object DeleteEntityRecognizerResponse
  27. object DescribeDocumentClassificationJobRequest
  28. object DescribeDocumentClassificationJobResponse
  29. object DescribeDocumentClassifierRequest
  30. object DescribeDocumentClassifierResponse
  31. object DescribeDominantLanguageDetectionJobRequest
  32. object DescribeDominantLanguageDetectionJobResponse
  33. object DescribeEntitiesDetectionJobRequest
  34. object DescribeEntitiesDetectionJobResponse
  35. object DescribeEntityRecognizerRequest
  36. object DescribeEntityRecognizerResponse
  37. object DescribeKeyPhrasesDetectionJobRequest
  38. object DescribeKeyPhrasesDetectionJobResponse
  39. object DescribeSentimentDetectionJobRequest
  40. object DescribeSentimentDetectionJobResponse
  41. object DescribeTopicsDetectionJobRequest
  42. object DescribeTopicsDetectionJobResponse
  43. object DetectDominantLanguageRequest
  44. object DetectDominantLanguageResponse
  45. object DetectEntitiesRequest
  46. object DetectEntitiesResponse
  47. object DetectKeyPhrasesRequest
  48. object DetectKeyPhrasesResponse
  49. object DetectSentimentRequest
  50. object DetectSentimentResponse
  51. object DetectSyntaxRequest
  52. object DetectSyntaxResponse
  53. object DocumentClassificationJobFilter
  54. object DocumentClassificationJobProperties
  55. object DocumentClassifierFilter
  56. object DocumentClassifierInputDataConfig
  57. object DocumentClassifierOutputDataConfig
  58. object DocumentClassifierProperties
  59. object DominantLanguage
  60. object DominantLanguageDetectionJobFilter
  61. object DominantLanguageDetectionJobProperties
  62. object EntitiesDetectionJobFilter
  63. object EntitiesDetectionJobProperties
  64. object Entity
  65. object EntityRecognizerAnnotations
  66. object EntityRecognizerDocuments
  67. object EntityRecognizerEntityList
  68. object EntityRecognizerEvaluationMetrics
  69. object EntityRecognizerFilter
  70. object EntityRecognizerInputDataConfig
  71. object EntityRecognizerMetadata
  72. object EntityRecognizerMetadataEntityTypesListItem
  73. object EntityRecognizerProperties
  74. object EntityTypeEnum
  75. object EntityTypesListItem
  76. object InputDataConfig
  77. object InputFormatEnum
  78. object JobStatusEnum
  79. object KeyPhrase
  80. object KeyPhrasesDetectionJobFilter
  81. object KeyPhrasesDetectionJobProperties
  82. object LanguageCodeEnum
  83. object ListDocumentClassificationJobsRequest
  84. object ListDocumentClassificationJobsResponse
  85. object ListDocumentClassifiersRequest
  86. object ListDocumentClassifiersResponse
  87. object ListDominantLanguageDetectionJobsRequest
  88. object ListDominantLanguageDetectionJobsResponse
  89. object ListEntitiesDetectionJobsRequest
  90. object ListEntitiesDetectionJobsResponse
  91. object ListEntityRecognizersRequest
  92. object ListEntityRecognizersResponse
  93. object ListKeyPhrasesDetectionJobsRequest
  94. object ListKeyPhrasesDetectionJobsResponse
  95. object ListSentimentDetectionJobsRequest
  96. object ListSentimentDetectionJobsResponse
  97. object ListTagsForResourceRequest
  98. object ListTagsForResourceResponse
  99. object ListTopicsDetectionJobsRequest
  100. object ListTopicsDetectionJobsResponse
  101. object ModelStatusEnum
  102. object OutputDataConfig
  103. object PartOfSpeechTag
  104. object PartOfSpeechTagTypeEnum
  105. object SentimentDetectionJobFilter
  106. object SentimentDetectionJobProperties
  107. object SentimentScore
  108. object SentimentTypeEnum
  109. object StartDocumentClassificationJobRequest
  110. object StartDocumentClassificationJobResponse
  111. object StartDominantLanguageDetectionJobRequest
  112. object StartDominantLanguageDetectionJobResponse
  113. object StartEntitiesDetectionJobRequest
  114. object StartEntitiesDetectionJobResponse
  115. object StartKeyPhrasesDetectionJobRequest
  116. object StartKeyPhrasesDetectionJobResponse
  117. object StartSentimentDetectionJobRequest
  118. object StartSentimentDetectionJobResponse
  119. object StartTopicsDetectionJobRequest
  120. object StartTopicsDetectionJobResponse
  121. object StopDominantLanguageDetectionJobRequest
  122. object StopDominantLanguageDetectionJobResponse
  123. object StopEntitiesDetectionJobRequest
  124. object StopEntitiesDetectionJobResponse
  125. object StopKeyPhrasesDetectionJobRequest
  126. object StopKeyPhrasesDetectionJobResponse
  127. object StopSentimentDetectionJobRequest
  128. object StopSentimentDetectionJobResponse
  129. object StopTrainingDocumentClassifierRequest
  130. object StopTrainingDocumentClassifierResponse
  131. object StopTrainingEntityRecognizerRequest
  132. object StopTrainingEntityRecognizerResponse
  133. object SyntaxLanguageCodeEnum
  134. object SyntaxToken
  135. object Tag
  136. object TagResourceRequest
  137. object TagResourceResponse
  138. object TopicsDetectionJobFilter
  139. object TopicsDetectionJobProperties
  140. object UntagResourceRequest
  141. object UntagResourceResponse

Inherited from AnyRef

Inherited from Any

Ungrouped