Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data AppliedTerminology Source #
The custom terminology applied to the input text by Amazon Translate for the translated text response. This is optional in the response and will only be present if you specified terminology input in the request. Currently, only one terminology can be applied per TranslateText request.
See: newAppliedTerminology
smart constructor.
AppliedTerminology' | |
|
Instances
newAppliedTerminology :: AppliedTerminology Source #
Create a value of AppliedTerminology
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:terms:AppliedTerminology'
, appliedTerminology_terms
- The specific terms of the custom terminology applied to the input text
by Amazon Translate for the translated text response. A maximum of 250
terms will be returned, and the specific terms applied will be the first
250 terms in the source text.
$sel:name:AppliedTerminology'
, appliedTerminology_name
- The name of the custom terminology applied to the input text by Amazon
Translate for the translated text response.
appliedTerminology_terms :: Lens' AppliedTerminology (Maybe [Term]) Source #
The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.
appliedTerminology_name :: Lens' AppliedTerminology (Maybe Text) Source #
The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.