Classe /GOOG/CL_VISION_V1

Classe


 /GOOG/CL_VISION_V1
 
  • Héritage de : /GOOG/CL_HTTP_CLIENT
  • Description : Cloud Vision API v1
Pour obtenir des informations générales sur une classe du SDK ABAP pour Google Cloud, consultez la page Bouchon de client API.

Types

Type Description Visibilité
TY_001 AddProductToProductSetRequest PUBLIC
TY_002 AnnotateFileRequest PUBLIC
TY_003 AnnotateFileResponse PUBLIC
TY_004 AnnotateImageRequest PUBLIC
TY_005 AnnotateImageResponse PUBLIC
TY_006 AsyncAnnotateFileRequest PUBLIC
TY_008 AsyncBatchAnnotateFilesRequest PUBLIC
TY_009 AsyncBatchAnnotateImagesRequest PUBLIC
TY_010 BatchAnnotateFilesRequest PUBLIC
TY_011 BatchAnnotateFilesResponse PUBLIC
TY_012 BatchAnnotateImagesRequest PUBLIC
TY_013 BatchAnnotateImagesResponse PUBLIC
TY_014 Block PUBLIC
TY_015 BoundingPoly PUBLIC
TY_017 Color PUBLIC
TY_018 ColorInfo PUBLIC
TY_019 CropHint PUBLIC
TY_020 CropHintsAnnotation PUBLIC
TY_021 CropHintsParams PUBLIC
TY_022 DetectedBreak PUBLIC
TY_023 DetectedLanguage PUBLIC
TY_024 DominantColorsAnnotation PUBLIC
TY_026 EntityAnnotation PUBLIC
TY_027 FaceAnnotation PUBLIC
TY_028 Feature PUBLIC
TY_029 GcsDestination PUBLIC
TY_030 GcsSource PUBLIC
TY_208 GroupedResult PUBLIC
TY_209 Image PUBLIC
TY_210 ImageAnnotationContext PUBLIC
TY_211 ImageContext PUBLIC
TY_212 ImageProperties PUBLIC
TY_213 ImageSource PUBLIC
TY_214 ImportProductSetsGcsSource PUBLIC
TY_215 ImportProductSetsInputConfig PUBLIC
TY_216 ImportProductSetsRequest PUBLIC
TY_217 InputConfig PUBLIC
TY_218 KeyValue PUBLIC
TY_219 Landmark PUBLIC
TY_220 LatLng PUBLIC
TY_221 LatLongRect PUBLIC
TY_222 ListOperationsResponse PUBLIC
TY_223 ListProductSetsResponse PUBLIC
TY_224 ListProductsInProductSetResponse PUBLIC
TY_225 ListProductsResponse PUBLIC
TY_226 ListReferenceImagesResponse PUBLIC
TY_227 LocalizedObjectAnnotation PUBLIC
TY_228 LocationInfo PUBLIC
TY_229 NormalizedVertex PUBLIC
TY_230 ObjectAnnotation PUBLIC
TY_231 Operation PUBLIC
TY_232 OutputConfig PUBLIC
TY_233 Page PUBLIC
TY_234 Paragraph PUBLIC
TY_235 Position PUBLIC
TY_236 Product PUBLIC
TY_237 ProductSearchParams PUBLIC
TY_238 ProductSearchResults PUBLIC
TY_239 ProductSet PUBLIC
TY_240 ProductSetPurgeConfig PUBLIC
TY_241 Property PUBLIC
TY_242 PurgeProductsRequest PUBLIC
TY_243 ReferenceImage PUBLIC
TY_244 RemoveProductFromProductSetRequest PUBLIC
TY_245 Result PUBLIC
TY_246 SafeSearchAnnotation PUBLIC
TY_247 Status PUBLIC
TY_248 Symbol PUBLIC
TY_249 TextAnnotation PUBLIC
TY_250 TextDetectionParams PUBLIC
TY_251 TextProperty PUBLIC
TY_252 Vertex PUBLIC
TY_253 WebDetection PUBLIC
TY_254 WebDetectionParams PUBLIC
TY_255 WebEntity PUBLIC
TY_256 WebImage PUBLIC
TY_257 WebLabel PUBLIC
TY_258 WebPage PUBLIC
TY_259 Word PUBLIC
TY_T_002 AnnotateFileRequest PUBLIC
TY_T_003 AnnotateFileResponse PUBLIC
TY_T_004 AnnotateImageRequest PUBLIC
TY_T_005 AnnotateImageResponse PUBLIC
TY_T_006 AsyncAnnotateFileRequest PUBLIC
TY_T_014 Block PUBLIC
TY_T_015 BoundingPoly PUBLIC
TY_T_018 ColorInfo PUBLIC
TY_T_019 CropHint PUBLIC
TY_T_023 DetectedLanguage PUBLIC
TY_T_026 EntityAnnotation PUBLIC
TY_T_027 FaceAnnotation PUBLIC
TY_T_028 Feature PUBLIC
TY_T_208 GroupedResult PUBLIC
TY_T_218 KeyValue PUBLIC
TY_T_219 Landmark PUBLIC
TY_T_227 LocalizedObjectAnnotation PUBLIC
TY_T_228 LocationInfo PUBLIC
TY_T_229 NormalizedVertex PUBLIC
TY_T_230 ObjectAnnotation PUBLIC
TY_T_231 Operation PUBLIC
TY_T_233 Page PUBLIC
TY_T_234 Paragraph PUBLIC
TY_T_236 Product PUBLIC
TY_T_239 ProductSet PUBLIC
TY_T_241 Property PUBLIC
TY_T_243 ReferenceImage PUBLIC
TY_T_245 Result PUBLIC
TY_T_248 Symbol PUBLIC
TY_T_252 Vertex PUBLIC
TY_T_255 WebEntity PUBLIC
TY_T_256 WebImage PUBLIC
TY_T_257 WebLabel PUBLIC
TY_T_258 WebPage PUBLIC
TY_T_259 Word PUBLIC
TY_T_INT4 Table of Integers PUBLIC
TY_T_STRING Table of Strings PUBLIC
TY_T_/GOOG/NUM_FLOAT PUBLIC

