Documentation ¶
Overview ¶
Package translate provides access to the Translate API.
See https://developers.google.com/translate/v2/using_rest
Usage example:
import "google.golang.org/api/translate/v2" ... translateService, err := translate.New(oauthHttpClient)
Index ¶
- type DetectionsListCall
- func (c *DetectionsListCall) Context(ctx context.Context) *DetectionsListCall
- func (c *DetectionsListCall) Do() (*DetectionsListResponse, error)
- func (c *DetectionsListCall) Fields(s ...googleapi.Field) *DetectionsListCall
- func (c *DetectionsListCall) IfNoneMatch(entityTag string) *DetectionsListCall
- type DetectionsListResponse
- type DetectionsResourceItem
- type DetectionsService
- type LanguagesListCall
- func (c *LanguagesListCall) Context(ctx context.Context) *LanguagesListCall
- func (c *LanguagesListCall) Do() (*LanguagesListResponse, error)
- func (c *LanguagesListCall) Fields(s ...googleapi.Field) *LanguagesListCall
- func (c *LanguagesListCall) IfNoneMatch(entityTag string) *LanguagesListCall
- func (c *LanguagesListCall) Target(target string) *LanguagesListCall
- type LanguagesListResponse
- type LanguagesResource
- type LanguagesService
- type Service
- type TranslationsListCall
- func (c *TranslationsListCall) Cid(cid string) *TranslationsListCall
- func (c *TranslationsListCall) Context(ctx context.Context) *TranslationsListCall
- func (c *TranslationsListCall) Do() (*TranslationsListResponse, error)
- func (c *TranslationsListCall) Fields(s ...googleapi.Field) *TranslationsListCall
- func (c *TranslationsListCall) Format(format string) *TranslationsListCall
- func (c *TranslationsListCall) IfNoneMatch(entityTag string) *TranslationsListCall
- func (c *TranslationsListCall) Source(source string) *TranslationsListCall
- type TranslationsListResponse
- type TranslationsResource
- type TranslationsService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DetectionsListCall ¶
type DetectionsListCall struct {
// contains filtered or unexported fields
}
func (*DetectionsListCall) Context ¶
func (c *DetectionsListCall) Context(ctx context.Context) *DetectionsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*DetectionsListCall) Do ¶
func (c *DetectionsListCall) Do() (*DetectionsListResponse, error)
Do executes the "language.detections.list" call. Exactly one of *DetectionsListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *DetectionsListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*DetectionsListCall) Fields ¶
func (c *DetectionsListCall) Fields(s ...googleapi.Field) *DetectionsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*DetectionsListCall) IfNoneMatch ¶
func (c *DetectionsListCall) IfNoneMatch(entityTag string) *DetectionsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type DetectionsListResponse ¶
type DetectionsListResponse struct { // Detections: A detections contains detection results of several text Detections [][]*DetectionsResourceItem `json:"detections,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Detections") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
func (*DetectionsListResponse) MarshalJSON ¶
func (s *DetectionsListResponse) MarshalJSON() ([]byte, error)
type DetectionsResourceItem ¶
type DetectionsResourceItem struct { // Confidence: The confidence of the detection resul of this language. Confidence float64 `json:"confidence,omitempty"` // IsReliable: A boolean to indicate is the language detection result // reliable. IsReliable bool `json:"isReliable,omitempty"` // Language: The language we detect Language string `json:"language,omitempty"` // ForceSendFields is a list of field names (e.g. "Confidence") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
func (*DetectionsResourceItem) MarshalJSON ¶
func (s *DetectionsResourceItem) MarshalJSON() ([]byte, error)
type DetectionsService ¶
type DetectionsService struct {
// contains filtered or unexported fields
}
func NewDetectionsService ¶
func NewDetectionsService(s *Service) *DetectionsService
func (*DetectionsService) List ¶
func (r *DetectionsService) List(q []string) *DetectionsListCall
List: Detect the language of text.
type LanguagesListCall ¶
type LanguagesListCall struct {
// contains filtered or unexported fields
}
func (*LanguagesListCall) Context ¶
func (c *LanguagesListCall) Context(ctx context.Context) *LanguagesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*LanguagesListCall) Do ¶
func (c *LanguagesListCall) Do() (*LanguagesListResponse, error)
Do executes the "language.languages.list" call. Exactly one of *LanguagesListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *LanguagesListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*LanguagesListCall) Fields ¶
func (c *LanguagesListCall) Fields(s ...googleapi.Field) *LanguagesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*LanguagesListCall) IfNoneMatch ¶
func (c *LanguagesListCall) IfNoneMatch(entityTag string) *LanguagesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*LanguagesListCall) Target ¶
func (c *LanguagesListCall) Target(target string) *LanguagesListCall
Target sets the optional parameter "target": the language and collation in which the localized results should be returned
type LanguagesListResponse ¶
type LanguagesListResponse struct { // Languages: List of source/target languages supported by the // translation API. If target parameter is unspecified, the list is // sorted by the ASCII code point order of the language code. If target // parameter is specified, the list is sorted by the collation order of // the language name in the target language. Languages []*LanguagesResource `json:"languages,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Languages") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
func (*LanguagesListResponse) MarshalJSON ¶
func (s *LanguagesListResponse) MarshalJSON() ([]byte, error)
type LanguagesResource ¶
type LanguagesResource struct { // Language: The language code. Language string `json:"language,omitempty"` // Name: The localized name of the language if target parameter is // given. Name string `json:"name,omitempty"` // ForceSendFields is a list of field names (e.g. "Language") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
func (*LanguagesResource) MarshalJSON ¶
func (s *LanguagesResource) MarshalJSON() ([]byte, error)
type LanguagesService ¶
type LanguagesService struct {
// contains filtered or unexported fields
}
func NewLanguagesService ¶
func NewLanguagesService(s *Service) *LanguagesService
func (*LanguagesService) List ¶
func (r *LanguagesService) List() *LanguagesListCall
List: List the source/target languages supported by the API
type Service ¶
type Service struct { BasePath string // API endpoint base URL UserAgent string // optional additional User-Agent fragment Detections *DetectionsService Languages *LanguagesService Translations *TranslationsService // contains filtered or unexported fields }
type TranslationsListCall ¶
type TranslationsListCall struct {
// contains filtered or unexported fields
}
func (*TranslationsListCall) Cid ¶
func (c *TranslationsListCall) Cid(cid string) *TranslationsListCall
Cid sets the optional parameter "cid": The customization id for translate
func (*TranslationsListCall) Context ¶
func (c *TranslationsListCall) Context(ctx context.Context) *TranslationsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*TranslationsListCall) Do ¶
func (c *TranslationsListCall) Do() (*TranslationsListResponse, error)
Do executes the "language.translations.list" call. Exactly one of *TranslationsListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *TranslationsListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*TranslationsListCall) Fields ¶
func (c *TranslationsListCall) Fields(s ...googleapi.Field) *TranslationsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*TranslationsListCall) Format ¶
func (c *TranslationsListCall) Format(format string) *TranslationsListCall
Format sets the optional parameter "format": The format of the text
Possible values:
"html" - Specifies the input is in HTML "text" - Specifies the input is in plain textual format
func (*TranslationsListCall) IfNoneMatch ¶
func (c *TranslationsListCall) IfNoneMatch(entityTag string) *TranslationsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*TranslationsListCall) Source ¶
func (c *TranslationsListCall) Source(source string) *TranslationsListCall
Source sets the optional parameter "source": The source language of the text
type TranslationsListResponse ¶
type TranslationsListResponse struct { // Translations: Translations contains list of translation results of // given text Translations []*TranslationsResource `json:"translations,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Translations") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` }
func (*TranslationsListResponse) MarshalJSON ¶
func (s *TranslationsListResponse) MarshalJSON() ([]byte, error)
type TranslationsResource ¶
type TranslationsResource struct { // DetectedSourceLanguage: Detected source language if source parameter // is unspecified. DetectedSourceLanguage string `json:"detectedSourceLanguage,omitempty"` // TranslatedText: The translation. TranslatedText string `json:"translatedText,omitempty"` // ForceSendFields is a list of field names (e.g. // "DetectedSourceLanguage") to unconditionally include in API requests. // By default, fields with empty values are omitted from API requests. // However, any non-pointer, non-interface field appearing in // ForceSendFields will be sent to the server regardless of whether the // field is empty or not. This may be used to include empty fields in // Patch requests. ForceSendFields []string `json:"-"` }
func (*TranslationsResource) MarshalJSON ¶
func (s *TranslationsResource) MarshalJSON() ([]byte, error)
type TranslationsService ¶
type TranslationsService struct {
// contains filtered or unexported fields
}
func NewTranslationsService ¶
func NewTranslationsService(s *Service) *TranslationsService
func (*TranslationsService) List ¶
func (r *TranslationsService) List(q []string, target string) *TranslationsListCall
List: Returns text translations from one language to another.