Classe /GOOG/CL_TRANSLATE_V2

Classe

/GOOG/CL_TRANSLATE_V2
  • Ereditarietà da:/GOOG/CL_HTTP_CLIENT
  • Descrizione:Google Cloud Translation API v2
Per informazioni generali su una classe nell'SDK ABAP per Google Cloud, consulta stub del client API.

Tipi

Tipo Descrizione Visibilità
TY_001 DetectLanguageRequest PUBBLICO
TY_002 DetectionsListResponse PUBBLICO
TY_003 DetectionsResource PUBBLICO
TY_004 LanguagesListResponse PUBBLICO
TY_005 LanguagesResource PUBBLICO
TY_006 TranslateTextRequest PUBBLICO
TY_007 TranslationsListResponse PUBBLICO
TY_008 TranslationsResource PUBBLICO
TY_T_003 DetectionsResource PUBBLICO
TY_T_005 LanguagesResource PUBBLICO
TY_T_008 TranslationsResource PUBBLICO
TY_T_T_003 DetectionsResource PUBBLICO
TY_T_STRING Table of Strings PUBBLICO

Costanti

Nome Tipo Descrizione Valore Visibilità
C_PATH_PREFIX STRING Prefisso del percorso API /language/translate/ PUBBLICO
C_ON_PREM_VERSION /GOOG/SDK_VERSION Versione on-prem più bassa 1.0 PUBBLICO
C_CLOUD_VERSION /GOOG/SDK_VERSION Versione cloud più bassa 1.0 PUBBLICO
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Tipi di autenticazione supportati AIJAW PUBBLICO
C_SERVICE_NAME /GOOG/SERVICE_NAME Nome servizio Google traduci:v2 PUBBLICO
C_ROOT_URL STRING URL root API https://translation.googleapis.com PUBBLICO
C_REVISION_DATE DATUM Data di revisione del documento di rilevamento 20170525 PUBBLICO

Metodi

Per informazioni generali su un metodo in ABAP SDK per Google Cloud, consulta Metodo API.

COSTRUTTORE

  • Descrizione: costruttore
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_KEY_NAME IMPORTAZIONE /GOOG/KEYNAME Nome chiave Google Cloud
IV_LOG_OBJ IMPORTAZIONE BALOBJ_D Log applicazione: nome oggetto (codice applicazione)
IV_LOG_SUBOBJ IMPORTAZIONE BALSUBOBJ Log applicazione: oggetto secondario

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

DETECT_DETECTIONS

  • Descrizione: language.detections.detect
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IS_INPUT IMPORTAZIONE TY_001 DetectLanguageRequest
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_002 DetectionsListResponse
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

LIST_LANGUAGES

  • Descrizione: language.languages.list
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IV_Q_MODEL IMPORTAZIONE STRING model
IV_Q_TARGET IMPORTAZIONE STRING target
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_004 LanguagesListResponse
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

TRANSLATE_TRANSLATIONS

  • Descrizione: language.translations.translate
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IS_INPUT IMPORTAZIONE TY_006 TranslateTextRequest
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_007 TranslationsListResponse
EV_RET_CODE ESPORTAZIONE I Codice di reso
EV_ERR_TEXT ESPORTAZIONE STRING Testo errore
ES_ERR_RESP ESPORTAZIONE /GOOG/ERR_RESP Risposta di errore

Eccezione

Nome Descrizione
/GOOG/CX_SDK SDK ABAP per Google Cloud: classe di eccezione

CHIUDI

  • Descrizione: Chiudi connessione
  • Visibilità: PUBBLICA