Constantes

Nom Type Description Valeur Visibilité
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Types d'authentification pris en charge IJIJWW PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Nom du service Google vision:v1 PUBLIC
C_ROOT_URL STRING URL racine de l'API https://vision.googleapis.com PUBLIC
C_REVISION_DATE DATUM Date de révision du document de découverte 20240315 PUBLIC
C_PATH_PREFIX STRING Préfixe de chemin d'API PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Version sur site la plus basse 1,5 PUBLIC
C_CLOUD_VERSION /GOOG/SDK_VERSION Version Cloud la plus basse 1,0 PUBLIC

Méthodes

Pour obtenir des informations générales sur une méthode du SDK ABAP pour Google Cloud, consultez la page Méthode API.

CONSTRUCTOR

  • Description : Constructor
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_KEY_NAME IMPORTING /GOOG/KEYNAME Nom de la clé Google Cloud
IV_LOG_OBJ IMPORTING BALOBJ_D Journal d'application : nom de l'objet (code d'application)
IV_LOG_SUBOBJ IMPORTING BALSUBOBJ Journal d'application : sous-objet

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

ADD_PRODUCT_PRODUCT_SETS

  • Description: vision.projects.locations.productSets.addProduct
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PRODUCT_SETS_ID IMPORTING STRING productSetsId
IS_INPUT IMPORTING TY_001 AddProductToProductSetRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… DATA Données de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

ANNOTATE_FILES

  • Description: vision.files.annotate
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IS_INPUT IMPORTING TY_010 BatchAnnotateFilesRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_011 BatchAnnotateFilesResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

ANNOTATE_FILES1

  • Description: vision.projects.files.annotate
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IS_INPUT IMPORTING TY_010 BatchAnnotateFilesRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_011 BatchAnnotateFilesResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

ANNOTATE_FILES2

  • Description: vision.projects.locations.files.annotate
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IS_INPUT IMPORTING TY_010 BatchAnnotateFilesRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_011 BatchAnnotateFilesResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

ANNOTATE_IMAGES

  • Description: vision.images.annotate
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IS_INPUT IMPORTING TY_012 BatchAnnotateImagesRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_013 BatchAnnotateImagesResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

ANNOTATE_IMAGES1

  • Description: vision.projects.images.annotate
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IS_INPUT IMPORTING TY_012 BatchAnnotateImagesRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_013 BatchAnnotateImagesResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

ANNOTATE_IMAGES2

  • Description: vision.projects.locations.images.annotate
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IS_INPUT IMPORTING TY_012 BatchAnnotateImagesRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_013 BatchAnnotateImagesResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

ASYNC_BATCH_ANNOTATE_FILES

  • Description: vision.files.asyncBatchAnnotate
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IS_INPUT IMPORTING TY_008 AsyncBatchAnnotateFilesRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_231 Opération
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

ASYNC_BATCH_ANNOTATE_FILES1

  • Description: vision.projects.files.asyncBatchAnnotate
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IS_INPUT IMPORTING TY_008 AsyncBatchAnnotateFilesRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_231 Opération
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

ASYNC_BATCH_ANNOTATE_FILES2

  • Description: vision.projects.locations.files.asyncBatchAnnotate
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IS_INPUT IMPORTING TY_008 AsyncBatchAnnotateFilesRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_231 Opération
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

ASYNC_BATCH_ANNOTATE_IMAGES

  • Description: vision.images.asyncBatchAnnotate
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IS_INPUT IMPORTING TY_009 AsyncBatchAnnotateImagesRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_231 Opération
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

ASYNC_BATCH_ANNOTATE_IMAGES1

  • Description: vision.projects.images.asyncBatchAnnotate
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IS_INPUT IMPORTING TY_009 AsyncBatchAnnotateImagesRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_231 Opération
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

ASYNC_BATCH_ANNOTATE_IMAGES2

  • Description: vision.projects.locations.images.asyncBatchAnnotate
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IS_INPUT IMPORTING TY_009 AsyncBatchAnnotateImagesRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_231 Opération
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CANCEL_OPERATIONS

  • Description: vision.operations.cancel
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
IS_INPUT IMPORTING DATA Données d'entrée
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… DATA Données de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_PRODUCTS

  • Description: vision.projects.locations.products.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PRODUCTID IMPORTING STRING productId
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IS_INPUT IMPORTING TY_236 Product
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_236 Product
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_PRODUCT_SETS

  • Description: vision.projects.locations.productSets.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PRODUCTSETID IMPORTING STRING productSetId
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IS_INPUT IMPORTING TY_239 ProductSet
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_239 ProductSet
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

CREATE_REFERENCE_IMAGES

  • Description: vision.projects.locations.products.referenceImages.create
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_REFERENCEIMAGEID IMPORTING STRING referenceImageId
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PRODUCTS_ID IMPORTING STRING productsId
IS_INPUT IMPORTING TY_243 ReferenceImage
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_243 ReferenceImage
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_OPERATIONS

  • Description: vision.operations.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… DATA Données de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_PRODUCTS

  • Description: vision.projects.locations.products.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PRODUCTS_ID IMPORTING STRING productsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… DATA Données de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_PRODUCT_SETS

  • Description: vision.projects.locations.productSets.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PRODUCT_SETS_ID IMPORTING STRING productSetsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… DATA Données de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

DELETE_REFERENCE_IMAGES

  • Description: vision.projects.locations.products.referenceImages.delete
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PRODUCTS_ID IMPORTING STRING productsId
IV_P_REFERENCE_IMAGES_ID IMPORTING STRING referenceImagesId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… DATA Données de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_OPERATIONS

  • Description: vision.locations.operations.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_231 Opération
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_OPERATIONS1

  • Description: vision.operations.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_231 Opération
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_OPERATIONS2

  • Description: vision.projects.locations.operations.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_231 Opération
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_OPERATIONS3

  • Description: vision.projects.operations.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_231 Opération
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_PRODUCTS

  • Description: vision.projects.locations.products.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PRODUCTS_ID IMPORTING STRING productsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_236 Product
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_PRODUCT_SETS

  • Description: vision.projects.locations.productSets.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PRODUCT_SETS_ID IMPORTING STRING productSetsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_239 ProductSet
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

GET_REFERENCE_IMAGES

  • Description: vision.projects.locations.products.referenceImages.get
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PRODUCTS_ID IMPORTING STRING productsId
IV_P_REFERENCE_IMAGES_ID IMPORTING STRING referenceImagesId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_243 ReferenceImage
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

IMPORT_PRODUCT_SETS

  • Description: vision.projects.locations.productSets.import
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IS_INPUT IMPORTING TY_216 ImportProductSetsRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_231 Opération
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_OPERATIONS

  • Description: vision.operations.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
ES_RAW Exportation… DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_222 ListOperationsResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_PRODUCTS

  • Description: vision.projects.locations.productSets.products.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PRODUCT_SETS_ID IMPORTING STRING productSetsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_224 ListProductsInProductSetResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_PRODUCTS1

  • Description: vision.projects.locations.products.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_225 ListProductsResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_PRODUCT_SETS

  • Description: vision.projects.locations.productSets.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_223 ListProductSetsResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

LIST_REFERENCE_IMAGES

  • Description: vision.projects.locations.products.referenceImages.list
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PRODUCTS_ID IMPORTING STRING productsId
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_226 ListReferenceImagesResponse
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

PATCH_PRODUCTS

  • Description: vision.projects.locations.products.patch
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_UPDATEMASK IMPORTING STRING #updatemask
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PRODUCTS_ID IMPORTING STRING productsId
IS_INPUT IMPORTING TY_236 Product
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_236 Product
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

PATCH_PRODUCT_SETS

  • Description: vision.projects.locations.productSets.patch
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_Q_UPDATEMASK IMPORTING STRING #updatemask
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PRODUCT_SETS_ID IMPORTING STRING productSetsId
IS_INPUT IMPORTING TY_239 ProductSet
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_239 ProductSet
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

PURGE_PRODUCTS

  • Description: vision.projects.locations.products.purge
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IS_INPUT IMPORTING TY_242 PurgeProductsRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT EXPORTING TY_231 Opération
EV_RET_CODE EXPORTING I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

REMOVE_PRODUCT_PRODUCT_SETS

  • Description: vision.projects.locations.productSets.removeProduct
  • Visibilité : PUBLIQUE

Paramètres

Nom Catégorie Type Description
IV_P_PROJECTS_ID IMPORTING STRING ProjectsId
IV_P_LOCATIONS_ID IMPORTING STRING Emplacements.ID
IV_P_PRODUCT_SETS_ID IMPORTING STRING productSetsId
IS_INPUT IMPORTING TY_244 RemoveProductFromProductSetRequest
ES_RAW EXPORTING DATA Données brutes de sortie
ES_OUTPUT Exportation… DATA Données de sortie
EV_RET_CODE Exportation… I Code renvoyé
EV_ERR_TEXT EXPORTING STRING Texte de l'erreur
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Réponse d'erreur

Exception

Nom Description
/GOOG/CX_SDK SDK ABAP pour Google Cloud : classe d'exception

FERMER

  • Description : Fermer la connexion
  • Visibilité : PUBLIQUE