Class /GOOG/CL_VISION_V1

Class

/GOOG/CL_VISION_V1
  • Inheriting from:/GOOG/CL_HTTP_CLIENT
  • Description:Cloud Vision API v1
For general information about a class in ABAP SDK for Google Cloud, see API client stub.

Types

Type Description Visibility
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
TYT/GOOG/NUM_FLOAT PUBLIC

Constants

Name Type Description Value Visibility
C_CLOUD_VERSION /GOOG/SDK_VERSION Lowest Cloud Version 1.0 PUBLIC
C_ON_PREM_VERSION /GOOG/SDK_VERSION Lowest On-premise Version 1.5 PUBLIC
C_PATH_PREFIX STRING API Path Prefix PUBLIC
C_REVISION_DATE DATUM Discovery Document revision Date 20240223 PUBLIC
C_ROOT_URL STRING API Root URL https://vision.googleapis.com PUBLIC
C_SERVICE_NAME /GOOG/SERVICE_NAME Google Service Name vision:v1 PUBLIC
C_SUPPORTED_AUTH /GOOG/SUPP_AUTH Supported Auth Types IJIJWW PUBLIC

Methods

For general information about a method in ABAP SDK for Google Cloud, see API method.

CONSTRUCTOR

  • Description: Constructor
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_KEY_NAME IMPORTING /GOOG/KEYNAME Google Cloud Key Name
IV_LOG_OBJ IMPORTING BALOBJ_D Application log: Object name (Application code)
IV_LOG_SUBOBJ IMPORTING BALSUBOBJ Application Log: Subobject

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

ADD_PRODUCT_PRODUCT_SETS

  • Description: vision.projects.locations.productSets.addProduct
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_PRODUCT_SETS_ID IMPORTING STRING productSetsId
IS_INPUT IMPORTING TY_001 AddProductToProductSetRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING REF TO DATA Output Data
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

ANNOTATE_FILES

  • Description: vision.files.annotate
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING TY_010 BatchAnnotateFilesRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_011 BatchAnnotateFilesResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

ANNOTATE_FILES1

  • Description: vision.projects.files.annotate
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IS_INPUT IMPORTING TY_010 BatchAnnotateFilesRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_011 BatchAnnotateFilesResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

ANNOTATE_FILES2

  • Description: vision.projects.locations.files.annotate
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_010 BatchAnnotateFilesRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_011 BatchAnnotateFilesResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

ANNOTATE_IMAGES

  • Description: vision.images.annotate
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING TY_012 BatchAnnotateImagesRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_013 BatchAnnotateImagesResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

ANNOTATE_IMAGES1

  • Description: vision.projects.images.annotate
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IS_INPUT IMPORTING TY_012 BatchAnnotateImagesRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_013 BatchAnnotateImagesResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

ANNOTATE_IMAGES2

  • Description: vision.projects.locations.images.annotate
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_012 BatchAnnotateImagesRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_013 BatchAnnotateImagesResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

ASYNC_BATCH_ANNOTATE_FILES

  • Description: vision.files.asyncBatchAnnotate
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING TY_008 AsyncBatchAnnotateFilesRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_231 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

ASYNC_BATCH_ANNOTATE_FILES1

  • Description: vision.projects.files.asyncBatchAnnotate
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IS_INPUT IMPORTING TY_008 AsyncBatchAnnotateFilesRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_231 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

ASYNC_BATCH_ANNOTATE_FILES2

  • Description: vision.projects.locations.files.asyncBatchAnnotate
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_008 AsyncBatchAnnotateFilesRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_231 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

ASYNC_BATCH_ANNOTATE_IMAGES

  • Description: vision.images.asyncBatchAnnotate
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IS_INPUT IMPORTING TY_009 AsyncBatchAnnotateImagesRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_231 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

ASYNC_BATCH_ANNOTATE_IMAGES1

  • Description: vision.projects.images.asyncBatchAnnotate
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IS_INPUT IMPORTING TY_009 AsyncBatchAnnotateImagesRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_231 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

ASYNC_BATCH_ANNOTATE_IMAGES2

  • Description: vision.projects.locations.images.asyncBatchAnnotate
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_009 AsyncBatchAnnotateImagesRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_231 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CANCEL_OPERATIONS

  • Description: vision.operations.cancel
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
IS_INPUT IMPORTING REF TO DATA Input Data
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING REF TO DATA Output Data
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CREATE_PRODUCTS

  • Description: vision.projects.locations.products.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PRODUCTID IMPORTING STRING productId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_236 Product
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_236 Product
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CREATE_PRODUCT_SETS

  • Description: vision.projects.locations.productSets.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_PRODUCTSETID IMPORTING STRING productSetId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_239 ProductSet
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_239 ProductSet
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CREATE_REFERENCE_IMAGES

  • Description: vision.projects.locations.products.referenceImages.create
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_REFERENCEIMAGEID IMPORTING STRING referenceImageId
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_PRODUCTS_ID IMPORTING STRING productsId
IS_INPUT IMPORTING TY_243 ReferenceImage
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_243 ReferenceImage
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_OPERATIONS

  • Description: vision.operations.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING REF TO DATA Output Data
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_PRODUCTS

  • Description: vision.projects.locations.products.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_PRODUCTS_ID IMPORTING STRING productsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING REF TO DATA Output Data
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_PRODUCT_SETS

  • Description: vision.projects.locations.productSets.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_PRODUCT_SETS_ID IMPORTING STRING productSetsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING REF TO DATA Output Data
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

