Classe /GOOG/CL_LANGUAGE_V2

Classe

/GOOG/CL_LANGUAGE_V2
  • Ereditarietà da:/GOOG/CL_HTTP_CLIENT
  • Descrizione:Cloud Natural Language 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 AnalyzeEntitiesRequest PUBBLICO
TY_002 AnalyzeEntitiesResponse PUBBLICO
TY_003 AnalyzeSentimentRequest PUBBLICO
TY_004 AnalyzeSentimentResponse PUBBLICO
TY_005 AnnotateTextRequest PUBBLICO
TY_006 AnnotateTextResponse PUBBLICO
TY_007 ClassificationCategory PUBBLICO
TY_008 ClassifyTextRequest PUBBLICO
TY_009 ClassifyTextResponse PUBBLICO
TY_010 Document PUBBLICO
TY_011 Entity PUBBLICO
TY_012 EntityMention PUBBLICO
TY_014 ModerateTextRequest PUBBLICO
TY_015 ModerateTextResponse PUBBLICO
TY_016 Sentence PUBBLICO
TY_017 Sentiment PUBBLICO
TY_018 TextSpan PUBBLICO
TY_019 AnnotateTextRequestFeatures PUBBLICO
TY_T_007 ClassificationCategory PUBBLICO
TY_T_011 Entity PUBBLICO
TY_T_012 EntityMention PUBBLICO
TY_T_016 Sentence PUBBLICO

Costanti

Nome Tipo Descrizione Valore Visibilità
C_CLOUD_VERSION /GOOG/SDK_VERSION Versione cloud più bassa 1.0 PUBBLICO
C_ON_PREM_VERSION /GOOG/SDK_VERSION Versione on-premise più bassa 1,5 PUBBLICO
C_PATH_PREFIX STRING Prefisso del percorso API PUBBLICO
C_REVISION_DATE DATUM Data di revisione del documento di rilevamento 20240505 PUBBLICO
C_ROOT_URL STRING URL root API https://language.googleapis.com PUBBLICO
C_SERVICE_NAME /GOOG/SERVICE_NAME Nome servizio Google lingua:v2 PUBBLICO
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Tipi di autenticazione supportati IJIJWW 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

ANALYZE_ENTITIES_DOCUMENTS

  • Descrizione: language.documents.analyzeEntities
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IS_INPUT IMPORTAZIONE TY_001 AnalyzeEntitiesRequest
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_002 AnalyzeEntitiesResponse
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

ANALYZE_SENTIMENT_DOCUMENTS

  • Descrizione: language.documents.analyzeSentiment
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IS_INPUT IMPORTAZIONE TY_003 AnalyzeSentimentRequest
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_004 AnalyzeSentimentResponse
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

ANNOTATE_TEXT_DOCUMENTS

  • Descrizione: language.documents.annotateText
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IS_INPUT IMPORTAZIONE TY_005 AnnotateTextRequest
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_006 AnnotateTextResponse
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

CLASSIFY_TEXT_DOCUMENTS

  • Descrizione: language.documents.classifyText
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IS_INPUT IMPORTAZIONE TY_008 ClassifyTextRequest
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_009 ClassifyTextResponse
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

MODERATE_TEXT_DOCUMENTS

  • Descrizione: language.documents.moderateText
  • Visibilità: PUBBLICA

Parametri

Nome Categoria Tipo Descrizione
IS_INPUT IMPORTAZIONE TY_014 ModerateTextRequest
ES_RAW ESPORTAZIONE DATA Dati di output non elaborati
ES_OUTPUT ESPORTAZIONE TY_015 ModerateTextResponse
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