|
1 | 1 | /**
|
2 |
| - * VisionService API |
3 |
| - * A description of the VisionService API. |
| 2 | + * Vision API |
| 3 | + * Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported. |
4 | 4 | * OpenAPI spec version: 20220125
|
5 | 5 | *
|
6 | 6 | *
|
@@ -287,7 +287,7 @@ export class AIServiceVisionClient {
|
287 | 287 | }
|
288 | 288 |
|
289 | 289 | /**
|
290 |
| - * Cancel a batch document job. |
| 290 | + * Cancel a document batch job. |
291 | 291 | *
|
292 | 292 | * This operation does not retry by default if the user has not defined a retry configuration.
|
293 | 293 | * @param CancelDocumentJobRequest
|
@@ -348,7 +348,7 @@ export class AIServiceVisionClient {
|
348 | 348 | }
|
349 | 349 |
|
350 | 350 | /**
|
351 |
| - * Cancel a batch image job. |
| 351 | + * Cancel an image batch job. |
352 | 352 | *
|
353 | 353 | * This operation does not retry by default if the user has not defined a retry configuration.
|
354 | 354 | * @param CancelImageJobRequest
|
@@ -408,7 +408,7 @@ export class AIServiceVisionClient {
|
408 | 408 | }
|
409 | 409 |
|
410 | 410 | /**
|
411 |
| - * Cancel work request with the given ID. |
| 411 | + * Cancel the work request with the given ID. |
412 | 412 | * This operation does not retry by default if the user has not defined a retry configuration.
|
413 | 413 | * @param CancelWorkRequestRequest
|
414 | 414 | * @return CancelWorkRequestResponse
|
@@ -468,7 +468,7 @@ export class AIServiceVisionClient {
|
468 | 468 | }
|
469 | 469 |
|
470 | 470 | /**
|
471 |
| - * Moves a model from one compartment to another. When provided, If-Match is checked against ETag values of the resource. |
| 471 | + * Moves a model from one compartment to another. When provided, If-Match is checked against the ETag values of the resource. |
472 | 472 | * This operation does not retry by default if the user has not defined a retry configuration.
|
473 | 473 | * @param ChangeModelCompartmentRequest
|
474 | 474 | * @return ChangeModelCompartmentResponse
|
@@ -533,7 +533,7 @@ export class AIServiceVisionClient {
|
533 | 533 | }
|
534 | 534 |
|
535 | 535 | /**
|
536 |
| - * Moves a project from one compartment to another. When provided, If-Match is checked against ETag values of the resource. |
| 536 | + * Move a project from one compartment to another. When provided, If-Match is checked against the ETag values of the resource. |
537 | 537 | * This operation does not retry by default if the user has not defined a retry configuration.
|
538 | 538 | * @param ChangeProjectCompartmentRequest
|
539 | 539 | * @return ChangeProjectCompartmentResponse
|
@@ -598,7 +598,7 @@ export class AIServiceVisionClient {
|
598 | 598 | }
|
599 | 599 |
|
600 | 600 | /**
|
601 |
| - * Create a batch document analysis job |
| 601 | + * Create a document analysis batch job. |
602 | 602 | *
|
603 | 603 | * This operation does not retry by default if the user has not defined a retry configuration.
|
604 | 604 | * @param CreateDocumentJobRequest
|
@@ -671,7 +671,7 @@ export class AIServiceVisionClient {
|
671 | 671 | }
|
672 | 672 |
|
673 | 673 | /**
|
674 |
| - * Create a batch image analysis job. |
| 674 | + * Create an image analysis batch job. |
675 | 675 | *
|
676 | 676 | * This operation does not retry by default if the user has not defined a retry configuration.
|
677 | 677 | * @param CreateImageJobRequest
|
@@ -743,7 +743,7 @@ export class AIServiceVisionClient {
|
743 | 743 | }
|
744 | 744 |
|
745 | 745 | /**
|
746 |
| - * Creates a new model. |
| 746 | + * Create a new model. |
747 | 747 | *
|
748 | 748 | * This operation does not retry by default if the user has not defined a retry configuration.
|
749 | 749 | * @param CreateModelRequest
|
@@ -820,7 +820,7 @@ export class AIServiceVisionClient {
|
820 | 820 | }
|
821 | 821 |
|
822 | 822 | /**
|
823 |
| - * Creates a new project. |
| 823 | + * Create a new project. |
824 | 824 | *
|
825 | 825 | * This operation does not retry by default if the user has not defined a retry configuration.
|
826 | 826 | * @param CreateProjectRequest
|
@@ -897,7 +897,7 @@ export class AIServiceVisionClient {
|
897 | 897 | }
|
898 | 898 |
|
899 | 899 | /**
|
900 |
| - * Deletes a model by identifier. |
| 900 | + * Delete a model by identifier. |
901 | 901 | * This operation does not retry by default if the user has not defined a retry configuration.
|
902 | 902 | * @param DeleteModelRequest
|
903 | 903 | * @return DeleteModelResponse
|
@@ -961,7 +961,7 @@ export class AIServiceVisionClient {
|
961 | 961 | }
|
962 | 962 |
|
963 | 963 | /**
|
964 |
| - * Deletes a project by identifier. |
| 964 | + * Delete a project by identifier. |
965 | 965 | * This operation does not retry by default if the user has not defined a retry configuration.
|
966 | 966 | * @param DeleteProjectRequest
|
967 | 967 | * @return DeleteProjectResponse
|
@@ -1025,7 +1025,7 @@ export class AIServiceVisionClient {
|
1025 | 1025 | }
|
1026 | 1026 |
|
1027 | 1027 | /**
|
1028 |
| - * Get details of a batch document job. |
| 1028 | + * Get details of a document batch job. |
1029 | 1029 | *
|
1030 | 1030 | * This operation does not retry by default if the user has not defined a retry configuration.
|
1031 | 1031 | * @param GetDocumentJobRequest
|
@@ -1093,7 +1093,7 @@ export class AIServiceVisionClient {
|
1093 | 1093 | }
|
1094 | 1094 |
|
1095 | 1095 | /**
|
1096 |
| - * Get details of a batch image job. |
| 1096 | + * Get details of an image batch job. |
1097 | 1097 | *
|
1098 | 1098 | * This operation does not retry by default if the user has not defined a retry configuration.
|
1099 | 1099 | * @param GetImageJobRequest
|
@@ -1161,7 +1161,7 @@ export class AIServiceVisionClient {
|
1161 | 1161 | }
|
1162 | 1162 |
|
1163 | 1163 | /**
|
1164 |
| - * Gets a model by identifier. |
| 1164 | + * Get a model by identifier. |
1165 | 1165 | * This operation does not retry by default if the user has not defined a retry configuration.
|
1166 | 1166 | * @param GetModelRequest
|
1167 | 1167 | * @return GetModelResponse
|
@@ -1228,7 +1228,7 @@ export class AIServiceVisionClient {
|
1228 | 1228 | }
|
1229 | 1229 |
|
1230 | 1230 | /**
|
1231 |
| - * Gets a project by identifier. |
| 1231 | + * Get a project by identifier. |
1232 | 1232 | * This operation does not retry by default if the user has not defined a retry configuration.
|
1233 | 1233 | * @param GetProjectRequest
|
1234 | 1234 | * @return GetProjectResponse
|
@@ -1518,7 +1518,7 @@ export class AIServiceVisionClient {
|
1518 | 1518 | }
|
1519 | 1519 |
|
1520 | 1520 | /**
|
1521 |
| - * Return a (paginated) list of errors for a given work request. |
| 1521 | + * Returns a (paginated) list of errors for a given work request. |
1522 | 1522 | *
|
1523 | 1523 | * This operation does not retry by default if the user has not defined a retry configuration.
|
1524 | 1524 | * @param ListWorkRequestErrorsRequest
|
@@ -1741,7 +1741,7 @@ export class AIServiceVisionClient {
|
1741 | 1741 | }
|
1742 | 1742 |
|
1743 | 1743 | /**
|
1744 |
| - * Updates model metadata. |
| 1744 | + * Updates the model metadata. |
1745 | 1745 | * This operation does not retry by default if the user has not defined a retry configuration.
|
1746 | 1746 | * @param UpdateModelRequest
|
1747 | 1747 | * @return UpdateModelResponse
|
@@ -1810,7 +1810,7 @@ export class AIServiceVisionClient {
|
1810 | 1810 | }
|
1811 | 1811 |
|
1812 | 1812 | /**
|
1813 |
| - * Updates project metadata. |
| 1813 | + * Update the project metadata. |
1814 | 1814 | * This operation does not retry by default if the user has not defined a retry configuration.
|
1815 | 1815 | * @param UpdateProjectRequest
|
1816 | 1816 | * @return UpdateProjectResponse
|
|
0 commit comments