DELETE_REFERENCE_IMAGES

  • Description: vision.projects.locations.products.referenceImages.delete
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_PRODUCTS_ID IMPORTING STRING productsId
IV_P_REFERENCE_IMAGES_ID IMPORTING STRING referenceImagesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING REF TO DATA Output Data
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_OPERATIONS

  • Description: vision.locations.operations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_231 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_OPERATIONS1

  • Description: vision.operations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_231 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_OPERATIONS2

  • Description: vision.projects.locations.operations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_231 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_OPERATIONS3

  • Description: vision.projects.operations.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_OPERATIONS_ID IMPORTING STRING operationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_231 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_PRODUCTS

  • Description: vision.projects.locations.products.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_PRODUCTS_ID IMPORTING STRING productsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_236 Product
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_PRODUCT_SETS

  • Description: vision.projects.locations.productSets.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_PRODUCT_SETS_ID IMPORTING STRING productSetsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_239 ProductSet
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

GET_REFERENCE_IMAGES

  • Description: vision.projects.locations.products.referenceImages.get
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_PRODUCTS_ID IMPORTING STRING productsId
IV_P_REFERENCE_IMAGES_ID IMPORTING STRING referenceImagesId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_243 ReferenceImage
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

IMPORT_PRODUCT_SETS

  • Description: vision.projects.locations.productSets.import
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_216 ImportProductSetsRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_231 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_OPERATIONS

  • Description: vision.operations.list
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_FILTER IMPORTING STRING filter
IV_Q_PAGESIZE IMPORTING STRING pageSize
IV_Q_PAGETOKEN IMPORTING STRING pageToken
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_222 ListOperationsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_PRODUCTS

  • Description: vision.projects.locations.productSets.products.list
  • Visibility: PUBLIC

Parameters

Name Category 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 locationsId
IV_P_PRODUCT_SETS_ID IMPORTING STRING productSetsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_224 ListProductsInProductSetResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_PRODUCTS1

  • Description: vision.projects.locations.products.list
  • Visibility: PUBLIC

Parameters

Name Category 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 locationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_225 ListProductsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_PRODUCT_SETS

  • Description: vision.projects.locations.productSets.list
  • Visibility: PUBLIC

Parameters

Name Category 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 locationsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_223 ListProductSetsResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

LIST_REFERENCE_IMAGES

  • Description: vision.projects.locations.products.referenceImages.list
  • Visibility: PUBLIC

Parameters

Name Category 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 locationsId
IV_P_PRODUCTS_ID IMPORTING STRING productsId
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_226 ListReferenceImagesResponse
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

PATCH_PRODUCTS

  • Description: vision.projects.locations.products.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_PRODUCTS_ID IMPORTING STRING productsId
IS_INPUT IMPORTING TY_236 Product
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_236 Product
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

PATCH_PRODUCT_SETS

  • Description: vision.projects.locations.productSets.patch
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_Q_UPDATEMASK IMPORTING STRING updateMask
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_PRODUCT_SETS_ID IMPORTING STRING productSetsId
IS_INPUT IMPORTING TY_239 ProductSet
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_239 ProductSet
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

PURGE_PRODUCTS

  • Description: vision.projects.locations.products.purge
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IS_INPUT IMPORTING TY_242 PurgeProductsRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING TY_231 Operation
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

REMOVE_PRODUCT_PRODUCT_SETS

  • Description: vision.projects.locations.productSets.removeProduct
  • Visibility: PUBLIC

Parameters

Name Category Type Description
IV_P_PROJECTS_ID IMPORTING STRING projectsId
IV_P_LOCATIONS_ID IMPORTING STRING locationsId
IV_P_PRODUCT_SETS_ID IMPORTING STRING productSetsId
IS_INPUT IMPORTING TY_244 RemoveProductFromProductSetRequest
ES_RAW EXPORTING DATA Raw Output Data
ES_OUTPUT EXPORTING REF TO DATA Output Data
EV_RET_CODE EXPORTING I Return Code
EV_ERR_TEXT EXPORTING STRING Error Text
ES_ERR_RESP EXPORTING /GOOG/ERR_RESP Error Response

Exception

Name Description
/GOOG/CX_SDK ABAP SDK for Google Cloud: Exception Class

CLOSE

  • Description: Close Connection
  • Visibility: PUBLIC