Versions in this module Expand all Collapse all v0 v0.4.0 May 26, 2018 Changes in this version + const ErrCodeDetectedLanguageLowConfidenceException v0.3.0 Mar 8, 2018 Changes in this version type TextRequest + Copy func(*TextInput) TextRequest v0.2.0 Jan 15, 2018 Changes in this version + const EndpointsID + const ErrCodeInternalServerException + const ErrCodeInvalidRequestException + const ErrCodeServiceUnavailableException + const ErrCodeTextSizeLimitExceededException + const ErrCodeTooManyRequestsException + const ErrCodeUnsupportedLanguagePairException + const ServiceName + type TextInput struct + SourceLanguageCode *string + TargetLanguageCode *string + Text *string + func (s *TextInput) SetSourceLanguageCode(v string) *TextInput + func (s *TextInput) SetTargetLanguageCode(v string) *TextInput + func (s *TextInput) SetText(v string) *TextInput + func (s *TextInput) Validate() error + func (s TextInput) GoString() string + func (s TextInput) String() string + type TextOutput struct + SourceLanguageCode *string + TargetLanguageCode *string + TranslatedText *string + func (s *TextOutput) SetSourceLanguageCode(v string) *TextOutput + func (s *TextOutput) SetTargetLanguageCode(v string) *TextOutput + func (s *TextOutput) SetTranslatedText(v string) *TextOutput + func (s TextOutput) GoString() string + func (s TextOutput) SDKResponseMetadata() aws.Response + func (s TextOutput) String() string + type TextRequest struct + Input *TextInput + func (r TextRequest) Send() (*TextOutput, error) + type Translate struct + func New(config aws.Config) *Translate + func (c *Translate) TextRequest(input *TextInput) TextRequest