package translate

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

Type Members

  1. trait AppliedTerminology extends Object

    The custom terminology applied to the input text by Amazon Translate for the translated text response.

    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.

    Annotations
    @RawJSType() @native()
  2. type AppliedTerminologyList = Array[AppliedTerminology]
  3. type BoundedLengthString = String
  4. trait DeleteTerminologyRequest extends Object
    Annotations
    @RawJSType() @native()
  5. type Description = String
  6. trait EncryptionKey extends Object

    The encryption key used to encrypt the custom terminologies used by Amazon Translate.

    The encryption key used to encrypt the custom terminologies used by Amazon Translate.

    Annotations
    @RawJSType() @native()
  7. type EncryptionKeyID = String
  8. type EncryptionKeyType = String
  9. trait GetTerminologyRequest extends Object
    Annotations
    @RawJSType() @native()
  10. trait GetTerminologyResponse extends Object
    Annotations
    @RawJSType() @native()
  11. trait ImportTerminologyRequest extends Object
    Annotations
    @RawJSType() @native()
  12. trait ImportTerminologyResponse extends Object
    Annotations
    @RawJSType() @native()
  13. type LanguageCodeString = String
  14. type LanguageCodeStringList = Array[LanguageCodeString]
  15. trait ListTerminologiesRequest extends Object
    Annotations
    @RawJSType() @native()
  16. trait ListTerminologiesResponse extends Object
    Annotations
    @RawJSType() @native()
  17. type MaxResultsInteger = Int
  18. type MergeStrategy = String
  19. type NextToken = String
  20. type ResourceName = String
  21. type ResourceNameList = Array[ResourceName]
  22. trait Term extends Object

    The term being translated by the custom terminology.

    The term being translated by the custom terminology.

    Annotations
    @RawJSType() @native()
  23. type TermList = Array[Term]
  24. type TerminologyArn = String
  25. trait TerminologyData extends Object

    The data associated with the custom terminology.

    The data associated with the custom terminology.

    Annotations
    @RawJSType() @native()
  26. type TerminologyDataFormat = String
  27. trait TerminologyDataLocation extends Object

    The location of the custom terminology data.

    The location of the custom terminology data.

    Annotations
    @RawJSType() @native()
  28. type TerminologyFile = |[|[|[|[Buffer, Readable], TypedArray[_, _]], Array[Byte]], String]
  29. trait TerminologyProperties extends Object

    The properties of the custom terminology.

    The properties of the custom terminology.

    Annotations
    @RawJSType() @native()
  30. type TerminologyPropertiesList = Array[TerminologyProperties]
  31. type Timestamp = Date
  32. class Translate extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "Translate" )
  33. implicit final class TranslateOps extends AnyVal
  34. trait TranslateTextRequest extends Object
    Annotations
    @RawJSType() @native()
  35. trait TranslateTextResponse extends Object
    Annotations
    @RawJSType() @native()

Inherited from AnyRef

Inherited from Any

Ungrouped