- 3.50.0 (latest)
- 3.49.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.3
- 2.1.4
- 2.0.29
Package com.google.cloud.vision.v1p4beta1 (3.47.0)
GitHub Repository | RPC Documentation | REST Documentation |
This package is not the recommended entry point to using this client library!
For this library, we recommend using com.google.cloud.vision.v1 for new applications.
Prerelease Implications
This package is a prerelease version! Use with caution.
Prerelease versions are considered unstable as they may be shut down and/or subject to breaking changes when upgrading. Use them only for testing or if you specifically need their experimental features.
Client Classes
Client classes are the main entry point to using a package. They contain several variations of Java methods for each of the API's methods.
Client | Description |
---|---|
com.google.cloud.vision.v1p4beta1.ImageAnnotatorClient | Service Description: Service that performs Google Cloud Vision API detection tasks over client images, such as face, landmark, logo, label, and text detection. The ImageAnnotator service returns detected entities from the images. |
com.google.cloud.vision.v1p4beta1.ProductSearchClient |
Service Description: Manages Products and ProductSets of reference images for use in product
search. It uses the following resource model:
- The API has a collection of ProductSet |
Settings Classes
Settings classes can be used to configure credentials, endpoints, and retry settings for a Client.
Settings | Description |
---|---|
com.google.cloud.vision.v1p4beta1.ImageAnnotatorSettings |
Settings class to configure an instance of ImageAnnotatorClient.
The default instance has everything set to sensible defaults: |
com.google.cloud.vision.v1p4beta1.ProductSearchSettings |
Settings class to configure an instance of ProductSearchClient.
The default instance has everything set to sensible defaults: |
Classes
Class | Description |
---|---|
com.google.cloud.vision.v1p4beta1.AddProductToProductSetRequest |
Request message for the AddProductToProductSet method.
|
com.google.cloud.vision.v1p4beta1.AddProductToProductSetRequest.Builder |
Request message for the AddProductToProductSet method.
|
com.google.cloud.vision.v1p4beta1.AnnotateFileRequest | A request to annotate one single file, e.g. a PDF, TIFF or GIF file. |
com.google.cloud.vision.v1p4beta1.AnnotateFileRequest.Builder | A request to annotate one single file, e.g. a PDF, TIFF or GIF file. |
com.google.cloud.vision.v1p4beta1.AnnotateFileResponse | Response to a single file annotation request. A file may contain one or more images, which individually have their own responses. |
com.google.cloud.vision.v1p4beta1.AnnotateFileResponse.Builder | Response to a single file annotation request. A file may contain one or more images, which individually have their own responses. |
com.google.cloud.vision.v1p4beta1.AnnotateImageRequest | Request for performing Google Cloud Vision API tasks over a user-provided image, with user-requested features, and with context information. |
com.google.cloud.vision.v1p4beta1.AnnotateImageRequest.Builder | Request for performing Google Cloud Vision API tasks over a user-provided image, with user-requested features, and with context information. |
com.google.cloud.vision.v1p4beta1.AnnotateImageResponse | Response to an image annotation request. |
com.google.cloud.vision.v1p4beta1.AnnotateImageResponse.Builder | Response to an image annotation request. |
com.google.cloud.vision.v1p4beta1.AsyncAnnotateFileRequest | An offline file annotation request. |
com.google.cloud.vision.v1p4beta1.AsyncAnnotateFileRequest.Builder | An offline file annotation request. |
com.google.cloud.vision.v1p4beta1.AsyncAnnotateFileResponse | The response for a single offline file annotation request. |
com.google.cloud.vision.v1p4beta1.AsyncAnnotateFileResponse.Builder | The response for a single offline file annotation request. |
com.google.cloud.vision.v1p4beta1.AsyncBatchAnnotateFilesRequest | Multiple async file annotation requests are batched into a single service call. |
com.google.cloud.vision.v1p4beta1.AsyncBatchAnnotateFilesRequest.Builder | Multiple async file annotation requests are batched into a single service call. |
com.google.cloud.vision.v1p4beta1.AsyncBatchAnnotateFilesResponse | Response to an async batch file annotation request. |
com.google.cloud.vision.v1p4beta1.AsyncBatchAnnotateFilesResponse.Builder | Response to an async batch file annotation request. |
com.google.cloud.vision.v1p4beta1.AsyncBatchAnnotateImagesRequest | Request for async image annotation for a list of images. |
com.google.cloud.vision.v1p4beta1.AsyncBatchAnnotateImagesRequest.Builder | Request for async image annotation for a list of images. |
com.google.cloud.vision.v1p4beta1.AsyncBatchAnnotateImagesResponse | Response to an async batch image annotation request. |
com.google.cloud.vision.v1p4beta1.AsyncBatchAnnotateImagesResponse.Builder | Response to an async batch image annotation request. |
com.google.cloud.vision.v1p4beta1.BatchAnnotateFilesRequest | A list of requests to annotate files using the BatchAnnotateFiles API. |
com.google.cloud.vision.v1p4beta1.BatchAnnotateFilesRequest.Builder | A list of requests to annotate files using the BatchAnnotateFiles API. |
com.google.cloud.vision.v1p4beta1.BatchAnnotateFilesResponse | A list of file annotation responses. |
com.google.cloud.vision.v1p4beta1.BatchAnnotateFilesResponse.Builder | A list of file annotation responses. |
com.google.cloud.vision.v1p4beta1.BatchAnnotateImagesRequest | Multiple image annotation requests are batched into a single service call. |
com.google.cloud.vision.v1p4beta1.BatchAnnotateImagesRequest.Builder | Multiple image annotation requests are batched into a single service call. |
com.google.cloud.vision.v1p4beta1.BatchAnnotateImagesResponse | Response to a batch image annotation request. |
com.google.cloud.vision.v1p4beta1.BatchAnnotateImagesResponse.Builder | Response to a batch image annotation request. |
com.google.cloud.vision.v1p4beta1.BatchOperationMetadata |
Metadata for the batch operations such as the current state.
This is included in the metadata field of the Operation returned by the |
com.google.cloud.vision.v1p4beta1.BatchOperationMetadata.Builder |
Metadata for the batch operations such as the current state.
This is included in the metadata field of the Operation returned by the |
com.google.cloud.vision.v1p4beta1.Block | Logical element on the page. |
com.google.cloud.vision.v1p4beta1.Block.Builder | Logical element on the page. |
com.google.cloud.vision.v1p4beta1.BoundingPoly | A bounding polygon for the detected image annotation. |
com.google.cloud.vision.v1p4beta1.BoundingPoly.Builder | A bounding polygon for the detected image annotation. |
com.google.cloud.vision.v1p4beta1.Celebrity | A Celebrity is a group of Faces with an identity. |
com.google.cloud.vision.v1p4beta1.Celebrity.Builder | A Celebrity is a group of Faces with an identity. |
com.google.cloud.vision.v1p4beta1.CelebrityProto | |
com.google.cloud.vision.v1p4beta1.ColorInfo | Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. |
com.google.cloud.vision.v1p4beta1.ColorInfo.Builder | Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image. |
com.google.cloud.vision.v1p4beta1.CreateProductRequest |
Request message for the CreateProduct method.
|
com.google.cloud.vision.v1p4beta1.CreateProductRequest.Builder |
Request message for the CreateProduct method.
|
com.google.cloud.vision.v1p4beta1.CreateProductSetRequest |
Request message for the CreateProductSet method.
|
com.google.cloud.vision.v1p4beta1.CreateProductSetRequest.Builder |
Request message for the CreateProductSet method.
|
com.google.cloud.vision.v1p4beta1.CreateReferenceImageRequest |
Request message for the CreateReferenceImage method.
|
com.google.cloud.vision.v1p4beta1.CreateReferenceImageRequest.Builder |
Request message for the CreateReferenceImage method.
|
com.google.cloud.vision.v1p4beta1.CropHint | Single crop hint that is used to generate a new crop when serving an image. |
com.google.cloud.vision.v1p4beta1.CropHint.Builder | Single crop hint that is used to generate a new crop when serving an image. |
com.google.cloud.vision.v1p4beta1.CropHintsAnnotation | Set of crop hints that are used to generate new crops when serving images. |
com.google.cloud.vision.v1p4beta1.CropHintsAnnotation.Builder | Set of crop hints that are used to generate new crops when serving images. |
com.google.cloud.vision.v1p4beta1.CropHintsParams | Parameters for crop hints annotation request. |
com.google.cloud.vision.v1p4beta1.CropHintsParams.Builder | Parameters for crop hints annotation request. |
com.google.cloud.vision.v1p4beta1.DeleteProductRequest |
Request message for the DeleteProduct method.
|
com.google.cloud.vision.v1p4beta1.DeleteProductRequest.Builder |
Request message for the DeleteProduct method.
|
com.google.cloud.vision.v1p4beta1.DeleteProductSetRequest |
Request message for the DeleteProductSet method.
|
com.google.cloud.vision.v1p4beta1.DeleteProductSetRequest.Builder |
Request message for the DeleteProductSet method.
|
com.google.cloud.vision.v1p4beta1.DeleteReferenceImageRequest |
Request message for the DeleteReferenceImage method.
|
com.google.cloud.vision.v1p4beta1.DeleteReferenceImageRequest.Builder |
Request message for the DeleteReferenceImage method.
|
com.google.cloud.vision.v1p4beta1.DominantColorsAnnotation | Set of dominant colors and their corresponding scores. |
com.google.cloud.vision.v1p4beta1.DominantColorsAnnotation.Builder | Set of dominant colors and their corresponding scores. |
com.google.cloud.vision.v1p4beta1.EntityAnnotation | Set of detected entity features. |
com.google.cloud.vision.v1p4beta1.EntityAnnotation.Builder | Set of detected entity features. |
com.google.cloud.vision.v1p4beta1.FaceAnnotation | A face annotation object contains the results of face detection. |
com.google.cloud.vision.v1p4beta1.FaceAnnotation.Builder | A face annotation object contains the results of face detection. |
com.google.cloud.vision.v1p4beta1.FaceAnnotation.Landmark | A face-specific landmark (for example, a face feature). |
com.google.cloud.vision.v1p4beta1.FaceAnnotation.Landmark.Builder | A face-specific landmark (for example, a face feature). |
com.google.cloud.vision.v1p4beta1.FaceRecognitionParams | Parameters for a celebrity recognition request. |
com.google.cloud.vision.v1p4beta1.FaceRecognitionParams.Builder | Parameters for a celebrity recognition request. |
com.google.cloud.vision.v1p4beta1.FaceRecognitionResult | Information about a face's identity. |
com.google.cloud.vision.v1p4beta1.FaceRecognitionResult.Builder | Information about a face's identity. |
com.google.cloud.vision.v1p4beta1.Feature |
The type of Google Cloud Vision API detection to perform, and the maximum
number of results to return for that type. Multiple Feature objects can
be specified in the features list. |
com.google.cloud.vision.v1p4beta1.Feature.Builder |
The type of Google Cloud Vision API detection to perform, and the maximum
number of results to return for that type. Multiple Feature objects can
be specified in the features list. |
com.google.cloud.vision.v1p4beta1.GcsDestination | The Google Cloud Storage location where the output will be written to. |
com.google.cloud.vision.v1p4beta1.GcsDestination.Builder | The Google Cloud Storage location where the output will be written to. |
com.google.cloud.vision.v1p4beta1.GcsSource | The Google Cloud Storage location where the input will be read from. |
com.google.cloud.vision.v1p4beta1.GcsSource.Builder | The Google Cloud Storage location where the input will be read from. |
com.google.cloud.vision.v1p4beta1.GeometryProto | |
com.google.cloud.vision.v1p4beta1.GetProductRequest |
Request message for the GetProduct method.
|
com.google.cloud.vision.v1p4beta1.GetProductRequest.Builder |
Request message for the GetProduct method.
|
com.google.cloud.vision.v1p4beta1.GetProductSetRequest |
Request message for the GetProductSet method.
|
com.google.cloud.vision.v1p4beta1.GetProductSetRequest.Builder |
Request message for the GetProductSet method.
|
com.google.cloud.vision.v1p4beta1.GetReferenceImageRequest |
Request message for the GetReferenceImage method.
|
com.google.cloud.vision.v1p4beta1.GetReferenceImageRequest.Builder |
Request message for the GetReferenceImage method.
|
com.google.cloud.vision.v1p4beta1.Image | Client image to perform Google Cloud Vision API tasks over. |
com.google.cloud.vision.v1p4beta1.Image.Builder | Client image to perform Google Cloud Vision API tasks over. |
com.google.cloud.vision.v1p4beta1.ImageAnnotationContext | If an image was produced from a file (e.g. a PDF), this message gives information about the source of that image. |
com.google.cloud.vision.v1p4beta1.ImageAnnotationContext.Builder | If an image was produced from a file (e.g. a PDF), this message gives information about the source of that image. |
com.google.cloud.vision.v1p4beta1.ImageAnnotatorGrpc | Service that performs Google Cloud Vision API detection tasks over client images, such as face, landmark, logo, label, and text detection. The ImageAnnotator service returns detected entities from the images. |
com.google.cloud.vision.v1p4beta1.ImageAnnotatorGrpc.ImageAnnotatorImplBase | Base class for the server implementation of the service ImageAnnotator. Service that performs Google Cloud Vision API detection tasks over client |
com.google.cloud.vision.v1p4beta1.ImageAnnotatorProto | |
com.google.cloud.vision.v1p4beta1.ImageAnnotatorSettings.Builder | Builder for ImageAnnotatorSettings. |
com.google.cloud.vision.v1p4beta1.ImageContext | Image context and/or feature-specific parameters. |
com.google.cloud.vision.v1p4beta1.ImageContext.Builder | Image context and/or feature-specific parameters. |
com.google.cloud.vision.v1p4beta1.ImageProperties | Stores image properties, such as dominant colors. |
com.google.cloud.vision.v1p4beta1.ImageProperties.Builder | Stores image properties, such as dominant colors. |
com.google.cloud.vision.v1p4beta1.ImageSource | External image source (Google Cloud Storage or web URL image location). |
com.google.cloud.vision.v1p4beta1.ImageSource.Builder | External image source (Google Cloud Storage or web URL image location). |
com.google.cloud.vision.v1p4beta1.ImportProductSetsGcsSource | The Google Cloud Storage location for a csv file which preserves a list of ImportProductSetRequests in each line. |
com.google.cloud.vision.v1p4beta1.ImportProductSetsGcsSource.Builder | The Google Cloud Storage location for a csv file which preserves a list of ImportProductSetRequests in each line. |
com.google.cloud.vision.v1p4beta1.ImportProductSetsInputConfig |
The input content for the ImportProductSets method.
|
com.google.cloud.vision.v1p4beta1.ImportProductSetsInputConfig.Builder |
The input content for the ImportProductSets method.
|
com.google.cloud.vision.v1p4beta1.ImportProductSetsRequest |
Request message for the ImportProductSets method.
|
com.google.cloud.vision.v1p4beta1.ImportProductSetsRequest.Builder |
Request message for the ImportProductSets method.
|
com.google.cloud.vision.v1p4beta1.ImportProductSetsResponse |
Response message for the ImportProductSets method.
This message is returned by the |
com.google.cloud.vision.v1p4beta1.ImportProductSetsResponse.Builder |
Response message for the ImportProductSets method.
This message is returned by the |
com.google.cloud.vision.v1p4beta1.InputConfig | The desired input location and metadata. |
com.google.cloud.vision.v1p4beta1.InputConfig.Builder | The desired input location and metadata. |
com.google.cloud.vision.v1p4beta1.LatLongRect |
Rectangle determined by min and max LatLng pairs.
|
com.google.cloud.vision.v1p4beta1.LatLongRect.Builder |
Rectangle determined by min and max LatLng pairs.
|
com.google.cloud.vision.v1p4beta1.ListProductSetsRequest |
Request message for the ListProductSets method.
|
com.google.cloud.vision.v1p4beta1.ListProductSetsRequest.Builder |
Request message for the ListProductSets method.
|
com.google.cloud.vision.v1p4beta1.ListProductSetsResponse |
Response message for the ListProductSets method.
|
com.google.cloud.vision.v1p4beta1.ListProductSetsResponse.Builder |
Response message for the ListProductSets method.
|
com.google.cloud.vision.v1p4beta1.ListProductsInProductSetRequest |
Request message for the ListProductsInProductSet method.
|
com.google.cloud.vision.v1p4beta1.ListProductsInProductSetRequest.Builder |
Request message for the ListProductsInProductSet method.
|
com.google.cloud.vision.v1p4beta1.ListProductsInProductSetResponse |
Response message for the ListProductsInProductSet method.
|
com.google.cloud.vision.v1p4beta1.ListProductsInProductSetResponse.Builder |
Response message for the ListProductsInProductSet method.
|
com.google.cloud.vision.v1p4beta1.ListProductsRequest |
Request message for the ListProducts method.
|
com.google.cloud.vision.v1p4beta1.ListProductsRequest.Builder |
Request message for the ListProducts method.
|
com.google.cloud.vision.v1p4beta1.ListProductsResponse |
Response message for the ListProducts method.
|
com.google.cloud.vision.v1p4beta1.ListProductsResponse.Builder |
Response message for the ListProducts method.
|
com.google.cloud.vision.v1p4beta1.ListReferenceImagesRequest |
Request message for the ListReferenceImages method.
|
com.google.cloud.vision.v1p4beta1.ListReferenceImagesRequest.Builder |
Request message for the ListReferenceImages method.
|
com.google.cloud.vision.v1p4beta1.ListReferenceImagesResponse |
Response message for the ListReferenceImages method.
|
com.google.cloud.vision.v1p4beta1.ListReferenceImagesResponse.Builder |
Response message for the ListReferenceImages method.
|
com.google.cloud.vision.v1p4beta1.LocalizedObjectAnnotation | Set of detected objects with bounding boxes. |
com.google.cloud.vision.v1p4beta1.LocalizedObjectAnnotation.Builder | Set of detected objects with bounding boxes. |
com.google.cloud.vision.v1p4beta1.LocationInfo | Detected entity location information. |
com.google.cloud.vision.v1p4beta1.LocationInfo.Builder | Detected entity location information. |
com.google.cloud.vision.v1p4beta1.LocationName | |
com.google.cloud.vision.v1p4beta1.LocationName.Builder | Builder for projects/{project}/locations/{location}. |
com.google.cloud.vision.v1p4beta1.NormalizedVertex | A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1. |
com.google.cloud.vision.v1p4beta1.NormalizedVertex.Builder | A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1. |
com.google.cloud.vision.v1p4beta1.OperationMetadata | Contains metadata for the BatchAnnotateImages operation. |
com.google.cloud.vision.v1p4beta1.OperationMetadata.Builder | Contains metadata for the BatchAnnotateImages operation. |
com.google.cloud.vision.v1p4beta1.OutputConfig | The desired output location and metadata. |
com.google.cloud.vision.v1p4beta1.OutputConfig.Builder | The desired output location and metadata. |
com.google.cloud.vision.v1p4beta1.Page | Detected page from OCR. |
com.google.cloud.vision.v1p4beta1.Page.Builder | Detected page from OCR. |
com.google.cloud.vision.v1p4beta1.Paragraph | Structural unit of text representing a number of words in certain order. |
com.google.cloud.vision.v1p4beta1.Paragraph.Builder | Structural unit of text representing a number of words in certain order. |
com.google.cloud.vision.v1p4beta1.Position | A 3D position in the image, used primarily for Face detection landmarks. A valid Position must have both x and y coordinates. The position coordinates are in the same scale as the original image. |
com.google.cloud.vision.v1p4beta1.Position.Builder | A 3D position in the image, used primarily for Face detection landmarks. A valid Position must have both x and y coordinates. The position coordinates are in the same scale as the original image. |
com.google.cloud.vision.v1p4beta1.Product | A Product contains ReferenceImages. |
com.google.cloud.vision.v1p4beta1.Product.Builder | A Product contains ReferenceImages. |
com.google.cloud.vision.v1p4beta1.Product.KeyValue | A product label represented as a key-value pair. |
com.google.cloud.vision.v1p4beta1.Product.KeyValue.Builder | A product label represented as a key-value pair. |
com.google.cloud.vision.v1p4beta1.ProductName | |
com.google.cloud.vision.v1p4beta1.ProductName.Builder | Builder for projects/{project}/locations/{location}/products/{product}. |
com.google.cloud.vision.v1p4beta1.ProductSearchClient.ListProductSetsFixedSizeCollection | |
com.google.cloud.vision.v1p4beta1.ProductSearchClient.ListProductSetsPage | |
com.google.cloud.vision.v1p4beta1.ProductSearchClient.ListProductSetsPagedResponse | |
com.google.cloud.vision.v1p4beta1.ProductSearchClient.ListProductsFixedSizeCollection | |
com.google.cloud.vision.v1p4beta1.ProductSearchClient.ListProductsInProductSetFixedSizeCollection | |
com.google.cloud.vision.v1p4beta1.ProductSearchClient.ListProductsInProductSetPage | |
com.google.cloud.vision.v1p4beta1.ProductSearchClient.ListProductsInProductSetPagedResponse | |
com.google.cloud.vision.v1p4beta1.ProductSearchClient.ListProductsPage | |
com.google.cloud.vision.v1p4beta1.ProductSearchClient.ListProductsPagedResponse | |
com.google.cloud.vision.v1p4beta1.ProductSearchClient.ListReferenceImagesFixedSizeCollection | |
com.google.cloud.vision.v1p4beta1.ProductSearchClient.ListReferenceImagesPage | |
com.google.cloud.vision.v1p4beta1.ProductSearchClient.ListReferenceImagesPagedResponse | |
com.google.cloud.vision.v1p4beta1.ProductSearchGrpc | Manages Products and ProductSets of reference images for use in product search. It uses the following resource model: - The API has a collection of |
com.google.cloud.vision.v1p4beta1.ProductSearchGrpc.ProductSearchImplBase | Base class for the server implementation of the service ProductSearch. Manages Products and ProductSets of reference images for use in product |
com.google.cloud.vision.v1p4beta1.ProductSearchParams | Parameters for a product search request. |
com.google.cloud.vision.v1p4beta1.ProductSearchParams.Builder | Parameters for a product search request. |
com.google.cloud.vision.v1p4beta1.ProductSearchProto | |
com.google.cloud.vision.v1p4beta1.ProductSearchResults | Results for a product search request. |
com.google.cloud.vision.v1p4beta1.ProductSearchResults.Builder | Results for a product search request. |
com.google.cloud.vision.v1p4beta1.ProductSearchResults.GroupedResult | Information about the products similar to a single product in a query image. |
com.google.cloud.vision.v1p4beta1.ProductSearchResults.GroupedResult.Builder | Information about the products similar to a single product in a query image. |
com.google.cloud.vision.v1p4beta1.ProductSearchResults.ObjectAnnotation | Prediction for what the object in the bounding box is. |
com.google.cloud.vision.v1p4beta1.ProductSearchResults.ObjectAnnotation.Builder | Prediction for what the object in the bounding box is. |
com.google.cloud.vision.v1p4beta1.ProductSearchResults.Result | Information about a product. |
com.google.cloud.vision.v1p4beta1.ProductSearchResults.Result.Builder | Information about a product. |
com.google.cloud.vision.v1p4beta1.ProductSearchServiceProto | |
com.google.cloud.vision.v1p4beta1.ProductSearchSettings.Builder | Builder for ProductSearchSettings. |
com.google.cloud.vision.v1p4beta1.ProductSet | A ProductSet contains Products. A ProductSet can contain a maximum of 1 million reference images. If the limit is exceeded, periodic indexing will fail. |
com.google.cloud.vision.v1p4beta1.ProductSet.Builder | A ProductSet contains Products. A ProductSet can contain a maximum of 1 million reference images. If the limit is exceeded, periodic indexing will fail. |
com.google.cloud.vision.v1p4beta1.ProductSetName | |
com.google.cloud.vision.v1p4beta1.ProductSetName.Builder | Builder for projects/{project}/locations/{location}/productSets/{product_set}. |
com.google.cloud.vision.v1p4beta1.ProductSetPurgeConfig | Config to control which ProductSet contains the Products to be deleted. |
com.google.cloud.vision.v1p4beta1.ProductSetPurgeConfig.Builder | Config to control which ProductSet contains the Products to be deleted. |
com.google.cloud.vision.v1p4beta1.Property |
A Property consists of a user-supplied name/value pair.
|
com.google.cloud.vision.v1p4beta1.Property.Builder |
A Property consists of a user-supplied name/value pair.
|
com.google.cloud.vision.v1p4beta1.PurgeProductsRequest |
Request message for the PurgeProducts method.
|
com.google.cloud.vision.v1p4beta1.PurgeProductsRequest.Builder |
Request message for the PurgeProducts method.
|
com.google.cloud.vision.v1p4beta1.ReferenceImage |
A ReferenceImage represents a product image and its associated metadata,
such as bounding boxes.
|
com.google.cloud.vision.v1p4beta1.ReferenceImage.Builder |
A ReferenceImage represents a product image and its associated metadata,
such as bounding boxes.
|
com.google.cloud.vision.v1p4beta1.ReferenceImageName | |
com.google.cloud.vision.v1p4beta1.ReferenceImageName.Builder | Builder for projects/{project}/locations/{location}/products/{product}/referenceImages/{reference_image}. |
com.google.cloud.vision.v1p4beta1.RemoveProductFromProductSetRequest |
Request message for the RemoveProductFromProductSet method.
|
com.google.cloud.vision.v1p4beta1.RemoveProductFromProductSetRequest.Builder |
Request message for the RemoveProductFromProductSet method.
|
com.google.cloud.vision.v1p4beta1.SafeSearchAnnotation | Set of features pertaining to the image, computed by computer vision methods over safe-search verticals (for example, adult, spoof, medical, violence). |
com.google.cloud.vision.v1p4beta1.SafeSearchAnnotation.Builder | Set of features pertaining to the image, computed by computer vision methods over safe-search verticals (for example, adult, spoof, medical, violence). |
com.google.cloud.vision.v1p4beta1.Symbol | A single symbol representation. |
com.google.cloud.vision.v1p4beta1.Symbol.Builder | A single symbol representation. |
com.google.cloud.vision.v1p4beta1.TextAnnotation | TextAnnotation contains a structured representation of OCR extracted text. The hierarchy of an OCR extracted text structure is like this: TextAnnotation -> Page -> Block -> Paragraph -> Word -> Symbol |
com.google.cloud.vision.v1p4beta1.TextAnnotation.Builder | TextAnnotation contains a structured representation of OCR extracted text. The hierarchy of an OCR extracted text structure is like this: TextAnnotation -> Page -> Block -> Paragraph -> Word -> Symbol |
com.google.cloud.vision.v1p4beta1.TextAnnotation.DetectedBreak | Detected start or end of a structural component. |
com.google.cloud.vision.v1p4beta1.TextAnnotation.DetectedBreak.Builder | Detected start or end of a structural component. |
com.google.cloud.vision.v1p4beta1.TextAnnotation.DetectedLanguage | Detected language for a structural component. |
com.google.cloud.vision.v1p4beta1.TextAnnotation.DetectedLanguage.Builder | Detected language for a structural component. |
com.google.cloud.vision.v1p4beta1.TextAnnotation.TextProperty | Additional information detected on the structural component. |
com.google.cloud.vision.v1p4beta1.TextAnnotation.TextProperty.Builder | Additional information detected on the structural component. |
com.google.cloud.vision.v1p4beta1.TextAnnotationProto | |
com.google.cloud.vision.v1p4beta1.TextDetectionParams | Parameters for text detections. This is used to control TEXT_DETECTION and DOCUMENT_TEXT_DETECTION features. |
com.google.cloud.vision.v1p4beta1.TextDetectionParams.Builder | Parameters for text detections. This is used to control TEXT_DETECTION and DOCUMENT_TEXT_DETECTION features. |
com.google.cloud.vision.v1p4beta1.UpdateProductRequest |
Request message for the UpdateProduct method.
|
com.google.cloud.vision.v1p4beta1.UpdateProductRequest.Builder |
Request message for the UpdateProduct method.
|
com.google.cloud.vision.v1p4beta1.UpdateProductSetRequest |
Request message for the UpdateProductSet method.
|
com.google.cloud.vision.v1p4beta1.UpdateProductSetRequest.Builder |
Request message for the UpdateProductSet method.
|
com.google.cloud.vision.v1p4beta1.Vertex | A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image. |
com.google.cloud.vision.v1p4beta1.Vertex.Builder | A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image. |
com.google.cloud.vision.v1p4beta1.WebDetection | Relevant information for the image from the Internet. |
com.google.cloud.vision.v1p4beta1.WebDetection.Builder | Relevant information for the image from the Internet. |
com.google.cloud.vision.v1p4beta1.WebDetection.WebEntity | Entity deduced from similar images on the Internet. |
com.google.cloud.vision.v1p4beta1.WebDetection.WebEntity.Builder | Entity deduced from similar images on the Internet. |
com.google.cloud.vision.v1p4beta1.WebDetection.WebImage | Metadata for online images. |
com.google.cloud.vision.v1p4beta1.WebDetection.WebImage.Builder | Metadata for online images. |
com.google.cloud.vision.v1p4beta1.WebDetection.WebLabel | Label to provide extra metadata for the web detection. |
com.google.cloud.vision.v1p4beta1.WebDetection.WebLabel.Builder | Label to provide extra metadata for the web detection. |
com.google.cloud.vision.v1p4beta1.WebDetection.WebPage | Metadata for web pages. |
com.google.cloud.vision.v1p4beta1.WebDetection.WebPage.Builder | Metadata for web pages. |
com.google.cloud.vision.v1p4beta1.WebDetectionParams | Parameters for web detection request. |
com.google.cloud.vision.v1p4beta1.WebDetectionParams.Builder | Parameters for web detection request. |
com.google.cloud.vision.v1p4beta1.WebDetectionProto | |
com.google.cloud.vision.v1p4beta1.Word | A word representation. |
com.google.cloud.vision.v1p4beta1.Word.Builder | A word representation. |
Interfaces
Enums
Enum | Description |
---|---|
com.google.cloud.vision.v1p4beta1.BatchOperationMetadata.State | Enumerates the possible states that the batch request can be in. |
com.google.cloud.vision.v1p4beta1.Block.BlockType | Type of a block (text, image etc) as identified by OCR. |
com.google.cloud.vision.v1p4beta1.FaceAnnotation.Landmark.Type |
Face landmark (feature) type.
Left and right are defined from the vantage of the viewer of the image
without considering mirror projections typical of photos. So, LEFT_EYE , |
com.google.cloud.vision.v1p4beta1.Feature.Type | Type of Google Cloud Vision API feature to be extracted. |
com.google.cloud.vision.v1p4beta1.ImportProductSetsInputConfig.SourceCase | |
com.google.cloud.vision.v1p4beta1.Likelihood | A bucketized representation of likelihood, which is intended to give clients highly stable results across model upgrades. |
com.google.cloud.vision.v1p4beta1.OperationMetadata.State | Batch operation states. |
com.google.cloud.vision.v1p4beta1.PurgeProductsRequest.TargetCase | |
com.google.cloud.vision.v1p4beta1.TextAnnotation.DetectedBreak.BreakType | Enum to denote the type of break found. New line, space etc. |