Skip navigation links
A B C D E F G H I J L M N P R S T U V W X Y Z 

A

addAllAspectRatios(Iterable<? extends Float>) - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
Aspect ratios in floats, representing the ratio of the width to the height of the image.
addAllBlocks(Iterable<? extends Block>) - Method in class com.google.cloud.vision.v1.Page.Builder
List of blocks of text, images etc on this page.
addAllColors(Iterable<? extends ColorInfo>) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
RGB color values with their score and pixel fraction.
addAllCropHints(Iterable<? extends CropHint>) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
addAllDetectedLanguages(Iterable<? extends TextAnnotation.DetectedLanguage>) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
A list of detected languages together with confidence.
addAllFaceAnnotations(Iterable<? extends FaceAnnotation>) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, face detection has completed successfully.
addAllFeatures(Iterable<? extends Feature>) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Requested features.
addAllFullMatchingImages(Iterable<? extends WebAnnotation.WebImage>) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Fully matching images from the Internet.
addAllLabelAnnotations(Iterable<? extends EntityAnnotation>) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, label detection has completed successfully.
addAllLandmarkAnnotations(Iterable<? extends EntityAnnotation>) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, landmark detection has completed successfully.
addAllLandmarks(Iterable<? extends FaceAnnotation.Landmark>) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detected face landmarks.
addAllLanguageHints(Iterable<String>) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
List of languages to use for TEXT_DETECTION.
addAllLocations(Iterable<? extends LocationInfo>) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The location information for the detected entity.
addAllLogoAnnotations(Iterable<? extends EntityAnnotation>) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, logo detection has completed successfully.
addAllPages(Iterable<? extends Page>) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
List of pages detected by OCR.
addAllPagesWithMatchingImages(Iterable<? extends WebAnnotation.WebPage>) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Web pages containing the matching images from the Internet.
addAllParagraphs(Iterable<? extends Paragraph>) - Method in class com.google.cloud.vision.v1.Block.Builder
List of paragraphs in this block (if this blocks is of type text).
addAllPartialMatchingImages(Iterable<? extends WebAnnotation.WebImage>) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Partial matching images from the Internet.
addAllProperties(Iterable<? extends Property>) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
addAllRequests(Iterable<? extends AnnotateImageRequest>) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
Individual image annotation requests for this batch.
addAllResponses(Iterable<? extends AnnotateImageResponse>) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
Individual responses to image annotation requests within the batch.
addAllSymbols(Iterable<? extends Symbol>) - Method in class com.google.cloud.vision.v1.Word.Builder
List of symbols in the word.
addAllTextAnnotations(Iterable<? extends EntityAnnotation>) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
addAllVertices(Iterable<? extends Vertex>) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
The bounding polygon vertices.
addAllWebEntities(Iterable<? extends WebAnnotation.WebEntity>) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Deduced entities from similar images on the Internet.
addAllWords(Iterable<? extends Word>) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
List of words in this paragraph.
addAspectRatios(float) - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
Aspect ratios in floats, representing the ratio of the width to the height of the image.
addBlocks(Block) - Method in class com.google.cloud.vision.v1.Page.Builder
List of blocks of text, images etc on this page.
addBlocks(int, Block) - Method in class com.google.cloud.vision.v1.Page.Builder
List of blocks of text, images etc on this page.
addBlocks(Block.Builder) - Method in class com.google.cloud.vision.v1.Page.Builder
List of blocks of text, images etc on this page.
addBlocks(int, Block.Builder) - Method in class com.google.cloud.vision.v1.Page.Builder
List of blocks of text, images etc on this page.
addBlocksBuilder() - Method in class com.google.cloud.vision.v1.Page.Builder
List of blocks of text, images etc on this page.
addBlocksBuilder(int) - Method in class com.google.cloud.vision.v1.Page.Builder
List of blocks of text, images etc on this page.
addColors(ColorInfo) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
RGB color values with their score and pixel fraction.
addColors(int, ColorInfo) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
RGB color values with their score and pixel fraction.
addColors(ColorInfo.Builder) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
RGB color values with their score and pixel fraction.
addColors(int, ColorInfo.Builder) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
RGB color values with their score and pixel fraction.
addColorsBuilder() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
RGB color values with their score and pixel fraction.
addColorsBuilder(int) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
RGB color values with their score and pixel fraction.
addCropHints(CropHint) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
addCropHints(int, CropHint) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
addCropHints(CropHint.Builder) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
addCropHints(int, CropHint.Builder) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
addCropHintsBuilder() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
addCropHintsBuilder(int) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
addDetectedLanguages(TextAnnotation.DetectedLanguage) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
A list of detected languages together with confidence.
addDetectedLanguages(int, TextAnnotation.DetectedLanguage) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
A list of detected languages together with confidence.
addDetectedLanguages(TextAnnotation.DetectedLanguage.Builder) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
A list of detected languages together with confidence.
addDetectedLanguages(int, TextAnnotation.DetectedLanguage.Builder) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
A list of detected languages together with confidence.
addDetectedLanguagesBuilder() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
A list of detected languages together with confidence.
addDetectedLanguagesBuilder(int) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
A list of detected languages together with confidence.
addFaceAnnotations(FaceAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, face detection has completed successfully.
addFaceAnnotations(int, FaceAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, face detection has completed successfully.
addFaceAnnotations(FaceAnnotation.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, face detection has completed successfully.
addFaceAnnotations(int, FaceAnnotation.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, face detection has completed successfully.
addFaceAnnotationsBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, face detection has completed successfully.
addFaceAnnotationsBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, face detection has completed successfully.
addFeatures(Feature) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Requested features.
addFeatures(int, Feature) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Requested features.
addFeatures(Feature.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Requested features.
addFeatures(int, Feature.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Requested features.
addFeaturesBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Requested features.
addFeaturesBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Requested features.
addFullMatchingImages(WebAnnotation.WebImage) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Fully matching images from the Internet.
addFullMatchingImages(int, WebAnnotation.WebImage) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Fully matching images from the Internet.
addFullMatchingImages(WebAnnotation.WebImage.Builder) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Fully matching images from the Internet.
addFullMatchingImages(int, WebAnnotation.WebImage.Builder) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Fully matching images from the Internet.
addFullMatchingImagesBuilder() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Fully matching images from the Internet.
addFullMatchingImagesBuilder(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Fully matching images from the Internet.
addLabelAnnotations(EntityAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, label detection has completed successfully.
addLabelAnnotations(int, EntityAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, label detection has completed successfully.
addLabelAnnotations(EntityAnnotation.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, label detection has completed successfully.
addLabelAnnotations(int, EntityAnnotation.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, label detection has completed successfully.
addLabelAnnotationsBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, label detection has completed successfully.
addLabelAnnotationsBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, label detection has completed successfully.
addLandmarkAnnotations(EntityAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, landmark detection has completed successfully.
addLandmarkAnnotations(int, EntityAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, landmark detection has completed successfully.
addLandmarkAnnotations(EntityAnnotation.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, landmark detection has completed successfully.
addLandmarkAnnotations(int, EntityAnnotation.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, landmark detection has completed successfully.
addLandmarkAnnotationsBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, landmark detection has completed successfully.
addLandmarkAnnotationsBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, landmark detection has completed successfully.
addLandmarks(FaceAnnotation.Landmark) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detected face landmarks.
addLandmarks(int, FaceAnnotation.Landmark) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detected face landmarks.
addLandmarks(FaceAnnotation.Landmark.Builder) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detected face landmarks.
addLandmarks(int, FaceAnnotation.Landmark.Builder) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detected face landmarks.
addLandmarksBuilder() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detected face landmarks.
addLandmarksBuilder(int) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detected face landmarks.
addLanguageHints(String) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
List of languages to use for TEXT_DETECTION.
addLanguageHintsBytes(ByteString) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
List of languages to use for TEXT_DETECTION.
addLocations(LocationInfo) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The location information for the detected entity.
addLocations(int, LocationInfo) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The location information for the detected entity.
addLocations(LocationInfo.Builder) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The location information for the detected entity.
addLocations(int, LocationInfo.Builder) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The location information for the detected entity.
addLocationsBuilder() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The location information for the detected entity.
addLocationsBuilder(int) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The location information for the detected entity.
addLogoAnnotations(EntityAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, logo detection has completed successfully.
addLogoAnnotations(int, EntityAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, logo detection has completed successfully.
addLogoAnnotations(EntityAnnotation.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, logo detection has completed successfully.
addLogoAnnotations(int, EntityAnnotation.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, logo detection has completed successfully.
addLogoAnnotationsBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, logo detection has completed successfully.
addLogoAnnotationsBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, logo detection has completed successfully.
addPages(Page) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
List of pages detected by OCR.
addPages(int, Page) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
List of pages detected by OCR.
addPages(Page.Builder) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
List of pages detected by OCR.
addPages(int, Page.Builder) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
List of pages detected by OCR.
addPagesBuilder() - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
List of pages detected by OCR.
addPagesBuilder(int) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
List of pages detected by OCR.
addPagesWithMatchingImages(WebAnnotation.WebPage) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Web pages containing the matching images from the Internet.
addPagesWithMatchingImages(int, WebAnnotation.WebPage) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Web pages containing the matching images from the Internet.
addPagesWithMatchingImages(WebAnnotation.WebPage.Builder) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Web pages containing the matching images from the Internet.
addPagesWithMatchingImages(int, WebAnnotation.WebPage.Builder) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Web pages containing the matching images from the Internet.
addPagesWithMatchingImagesBuilder() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Web pages containing the matching images from the Internet.
addPagesWithMatchingImagesBuilder(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Web pages containing the matching images from the Internet.
addParagraphs(Paragraph) - Method in class com.google.cloud.vision.v1.Block.Builder
List of paragraphs in this block (if this blocks is of type text).
addParagraphs(int, Paragraph) - Method in class com.google.cloud.vision.v1.Block.Builder
List of paragraphs in this block (if this blocks is of type text).
addParagraphs(Paragraph.Builder) - Method in class com.google.cloud.vision.v1.Block.Builder
List of paragraphs in this block (if this blocks is of type text).
addParagraphs(int, Paragraph.Builder) - Method in class com.google.cloud.vision.v1.Block.Builder
List of paragraphs in this block (if this blocks is of type text).
addParagraphsBuilder() - Method in class com.google.cloud.vision.v1.Block.Builder
List of paragraphs in this block (if this blocks is of type text).
addParagraphsBuilder(int) - Method in class com.google.cloud.vision.v1.Block.Builder
List of paragraphs in this block (if this blocks is of type text).
addPartialMatchingImages(WebAnnotation.WebImage) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Partial matching images from the Internet.
addPartialMatchingImages(int, WebAnnotation.WebImage) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Partial matching images from the Internet.
addPartialMatchingImages(WebAnnotation.WebImage.Builder) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Partial matching images from the Internet.
addPartialMatchingImages(int, WebAnnotation.WebImage.Builder) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Partial matching images from the Internet.
addPartialMatchingImagesBuilder() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Partial matching images from the Internet.
addPartialMatchingImagesBuilder(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Partial matching images from the Internet.
addProperties(Property) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
addProperties(int, Property) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
addProperties(Property.Builder) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
addProperties(int, Property.Builder) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
addPropertiesBuilder() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
addPropertiesBuilder(int) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Block.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.CropHint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Feature.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Image.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.ImageSource.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Page.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Position.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Property.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Symbol.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Vertex.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Word.Builder
 
addRequests(AnnotateImageRequest) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
Individual image annotation requests for this batch.
addRequests(int, AnnotateImageRequest) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
Individual image annotation requests for this batch.
addRequests(AnnotateImageRequest.Builder) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
Individual image annotation requests for this batch.
addRequests(int, AnnotateImageRequest.Builder) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
Individual image annotation requests for this batch.
addRequestsBuilder() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
Individual image annotation requests for this batch.
addRequestsBuilder(int) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
Individual image annotation requests for this batch.
addResponses(AnnotateImageResponse) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
Individual responses to image annotation requests within the batch.
addResponses(int, AnnotateImageResponse) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
Individual responses to image annotation requests within the batch.
addResponses(AnnotateImageResponse.Builder) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
Individual responses to image annotation requests within the batch.
addResponses(int, AnnotateImageResponse.Builder) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
Individual responses to image annotation requests within the batch.
addResponsesBuilder() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
Individual responses to image annotation requests within the batch.
addResponsesBuilder(int) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
Individual responses to image annotation requests within the batch.
addSymbols(Symbol) - Method in class com.google.cloud.vision.v1.Word.Builder
List of symbols in the word.
addSymbols(int, Symbol) - Method in class com.google.cloud.vision.v1.Word.Builder
List of symbols in the word.
addSymbols(Symbol.Builder) - Method in class com.google.cloud.vision.v1.Word.Builder
List of symbols in the word.
addSymbols(int, Symbol.Builder) - Method in class com.google.cloud.vision.v1.Word.Builder
List of symbols in the word.
addSymbolsBuilder() - Method in class com.google.cloud.vision.v1.Word.Builder
List of symbols in the word.
addSymbolsBuilder(int) - Method in class com.google.cloud.vision.v1.Word.Builder
List of symbols in the word.
addTextAnnotations(EntityAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
addTextAnnotations(int, EntityAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
addTextAnnotations(EntityAnnotation.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
addTextAnnotations(int, EntityAnnotation.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
addTextAnnotationsBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
addTextAnnotationsBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
addVertices(Vertex) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
The bounding polygon vertices.
addVertices(int, Vertex) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
The bounding polygon vertices.
addVertices(Vertex.Builder) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
The bounding polygon vertices.
addVertices(int, Vertex.Builder) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
The bounding polygon vertices.
addVerticesBuilder() - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
The bounding polygon vertices.
addVerticesBuilder(int) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
The bounding polygon vertices.
addWebEntities(WebAnnotation.WebEntity) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Deduced entities from similar images on the Internet.
addWebEntities(int, WebAnnotation.WebEntity) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Deduced entities from similar images on the Internet.
addWebEntities(WebAnnotation.WebEntity.Builder) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Deduced entities from similar images on the Internet.
addWebEntities(int, WebAnnotation.WebEntity.Builder) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Deduced entities from similar images on the Internet.
addWebEntitiesBuilder() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Deduced entities from similar images on the Internet.
addWebEntitiesBuilder(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Deduced entities from similar images on the Internet.
addWords(Word) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
List of words in this paragraph.
addWords(int, Word) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
List of words in this paragraph.
addWords(Word.Builder) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
List of words in this paragraph.
addWords(int, Word.Builder) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
List of words in this paragraph.
addWordsBuilder() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
List of words in this paragraph.
addWordsBuilder(int) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
List of words in this paragraph.
ADULT_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
ANGER_LIKELIHOOD_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.FaceAnnotation
 
AnnotateImageRequest - Class in com.google.cloud.vision.v1
Request for performing Google Cloud Vision API tasks over a user-provided image, with user-requested features.
AnnotateImageRequest.Builder - Class in com.google.cloud.vision.v1
Request for performing Google Cloud Vision API tasks over a user-provided image, with user-requested features.
AnnotateImageRequestOrBuilder - Interface in com.google.cloud.vision.v1
 
AnnotateImageResponse - Class in com.google.cloud.vision.v1
Response to an image annotation request.
AnnotateImageResponse.Builder - Class in com.google.cloud.vision.v1
Response to an image annotation request.
AnnotateImageResponseOrBuilder - Interface in com.google.cloud.vision.v1
 
ASPECT_RATIOS_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.CropHintsParams
 

B

BARCODE_VALUE - Static variable in enum com.google.cloud.vision.v1.Block.BlockType
Barcode block.
batchAnnotateImages(BatchAnnotateImagesRequest) - Method in class com.google.cloud.vision.v1.ImageAnnotatorGrpc.ImageAnnotatorBlockingStub
Run image detection and annotation for a batch of images.
batchAnnotateImages(BatchAnnotateImagesRequest) - Method in class com.google.cloud.vision.v1.ImageAnnotatorGrpc.ImageAnnotatorFutureStub
Run image detection and annotation for a batch of images.
batchAnnotateImages(BatchAnnotateImagesRequest, StreamObserver<BatchAnnotateImagesResponse>) - Method in class com.google.cloud.vision.v1.ImageAnnotatorGrpc.ImageAnnotatorImplBase
Run image detection and annotation for a batch of images.
batchAnnotateImages(BatchAnnotateImagesRequest, StreamObserver<BatchAnnotateImagesResponse>) - Method in class com.google.cloud.vision.v1.ImageAnnotatorGrpc.ImageAnnotatorStub
Run image detection and annotation for a batch of images.
BatchAnnotateImagesRequest - Class in com.google.cloud.vision.v1
Multiple image annotation requests are batched into a single service call.
BatchAnnotateImagesRequest.Builder - Class in com.google.cloud.vision.v1
Multiple image annotation requests are batched into a single service call.
BatchAnnotateImagesRequestOrBuilder - Interface in com.google.cloud.vision.v1
 
BatchAnnotateImagesResponse - Class in com.google.cloud.vision.v1
Response to a batch image annotation request.
BatchAnnotateImagesResponse.Builder - Class in com.google.cloud.vision.v1
Response to a batch image annotation request.
BatchAnnotateImagesResponseOrBuilder - Interface in com.google.cloud.vision.v1
 
bindService() - Method in class com.google.cloud.vision.v1.ImageAnnotatorGrpc.ImageAnnotatorImplBase
 
Block - Class in com.google.cloud.vision.v1
Logical element on the page.
Block.BlockType - Enum in com.google.cloud.vision.v1
Type of a block (text, image etc) as identified by OCR.
Block.Builder - Class in com.google.cloud.vision.v1
Logical element on the page.
BLOCK_TYPE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Block
 
BlockOrBuilder - Interface in com.google.cloud.vision.v1
 
BLOCKS_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Page
 
BLURRED_LIKELIHOOD_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.FaceAnnotation
 
BOUNDING_BOX_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Block
 
BOUNDING_BOX_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Paragraph
 
BOUNDING_BOX_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Symbol
 
BOUNDING_BOX_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Word
 
BOUNDING_POLY_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.CropHint
 
BOUNDING_POLY_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.EntityAnnotation
 
BOUNDING_POLY_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.FaceAnnotation
 
BoundingPoly - Class in com.google.cloud.vision.v1
A bounding polygon for the detected image annotation.
BoundingPoly.Builder - Class in com.google.cloud.vision.v1
A bounding polygon for the detected image annotation.
BoundingPolyOrBuilder - Interface in com.google.cloud.vision.v1
 
build() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
 
build() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
 
build() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
 
build() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
 
build() - Method in class com.google.cloud.vision.v1.Block.Builder
 
build() - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
 
build() - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
 
build() - Method in class com.google.cloud.vision.v1.CropHint.Builder
 
build() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
 
build() - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
 
build() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
 
build() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
 
build() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
 
build() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
 
build() - Method in class com.google.cloud.vision.v1.Feature.Builder
 
build() - Method in class com.google.cloud.vision.v1.Image.Builder
 
build(Channel, CallOptions) - Method in class com.google.cloud.vision.v1.ImageAnnotatorGrpc.ImageAnnotatorBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.cloud.vision.v1.ImageAnnotatorGrpc.ImageAnnotatorFutureStub
 
build(Channel, CallOptions) - Method in class com.google.cloud.vision.v1.ImageAnnotatorGrpc.ImageAnnotatorStub
 
build() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
 
build() - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
 
build() - Method in class com.google.cloud.vision.v1.ImageSource.Builder
 
build() - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
 
build() - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
 
build() - Method in class com.google.cloud.vision.v1.Page.Builder
 
build() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
 
build() - Method in class com.google.cloud.vision.v1.Position.Builder
 
build() - Method in class com.google.cloud.vision.v1.Property.Builder
 
build() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
 
build() - Method in class com.google.cloud.vision.v1.Symbol.Builder
 
build() - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
 
build() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
 
build() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
 
build() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
 
build() - Method in class com.google.cloud.vision.v1.Vertex.Builder
 
build() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
 
build() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
 
build() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
 
build() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
 
build() - Method in class com.google.cloud.vision.v1.Word.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.Block.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.CropHint.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.Feature.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.Image.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.ImageSource.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.Page.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.Position.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.Property.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.Symbol.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.Vertex.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
 
buildPartial() - Method in class com.google.cloud.vision.v1.Word.Builder
 

C

CHIN_GNATHION_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Chin gnathion.
CHIN_LEFT_GONION_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Chin left gonion.
CHIN_RIGHT_GONION_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Chin right gonion.
clear() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
 
clear() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
 
clear() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
 
clear() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
 
clear() - Method in class com.google.cloud.vision.v1.Block.Builder
 
clear() - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
 
clear() - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
 
clear() - Method in class com.google.cloud.vision.v1.CropHint.Builder
 
clear() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
 
clear() - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
 
clear() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
 
clear() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
 
clear() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
 
clear() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
 
clear() - Method in class com.google.cloud.vision.v1.Feature.Builder
 
clear() - Method in class com.google.cloud.vision.v1.Image.Builder
 
clear() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
 
clear() - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
 
clear() - Method in class com.google.cloud.vision.v1.ImageSource.Builder
 
clear() - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
 
clear() - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
 
clear() - Method in class com.google.cloud.vision.v1.Page.Builder
 
clear() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
 
clear() - Method in class com.google.cloud.vision.v1.Position.Builder
 
clear() - Method in class com.google.cloud.vision.v1.Property.Builder
 
clear() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
 
clear() - Method in class com.google.cloud.vision.v1.Symbol.Builder
 
clear() - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
 
clear() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
 
clear() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
 
clear() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
 
clear() - Method in class com.google.cloud.vision.v1.Vertex.Builder
 
clear() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
 
clear() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
 
clear() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
 
clear() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
 
clear() - Method in class com.google.cloud.vision.v1.Word.Builder
 
clearAdult() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Represents the adult content likelihood for the image.
clearAngerLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Anger likelihood.
clearAspectRatios() - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
Aspect ratios in floats, representing the ratio of the width to the height of the image.
clearBlocks() - Method in class com.google.cloud.vision.v1.Page.Builder
List of blocks of text, images etc on this page.
clearBlockType() - Method in class com.google.cloud.vision.v1.Block.Builder
Detected block type (text, image etc) for this block.
clearBlurredLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Blurred likelihood.
clearBoundingBox() - Method in class com.google.cloud.vision.v1.Block.Builder
The bounding box for the block.
clearBoundingBox() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
The bounding box for the paragraph.
clearBoundingBox() - Method in class com.google.cloud.vision.v1.Symbol.Builder
The bounding box for the symbol.
clearBoundingBox() - Method in class com.google.cloud.vision.v1.Word.Builder
The bounding box for the word.
clearBoundingPoly() - Method in class com.google.cloud.vision.v1.CropHint.Builder
The bounding polygon for the crop region.
clearBoundingPoly() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Image region to which this entity belongs.
clearBoundingPoly() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
The bounding polygon around the face.
clearColor() - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
RGB components of the color.
clearColors() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
RGB color values with their score and pixel fraction.
clearConfidence() - Method in class com.google.cloud.vision.v1.CropHint.Builder
Confidence of this being a salient region.
clearConfidence() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The accuracy of the entity detection in an image.
clearConfidence() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
Confidence of detected language.
clearContent() - Method in class com.google.cloud.vision.v1.Image.Builder
Image content, represented as a stream of bytes.
clearCropHints() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
clearCropHintsAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, crop hints have completed successfully.
clearCropHintsParams() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
Parameters for crop hints annotation request.
clearDescription() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Entity textual description, expressed in its `locale` language.
clearDescription() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
Canonical description of the entity, in English.
clearDetectedBreak() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
Detected start or end of a text segment.
clearDetectedLanguages() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
A list of detected languages together with confidence.
clearDetectionConfidence() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detection confidence.
clearDominantColors() - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
If present, dominant colors completed successfully.
clearEntityId() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
Opaque entity ID.
clearError() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If set, represents the error message for the operation.
clearFaceAnnotations() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, face detection has completed successfully.
clearFdBoundingPoly() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
The `fd_bounding_poly` bounding polygon is tighter than the `boundingPoly`, and encloses only the skin part of the face.
clearFeatures() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Requested features.
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.Block.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.CropHint.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.Feature.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.Image.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.ImageSource.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.Page.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.Position.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.Property.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.Symbol.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.Vertex.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class com.google.cloud.vision.v1.Word.Builder
 
clearFullMatchingImages() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Fully matching images from the Internet.
clearFullTextAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
clearGcsImageUri() - Method in class com.google.cloud.vision.v1.ImageSource.Builder
NOTE: For new code `image_uri` below is preferred.
clearHeadwearLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Headwear likelihood.
clearHeight() - Method in class com.google.cloud.vision.v1.Page.Builder
Page height in pixels.
clearImage() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
The image to be processed.
clearImageContext() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Additional context that may accompany the image.
clearImagePropertiesAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, image properties were extracted successfully.
clearImageUri() - Method in class com.google.cloud.vision.v1.ImageSource.Builder
Image URI which supports: 1) Google Cloud Storage image URI, which must be in the following form: `gs://bucket_name/object_name` (for details, see [Google Cloud Storage Request URIs](https://cloud.google.com/storage/docs/reference-uris)).
clearImportanceFraction() - Method in class com.google.cloud.vision.v1.CropHint.Builder
Fraction of importance of this salient region with respect to the original image.
clearIsPrefix() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
True if break prepends the element.
clearJoyLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Joy likelihood.
clearLabelAnnotations() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, label detection has completed successfully.
clearLandmarkAnnotations() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, landmark detection has completed successfully.
clearLandmarkingConfidence() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Face landmarking confidence.
clearLandmarks() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detected face landmarks.
clearLanguageCode() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
The BCP-47 language code, such as "en-US" or "sr-Latn".
clearLanguageHints() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
List of languages to use for TEXT_DETECTION.
clearLatLng() - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
lat/long location coordinates.
clearLatLongRect() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
lat/long rectangle that specifies the location of the image.
clearLocale() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The language code for the locale in which the entity textual `description` is expressed.
clearLocations() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The location information for the detected entity.
clearLogoAnnotations() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, logo detection has completed successfully.
clearMaxLatLng() - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
Max lat/long pair.
clearMaxResults() - Method in class com.google.cloud.vision.v1.Feature.Builder
Maximum number of results of this type.
clearMedical() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Likelihood that this is a medical image.
clearMid() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Opaque entity ID.
clearMinLatLng() - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
Min lat/long pair.
clearName() - Method in class com.google.cloud.vision.v1.Property.Builder
Name of the property.
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.Block.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.CropHint.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.Feature.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.Image.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.ImageSource.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.Page.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.Position.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.Property.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.Symbol.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.Vertex.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class com.google.cloud.vision.v1.Word.Builder
 
clearPages() - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
List of pages detected by OCR.
clearPagesWithMatchingImages() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Web pages containing the matching images from the Internet.
clearPanAngle() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Yaw angle, which indicates the leftward/rightward angle that the face is pointing relative to the vertical plane perpendicular to the image.
clearParagraphs() - Method in class com.google.cloud.vision.v1.Block.Builder
List of paragraphs in this block (if this blocks is of type text).
clearPartialMatchingImages() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Partial matching images from the Internet.
clearPixelFraction() - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
The fraction of pixels the color occupies in the image.
clearPosition() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
Face landmark position.
clearProperties() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
clearProperty() - Method in class com.google.cloud.vision.v1.Block.Builder
Additional information detected for the block.
clearProperty() - Method in class com.google.cloud.vision.v1.Page.Builder
Additional information detected on the page.
clearProperty() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
Additional information detected for the paragraph.
clearProperty() - Method in class com.google.cloud.vision.v1.Symbol.Builder
Additional information detected for the symbol.
clearProperty() - Method in class com.google.cloud.vision.v1.Word.Builder
Additional information detected for the word.
clearRequests() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
Individual image annotation requests for this batch.
clearResponses() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
Individual responses to image annotation requests within the batch.
clearRollAngle() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Roll angle, which indicates the amount of clockwise/anti-clockwise rotation of the face relative to the image vertical about the axis perpendicular to the face.
clearSafeSearchAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, safe-search annotation has completed successfully.
clearScore() - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
Image-specific score for this color.
clearScore() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Overall score of the result.
clearScore() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
Overall relevancy score for the entity.
clearScore() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
Overall relevancy score for the image.
clearScore() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
Overall relevancy score for the web page.
clearSorrowLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Sorrow likelihood.
clearSource() - Method in class com.google.cloud.vision.v1.Image.Builder
Google Cloud Storage image location.
clearSpoof() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Spoof likelihood.
clearSurpriseLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Surprise likelihood.
clearSymbols() - Method in class com.google.cloud.vision.v1.Word.Builder
List of symbols in the word.
clearText() - Method in class com.google.cloud.vision.v1.Symbol.Builder
The actual UTF-8 representation of the symbol.
clearText() - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
UTF-8 text detected on the pages.
clearTextAnnotations() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
clearTiltAngle() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Pitch angle, which indicates the upwards/downwards angle that the face is pointing relative to the image's horizontal plane.
clearTopicality() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The relevancy of the ICA (Image Content Annotation) label to the image.
clearType() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
Face landmark type.
clearType() - Method in class com.google.cloud.vision.v1.Feature.Builder
The feature type.
clearType() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
optional .google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;
clearUnderExposedLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Under-exposed likelihood.
clearUrl() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
The result image URL.
clearUrl() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
The result web page URL.
clearValue() - Method in class com.google.cloud.vision.v1.Property.Builder
Value of the property.
clearVertices() - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
The bounding polygon vertices.
clearViolence() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Violence likelihood.
clearWebAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, web annotation has completed successfully.
clearWebEntities() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Deduced entities from similar images on the Internet.
clearWidth() - Method in class com.google.cloud.vision.v1.Page.Builder
Page width in pixels.
clearWords() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
List of words in this paragraph.
clearX() - Method in class com.google.cloud.vision.v1.Position.Builder
X coordinate.
clearX() - Method in class com.google.cloud.vision.v1.Vertex.Builder
X coordinate.
clearY() - Method in class com.google.cloud.vision.v1.Position.Builder
Y coordinate.
clearY() - Method in class com.google.cloud.vision.v1.Vertex.Builder
Y coordinate.
clearZ() - Method in class com.google.cloud.vision.v1.Position.Builder
Z coordinate (or depth).
clone() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
 
clone() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
 
clone() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
 
clone() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
 
clone() - Method in class com.google.cloud.vision.v1.Block.Builder
 
clone() - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
 
clone() - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
 
clone() - Method in class com.google.cloud.vision.v1.CropHint.Builder
 
clone() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
 
clone() - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
 
clone() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
 
clone() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
 
clone() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
 
clone() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
 
clone() - Method in class com.google.cloud.vision.v1.Feature.Builder
 
clone() - Method in class com.google.cloud.vision.v1.Image.Builder
 
clone() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
 
clone() - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
 
clone() - Method in class com.google.cloud.vision.v1.ImageSource.Builder
 
clone() - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
 
clone() - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
 
clone() - Method in class com.google.cloud.vision.v1.Page.Builder
 
clone() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
 
clone() - Method in class com.google.cloud.vision.v1.Position.Builder
 
clone() - Method in class com.google.cloud.vision.v1.Property.Builder
 
clone() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
 
clone() - Method in class com.google.cloud.vision.v1.Symbol.Builder
 
clone() - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
 
clone() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
 
clone() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
 
clone() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
 
clone() - Method in class com.google.cloud.vision.v1.Vertex.Builder
 
clone() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
 
clone() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
 
clone() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
 
clone() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
 
clone() - Method in class com.google.cloud.vision.v1.Word.Builder
 
COLOR_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.ColorInfo
 
ColorInfo - Class in com.google.cloud.vision.v1
Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image.
ColorInfo.Builder - Class in com.google.cloud.vision.v1
Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image.
ColorInfoOrBuilder - Interface in com.google.cloud.vision.v1
 
COLORS_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
com.google.cloud.vision.v1 - package com.google.cloud.vision.v1
 
CONFIDENCE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.CropHint
 
CONFIDENCE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.EntityAnnotation
 
CONFIDENCE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
CONTENT_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Image
 
CROP_HINTS_ANNOTATION_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.AnnotateImageResponse
 
CROP_HINTS_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.CropHintsAnnotation
 
CROP_HINTS_PARAMS_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.ImageContext
 
CROP_HINTS_VALUE - Static variable in enum com.google.cloud.vision.v1.Feature.Type
Run crop hints.
CropHint - Class in com.google.cloud.vision.v1
Single crop hint that is used to generate a new crop when serving an image.
CropHint.Builder - Class in com.google.cloud.vision.v1
Single crop hint that is used to generate a new crop when serving an image.
CropHintOrBuilder - Interface in com.google.cloud.vision.v1
 
CropHintsAnnotation - Class in com.google.cloud.vision.v1
Set of crop hints that are used to generate new crops when serving images.
CropHintsAnnotation.Builder - Class in com.google.cloud.vision.v1
Set of crop hints that are used to generate new crops when serving images.
CropHintsAnnotationOrBuilder - Interface in com.google.cloud.vision.v1
 
CropHintsParams - Class in com.google.cloud.vision.v1
Parameters for crop hints annotation request.
CropHintsParams.Builder - Class in com.google.cloud.vision.v1
Parameters for crop hints annotation request.
CropHintsParamsOrBuilder - Interface in com.google.cloud.vision.v1
 

D

DESCRIPTION_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.EntityAnnotation
 
DESCRIPTION_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
DETECTED_BREAK_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
DETECTED_LANGUAGES_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
DETECTION_CONFIDENCE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.FaceAnnotation
 
DOCUMENT_TEXT_DETECTION_VALUE - Static variable in enum com.google.cloud.vision.v1.Feature.Type
Run dense text document OCR.
DOMINANT_COLORS_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.ImageProperties
 
DominantColorsAnnotation - Class in com.google.cloud.vision.v1
Set of dominant colors and their corresponding scores.
DominantColorsAnnotation.Builder - Class in com.google.cloud.vision.v1
Set of dominant colors and their corresponding scores.
DominantColorsAnnotationOrBuilder - Interface in com.google.cloud.vision.v1
 

E

ENTITY_ID_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
EntityAnnotation - Class in com.google.cloud.vision.v1
Set of detected entity features.
EntityAnnotation.Builder - Class in com.google.cloud.vision.v1
Set of detected entity features.
EntityAnnotationOrBuilder - Interface in com.google.cloud.vision.v1
 
EOL_SURE_SPACE_VALUE - Static variable in enum com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType
Line-wrapping break.
equals(Object) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
equals(Object) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
equals(Object) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
equals(Object) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
equals(Object) - Method in class com.google.cloud.vision.v1.Block
 
equals(Object) - Method in class com.google.cloud.vision.v1.BoundingPoly
 
equals(Object) - Method in class com.google.cloud.vision.v1.ColorInfo
 
equals(Object) - Method in class com.google.cloud.vision.v1.CropHint
 
equals(Object) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
equals(Object) - Method in class com.google.cloud.vision.v1.CropHintsParams
 
equals(Object) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
equals(Object) - Method in class com.google.cloud.vision.v1.EntityAnnotation
 
equals(Object) - Method in class com.google.cloud.vision.v1.FaceAnnotation
 
equals(Object) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
equals(Object) - Method in class com.google.cloud.vision.v1.Feature
 
equals(Object) - Method in class com.google.cloud.vision.v1.Image
 
equals(Object) - Method in class com.google.cloud.vision.v1.ImageContext
 
equals(Object) - Method in class com.google.cloud.vision.v1.ImageProperties
 
equals(Object) - Method in class com.google.cloud.vision.v1.ImageSource
 
equals(Object) - Method in class com.google.cloud.vision.v1.LatLongRect
 
equals(Object) - Method in class com.google.cloud.vision.v1.LocationInfo
 
equals(Object) - Method in class com.google.cloud.vision.v1.Page
 
equals(Object) - Method in class com.google.cloud.vision.v1.Paragraph
 
equals(Object) - Method in class com.google.cloud.vision.v1.Position
 
equals(Object) - Method in class com.google.cloud.vision.v1.Property
 
equals(Object) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
equals(Object) - Method in class com.google.cloud.vision.v1.Symbol
 
equals(Object) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
equals(Object) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
equals(Object) - Method in class com.google.cloud.vision.v1.TextAnnotation
 
equals(Object) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
equals(Object) - Method in class com.google.cloud.vision.v1.Vertex
 
equals(Object) - Method in class com.google.cloud.vision.v1.WebAnnotation
 
equals(Object) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
equals(Object) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
equals(Object) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
equals(Object) - Method in class com.google.cloud.vision.v1.Word
 
ERROR_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.AnnotateImageResponse
 

F

FACE_ANNOTATIONS_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.AnnotateImageResponse
 
FACE_DETECTION_VALUE - Static variable in enum com.google.cloud.vision.v1.Feature.Type
Run face detection.
FaceAnnotation - Class in com.google.cloud.vision.v1
A face annotation object contains the results of face detection.
FaceAnnotation.Builder - Class in com.google.cloud.vision.v1
A face annotation object contains the results of face detection.
FaceAnnotation.Landmark - Class in com.google.cloud.vision.v1
A face-specific landmark (for example, a face feature).
FaceAnnotation.Landmark.Builder - Class in com.google.cloud.vision.v1
A face-specific landmark (for example, a face feature).
FaceAnnotation.Landmark.Type - Enum in com.google.cloud.vision.v1
Face landmark (feature) type.
FaceAnnotation.LandmarkOrBuilder - Interface in com.google.cloud.vision.v1
 
FaceAnnotationOrBuilder - Interface in com.google.cloud.vision.v1
 
FD_BOUNDING_POLY_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.FaceAnnotation
 
Feature - Class in com.google.cloud.vision.v1
Users describe the type of Google Cloud Vision API tasks to perform over images by using *Feature*s.
Feature.Builder - Class in com.google.cloud.vision.v1
Users describe the type of Google Cloud Vision API tasks to perform over images by using *Feature*s.
Feature.Type - Enum in com.google.cloud.vision.v1
Type of image feature.
FeatureOrBuilder - Interface in com.google.cloud.vision.v1
 
FEATURES_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.AnnotateImageRequest
 
FOREHEAD_GLABELLA_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Forehead glabella.
forNumber(int) - Static method in enum com.google.cloud.vision.v1.Block.BlockType
 
forNumber(int) - Static method in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
 
forNumber(int) - Static method in enum com.google.cloud.vision.v1.Feature.Type
 
forNumber(int) - Static method in enum com.google.cloud.vision.v1.Likelihood
 
forNumber(int) - Static method in enum com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType
 
FULL_MATCHING_IMAGES_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.WebAnnotation
 
FULL_TEXT_ANNOTATION_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.AnnotateImageResponse
 

G

GCS_IMAGE_URI_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.ImageSource
 
GeometryProto - Class in com.google.cloud.vision.v1
 
getAdult() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Represents the adult content likelihood for the image.
getAdult() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
Represents the adult content likelihood for the image.
getAdult() - Method in interface com.google.cloud.vision.v1.SafeSearchAnnotationOrBuilder
Represents the adult content likelihood for the image.
getAdultValue() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Represents the adult content likelihood for the image.
getAdultValue() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
Represents the adult content likelihood for the image.
getAdultValue() - Method in interface com.google.cloud.vision.v1.SafeSearchAnnotationOrBuilder
Represents the adult content likelihood for the image.
getAngerLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Anger likelihood.
getAngerLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Anger likelihood.
getAngerLikelihood() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Anger likelihood.
getAngerLikelihoodValue() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Anger likelihood.
getAngerLikelihoodValue() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Anger likelihood.
getAngerLikelihoodValue() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Anger likelihood.
getAspectRatios(int) - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
Aspect ratios in floats, representing the ratio of the width to the height of the image.
getAspectRatios(int) - Method in class com.google.cloud.vision.v1.CropHintsParams
Aspect ratios in floats, representing the ratio of the width to the height of the image.
getAspectRatios(int) - Method in interface com.google.cloud.vision.v1.CropHintsParamsOrBuilder
Aspect ratios in floats, representing the ratio of the width to the height of the image.
getAspectRatiosCount() - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
Aspect ratios in floats, representing the ratio of the width to the height of the image.
getAspectRatiosCount() - Method in class com.google.cloud.vision.v1.CropHintsParams
Aspect ratios in floats, representing the ratio of the width to the height of the image.
getAspectRatiosCount() - Method in interface com.google.cloud.vision.v1.CropHintsParamsOrBuilder
Aspect ratios in floats, representing the ratio of the width to the height of the image.
getAspectRatiosList() - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
Aspect ratios in floats, representing the ratio of the width to the height of the image.
getAspectRatiosList() - Method in class com.google.cloud.vision.v1.CropHintsParams
Aspect ratios in floats, representing the ratio of the width to the height of the image.
getAspectRatiosList() - Method in interface com.google.cloud.vision.v1.CropHintsParamsOrBuilder
Aspect ratios in floats, representing the ratio of the width to the height of the image.
getBlocks(int) - Method in class com.google.cloud.vision.v1.Page.Builder
List of blocks of text, images etc on this page.
getBlocks(int) - Method in class com.google.cloud.vision.v1.Page
List of blocks of text, images etc on this page.
getBlocks(int) - Method in interface com.google.cloud.vision.v1.PageOrBuilder
List of blocks of text, images etc on this page.
getBlocksBuilder(int) - Method in class com.google.cloud.vision.v1.Page.Builder
List of blocks of text, images etc on this page.
getBlocksBuilderList() - Method in class com.google.cloud.vision.v1.Page.Builder
List of blocks of text, images etc on this page.
getBlocksCount() - Method in class com.google.cloud.vision.v1.Page.Builder
List of blocks of text, images etc on this page.
getBlocksCount() - Method in class com.google.cloud.vision.v1.Page
List of blocks of text, images etc on this page.
getBlocksCount() - Method in interface com.google.cloud.vision.v1.PageOrBuilder
List of blocks of text, images etc on this page.
getBlocksList() - Method in class com.google.cloud.vision.v1.Page.Builder
List of blocks of text, images etc on this page.
getBlocksList() - Method in class com.google.cloud.vision.v1.Page
List of blocks of text, images etc on this page.
getBlocksList() - Method in interface com.google.cloud.vision.v1.PageOrBuilder
List of blocks of text, images etc on this page.
getBlocksOrBuilder(int) - Method in class com.google.cloud.vision.v1.Page.Builder
List of blocks of text, images etc on this page.
getBlocksOrBuilder(int) - Method in class com.google.cloud.vision.v1.Page
List of blocks of text, images etc on this page.
getBlocksOrBuilder(int) - Method in interface com.google.cloud.vision.v1.PageOrBuilder
List of blocks of text, images etc on this page.
getBlocksOrBuilderList() - Method in class com.google.cloud.vision.v1.Page.Builder
List of blocks of text, images etc on this page.
getBlocksOrBuilderList() - Method in class com.google.cloud.vision.v1.Page
List of blocks of text, images etc on this page.
getBlocksOrBuilderList() - Method in interface com.google.cloud.vision.v1.PageOrBuilder
List of blocks of text, images etc on this page.
getBlockType() - Method in class com.google.cloud.vision.v1.Block.Builder
Detected block type (text, image etc) for this block.
getBlockType() - Method in class com.google.cloud.vision.v1.Block
Detected block type (text, image etc) for this block.
getBlockType() - Method in interface com.google.cloud.vision.v1.BlockOrBuilder
Detected block type (text, image etc) for this block.
getBlockTypeValue() - Method in class com.google.cloud.vision.v1.Block.Builder
Detected block type (text, image etc) for this block.
getBlockTypeValue() - Method in class com.google.cloud.vision.v1.Block
Detected block type (text, image etc) for this block.
getBlockTypeValue() - Method in interface com.google.cloud.vision.v1.BlockOrBuilder
Detected block type (text, image etc) for this block.
getBlurredLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Blurred likelihood.
getBlurredLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Blurred likelihood.
getBlurredLikelihood() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Blurred likelihood.
getBlurredLikelihoodValue() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Blurred likelihood.
getBlurredLikelihoodValue() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Blurred likelihood.
getBlurredLikelihoodValue() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Blurred likelihood.
getBoundingBox() - Method in class com.google.cloud.vision.v1.Block.Builder
The bounding box for the block.
getBoundingBox() - Method in class com.google.cloud.vision.v1.Block
The bounding box for the block.
getBoundingBox() - Method in interface com.google.cloud.vision.v1.BlockOrBuilder
The bounding box for the block.
getBoundingBox() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
The bounding box for the paragraph.
getBoundingBox() - Method in class com.google.cloud.vision.v1.Paragraph
The bounding box for the paragraph.
getBoundingBox() - Method in interface com.google.cloud.vision.v1.ParagraphOrBuilder
The bounding box for the paragraph.
getBoundingBox() - Method in class com.google.cloud.vision.v1.Symbol.Builder
The bounding box for the symbol.
getBoundingBox() - Method in class com.google.cloud.vision.v1.Symbol
The bounding box for the symbol.
getBoundingBox() - Method in interface com.google.cloud.vision.v1.SymbolOrBuilder
The bounding box for the symbol.
getBoundingBox() - Method in class com.google.cloud.vision.v1.Word.Builder
The bounding box for the word.
getBoundingBox() - Method in class com.google.cloud.vision.v1.Word
The bounding box for the word.
getBoundingBox() - Method in interface com.google.cloud.vision.v1.WordOrBuilder
The bounding box for the word.
getBoundingBoxBuilder() - Method in class com.google.cloud.vision.v1.Block.Builder
The bounding box for the block.
getBoundingBoxBuilder() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
The bounding box for the paragraph.
getBoundingBoxBuilder() - Method in class com.google.cloud.vision.v1.Symbol.Builder
The bounding box for the symbol.
getBoundingBoxBuilder() - Method in class com.google.cloud.vision.v1.Word.Builder
The bounding box for the word.
getBoundingBoxOrBuilder() - Method in class com.google.cloud.vision.v1.Block.Builder
The bounding box for the block.
getBoundingBoxOrBuilder() - Method in class com.google.cloud.vision.v1.Block
The bounding box for the block.
getBoundingBoxOrBuilder() - Method in interface com.google.cloud.vision.v1.BlockOrBuilder
The bounding box for the block.
getBoundingBoxOrBuilder() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
The bounding box for the paragraph.
getBoundingBoxOrBuilder() - Method in class com.google.cloud.vision.v1.Paragraph
The bounding box for the paragraph.
getBoundingBoxOrBuilder() - Method in interface com.google.cloud.vision.v1.ParagraphOrBuilder
The bounding box for the paragraph.
getBoundingBoxOrBuilder() - Method in class com.google.cloud.vision.v1.Symbol.Builder
The bounding box for the symbol.
getBoundingBoxOrBuilder() - Method in class com.google.cloud.vision.v1.Symbol
The bounding box for the symbol.
getBoundingBoxOrBuilder() - Method in interface com.google.cloud.vision.v1.SymbolOrBuilder
The bounding box for the symbol.
getBoundingBoxOrBuilder() - Method in class com.google.cloud.vision.v1.Word.Builder
The bounding box for the word.
getBoundingBoxOrBuilder() - Method in class com.google.cloud.vision.v1.Word
The bounding box for the word.
getBoundingBoxOrBuilder() - Method in interface com.google.cloud.vision.v1.WordOrBuilder
The bounding box for the word.
getBoundingPoly() - Method in class com.google.cloud.vision.v1.CropHint.Builder
The bounding polygon for the crop region.
getBoundingPoly() - Method in class com.google.cloud.vision.v1.CropHint
The bounding polygon for the crop region.
getBoundingPoly() - Method in interface com.google.cloud.vision.v1.CropHintOrBuilder
The bounding polygon for the crop region.
getBoundingPoly() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Image region to which this entity belongs.
getBoundingPoly() - Method in class com.google.cloud.vision.v1.EntityAnnotation
Image region to which this entity belongs.
getBoundingPoly() - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
Image region to which this entity belongs.
getBoundingPoly() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
The bounding polygon around the face.
getBoundingPoly() - Method in class com.google.cloud.vision.v1.FaceAnnotation
The bounding polygon around the face.
getBoundingPoly() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
The bounding polygon around the face.
getBoundingPolyBuilder() - Method in class com.google.cloud.vision.v1.CropHint.Builder
The bounding polygon for the crop region.
getBoundingPolyBuilder() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Image region to which this entity belongs.
getBoundingPolyBuilder() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
The bounding polygon around the face.
getBoundingPolyOrBuilder() - Method in class com.google.cloud.vision.v1.CropHint.Builder
The bounding polygon for the crop region.
getBoundingPolyOrBuilder() - Method in class com.google.cloud.vision.v1.CropHint
The bounding polygon for the crop region.
getBoundingPolyOrBuilder() - Method in interface com.google.cloud.vision.v1.CropHintOrBuilder
The bounding polygon for the crop region.
getBoundingPolyOrBuilder() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Image region to which this entity belongs.
getBoundingPolyOrBuilder() - Method in class com.google.cloud.vision.v1.EntityAnnotation
Image region to which this entity belongs.
getBoundingPolyOrBuilder() - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
Image region to which this entity belongs.
getBoundingPolyOrBuilder() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
The bounding polygon around the face.
getBoundingPolyOrBuilder() - Method in class com.google.cloud.vision.v1.FaceAnnotation
The bounding polygon around the face.
getBoundingPolyOrBuilder() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
The bounding polygon around the face.
getColor() - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
RGB components of the color.
getColor() - Method in class com.google.cloud.vision.v1.ColorInfo
RGB components of the color.
getColor() - Method in interface com.google.cloud.vision.v1.ColorInfoOrBuilder
RGB components of the color.
getColorBuilder() - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
RGB components of the color.
getColorOrBuilder() - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
RGB components of the color.
getColorOrBuilder() - Method in class com.google.cloud.vision.v1.ColorInfo
RGB components of the color.
getColorOrBuilder() - Method in interface com.google.cloud.vision.v1.ColorInfoOrBuilder
RGB components of the color.
getColors(int) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
RGB color values with their score and pixel fraction.
getColors(int) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation
RGB color values with their score and pixel fraction.
getColors(int) - Method in interface com.google.cloud.vision.v1.DominantColorsAnnotationOrBuilder
RGB color values with their score and pixel fraction.
getColorsBuilder(int) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
RGB color values with their score and pixel fraction.
getColorsBuilderList() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
RGB color values with their score and pixel fraction.
getColorsCount() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
RGB color values with their score and pixel fraction.
getColorsCount() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation
RGB color values with their score and pixel fraction.
getColorsCount() - Method in interface com.google.cloud.vision.v1.DominantColorsAnnotationOrBuilder
RGB color values with their score and pixel fraction.
getColorsList() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
RGB color values with their score and pixel fraction.
getColorsList() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation
RGB color values with their score and pixel fraction.
getColorsList() - Method in interface com.google.cloud.vision.v1.DominantColorsAnnotationOrBuilder
RGB color values with their score and pixel fraction.
getColorsOrBuilder(int) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
RGB color values with their score and pixel fraction.
getColorsOrBuilder(int) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation
RGB color values with their score and pixel fraction.
getColorsOrBuilder(int) - Method in interface com.google.cloud.vision.v1.DominantColorsAnnotationOrBuilder
RGB color values with their score and pixel fraction.
getColorsOrBuilderList() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
RGB color values with their score and pixel fraction.
getColorsOrBuilderList() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation
RGB color values with their score and pixel fraction.
getColorsOrBuilderList() - Method in interface com.google.cloud.vision.v1.DominantColorsAnnotationOrBuilder
RGB color values with their score and pixel fraction.
getConfidence() - Method in class com.google.cloud.vision.v1.CropHint.Builder
Confidence of this being a salient region.
getConfidence() - Method in class com.google.cloud.vision.v1.CropHint
Confidence of this being a salient region.
getConfidence() - Method in interface com.google.cloud.vision.v1.CropHintOrBuilder
Confidence of this being a salient region.
getConfidence() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The accuracy of the entity detection in an image.
getConfidence() - Method in class com.google.cloud.vision.v1.EntityAnnotation
The accuracy of the entity detection in an image.
getConfidence() - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
The accuracy of the entity detection in an image.
getConfidence() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
Confidence of detected language.
getConfidence() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
Confidence of detected language.
getConfidence() - Method in interface com.google.cloud.vision.v1.TextAnnotation.DetectedLanguageOrBuilder
Confidence of detected language.
getContent() - Method in class com.google.cloud.vision.v1.Image.Builder
Image content, represented as a stream of bytes.
getContent() - Method in class com.google.cloud.vision.v1.Image
Image content, represented as a stream of bytes.
getContent() - Method in interface com.google.cloud.vision.v1.ImageOrBuilder
Image content, represented as a stream of bytes.
getCropHints(int) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
getCropHints(int) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
getCropHints(int) - Method in interface com.google.cloud.vision.v1.CropHintsAnnotationOrBuilder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
getCropHintsAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, crop hints have completed successfully.
getCropHintsAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, crop hints have completed successfully.
getCropHintsAnnotation() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, crop hints have completed successfully.
getCropHintsAnnotationBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, crop hints have completed successfully.
getCropHintsAnnotationOrBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, crop hints have completed successfully.
getCropHintsAnnotationOrBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, crop hints have completed successfully.
getCropHintsAnnotationOrBuilder() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, crop hints have completed successfully.
getCropHintsBuilder(int) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
getCropHintsBuilderList() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
getCropHintsCount() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
getCropHintsCount() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
getCropHintsCount() - Method in interface com.google.cloud.vision.v1.CropHintsAnnotationOrBuilder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
getCropHintsList() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
getCropHintsList() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
getCropHintsList() - Method in interface com.google.cloud.vision.v1.CropHintsAnnotationOrBuilder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
getCropHintsOrBuilder(int) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
getCropHintsOrBuilder(int) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
getCropHintsOrBuilder(int) - Method in interface com.google.cloud.vision.v1.CropHintsAnnotationOrBuilder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
getCropHintsOrBuilderList() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
getCropHintsOrBuilderList() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
getCropHintsOrBuilderList() - Method in interface com.google.cloud.vision.v1.CropHintsAnnotationOrBuilder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
getCropHintsParams() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
Parameters for crop hints annotation request.
getCropHintsParams() - Method in class com.google.cloud.vision.v1.ImageContext
Parameters for crop hints annotation request.
getCropHintsParams() - Method in interface com.google.cloud.vision.v1.ImageContextOrBuilder
Parameters for crop hints annotation request.
getCropHintsParamsBuilder() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
Parameters for crop hints annotation request.
getCropHintsParamsOrBuilder() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
Parameters for crop hints annotation request.
getCropHintsParamsOrBuilder() - Method in class com.google.cloud.vision.v1.ImageContext
Parameters for crop hints annotation request.
getCropHintsParamsOrBuilder() - Method in interface com.google.cloud.vision.v1.ImageContextOrBuilder
Parameters for crop hints annotation request.
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.Block
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.BoundingPoly
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.ColorInfo
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.CropHint
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.CropHintsParams
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.EntityAnnotation
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.FaceAnnotation
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.Feature
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.Image
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.ImageContext
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.ImageProperties
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.ImageSource
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.LatLongRect
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.LocationInfo
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.Page
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.Paragraph
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.Position
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.Property
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.Symbol
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.TextAnnotation
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.Vertex
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.WebAnnotation
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
getDefaultInstance() - Static method in class com.google.cloud.vision.v1.Word
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Block.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Block
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.BoundingPoly
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.ColorInfo
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.CropHint.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.CropHint
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.CropHintsParams
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.EntityAnnotation
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.FaceAnnotation
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Feature.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Feature
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Image.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Image
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.ImageContext
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.ImageProperties
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.ImageSource.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.ImageSource
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.LatLongRect
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.LocationInfo
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Page.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Page
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Paragraph
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Position.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Position
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Property.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Property
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Symbol.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Symbol
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.TextAnnotation
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Vertex.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Vertex
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.WebAnnotation
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Word.Builder
 
getDefaultInstanceForType() - Method in class com.google.cloud.vision.v1.Word
 
getDescription() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Entity textual description, expressed in its `locale` language.
getDescription() - Method in class com.google.cloud.vision.v1.EntityAnnotation
Entity textual description, expressed in its `locale` language.
getDescription() - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
Entity textual description, expressed in its `locale` language.
getDescription() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
Canonical description of the entity, in English.
getDescription() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
Canonical description of the entity, in English.
getDescription() - Method in interface com.google.cloud.vision.v1.WebAnnotation.WebEntityOrBuilder
Canonical description of the entity, in English.
getDescriptionBytes() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Entity textual description, expressed in its `locale` language.
getDescriptionBytes() - Method in class com.google.cloud.vision.v1.EntityAnnotation
Entity textual description, expressed in its `locale` language.
getDescriptionBytes() - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
Entity textual description, expressed in its `locale` language.
getDescriptionBytes() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
Canonical description of the entity, in English.
getDescriptionBytes() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
Canonical description of the entity, in English.
getDescriptionBytes() - Method in interface com.google.cloud.vision.v1.WebAnnotation.WebEntityOrBuilder
Canonical description of the entity, in English.
getDescriptor() - Static method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
getDescriptor() - Static method in enum com.google.cloud.vision.v1.Block.BlockType
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Block.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Block
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.BoundingPoly.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.BoundingPoly
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.ColorInfo.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.ColorInfo
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.CropHint.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.CropHint
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.CropHintsParams.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.CropHintsParams
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.EntityAnnotation
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.FaceAnnotation
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
getDescriptor() - Static method in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Feature.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Feature
 
getDescriptor() - Static method in enum com.google.cloud.vision.v1.Feature.Type
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.GeometryProto
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Image.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Image
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.ImageAnnotatorProto
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.ImageContext.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.ImageContext
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.ImageProperties.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.ImageProperties
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.ImageSource.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.ImageSource
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.LatLongRect.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.LatLongRect
 
getDescriptor() - Static method in enum com.google.cloud.vision.v1.Likelihood
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.LocationInfo.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.LocationInfo
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Page.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Page
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Paragraph.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Paragraph
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Position.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Position
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Property.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Property
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Symbol.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Symbol
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.TextAnnotation.Builder
 
getDescriptor() - Static method in enum com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.TextAnnotation
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.TextAnnotationProto
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Vertex.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Vertex
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.WebAnnotation.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.WebAnnotation
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.WebAnnotationProto
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Word.Builder
 
getDescriptor() - Static method in class com.google.cloud.vision.v1.Word
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
 
getDescriptorForType() - Method in enum com.google.cloud.vision.v1.Block.BlockType
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.Block.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.CropHint.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
 
getDescriptorForType() - Method in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.Feature.Builder
 
getDescriptorForType() - Method in enum com.google.cloud.vision.v1.Feature.Type
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.Image.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.ImageSource.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
 
getDescriptorForType() - Method in enum com.google.cloud.vision.v1.Likelihood
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.Page.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.Position.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.Property.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.Symbol.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
 
getDescriptorForType() - Method in enum com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.Vertex.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
 
getDescriptorForType() - Method in class com.google.cloud.vision.v1.Word.Builder
 
getDetectedBreak() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
Detected start or end of a text segment.
getDetectedBreak() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
Detected start or end of a text segment.
getDetectedBreak() - Method in interface com.google.cloud.vision.v1.TextAnnotation.TextPropertyOrBuilder
Detected start or end of a text segment.
getDetectedBreakBuilder() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
Detected start or end of a text segment.
getDetectedBreakOrBuilder() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
Detected start or end of a text segment.
getDetectedBreakOrBuilder() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
Detected start or end of a text segment.
getDetectedBreakOrBuilder() - Method in interface com.google.cloud.vision.v1.TextAnnotation.TextPropertyOrBuilder
Detected start or end of a text segment.
getDetectedLanguages(int) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
A list of detected languages together with confidence.
getDetectedLanguages(int) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
A list of detected languages together with confidence.
getDetectedLanguages(int) - Method in interface com.google.cloud.vision.v1.TextAnnotation.TextPropertyOrBuilder
A list of detected languages together with confidence.
getDetectedLanguagesBuilder(int) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
A list of detected languages together with confidence.
getDetectedLanguagesBuilderList() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
A list of detected languages together with confidence.
getDetectedLanguagesCount() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
A list of detected languages together with confidence.
getDetectedLanguagesCount() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
A list of detected languages together with confidence.
getDetectedLanguagesCount() - Method in interface com.google.cloud.vision.v1.TextAnnotation.TextPropertyOrBuilder
A list of detected languages together with confidence.
getDetectedLanguagesList() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
A list of detected languages together with confidence.
getDetectedLanguagesList() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
A list of detected languages together with confidence.
getDetectedLanguagesList() - Method in interface com.google.cloud.vision.v1.TextAnnotation.TextPropertyOrBuilder
A list of detected languages together with confidence.
getDetectedLanguagesOrBuilder(int) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
A list of detected languages together with confidence.
getDetectedLanguagesOrBuilder(int) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
A list of detected languages together with confidence.
getDetectedLanguagesOrBuilder(int) - Method in interface com.google.cloud.vision.v1.TextAnnotation.TextPropertyOrBuilder
A list of detected languages together with confidence.
getDetectedLanguagesOrBuilderList() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
A list of detected languages together with confidence.
getDetectedLanguagesOrBuilderList() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
A list of detected languages together with confidence.
getDetectedLanguagesOrBuilderList() - Method in interface com.google.cloud.vision.v1.TextAnnotation.TextPropertyOrBuilder
A list of detected languages together with confidence.
getDetectionConfidence() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detection confidence.
getDetectionConfidence() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Detection confidence.
getDetectionConfidence() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Detection confidence.
getDominantColors() - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
If present, dominant colors completed successfully.
getDominantColors() - Method in class com.google.cloud.vision.v1.ImageProperties
If present, dominant colors completed successfully.
getDominantColors() - Method in interface com.google.cloud.vision.v1.ImagePropertiesOrBuilder
If present, dominant colors completed successfully.
getDominantColorsBuilder() - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
If present, dominant colors completed successfully.
getDominantColorsOrBuilder() - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
If present, dominant colors completed successfully.
getDominantColorsOrBuilder() - Method in class com.google.cloud.vision.v1.ImageProperties
If present, dominant colors completed successfully.
getDominantColorsOrBuilder() - Method in interface com.google.cloud.vision.v1.ImagePropertiesOrBuilder
If present, dominant colors completed successfully.
getEntityId() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
Opaque entity ID.
getEntityId() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
Opaque entity ID.
getEntityId() - Method in interface com.google.cloud.vision.v1.WebAnnotation.WebEntityOrBuilder
Opaque entity ID.
getEntityIdBytes() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
Opaque entity ID.
getEntityIdBytes() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
Opaque entity ID.
getEntityIdBytes() - Method in interface com.google.cloud.vision.v1.WebAnnotation.WebEntityOrBuilder
Opaque entity ID.
getError() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If set, represents the error message for the operation.
getError() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If set, represents the error message for the operation.
getError() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If set, represents the error message for the operation.
getErrorBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If set, represents the error message for the operation.
getErrorOrBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If set, represents the error message for the operation.
getErrorOrBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If set, represents the error message for the operation.
getErrorOrBuilder() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If set, represents the error message for the operation.
getFaceAnnotations(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, face detection has completed successfully.
getFaceAnnotations(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, face detection has completed successfully.
getFaceAnnotations(int) - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, face detection has completed successfully.
getFaceAnnotationsBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, face detection has completed successfully.
getFaceAnnotationsBuilderList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, face detection has completed successfully.
getFaceAnnotationsCount() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, face detection has completed successfully.
getFaceAnnotationsCount() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, face detection has completed successfully.
getFaceAnnotationsCount() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, face detection has completed successfully.
getFaceAnnotationsList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, face detection has completed successfully.
getFaceAnnotationsList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, face detection has completed successfully.
getFaceAnnotationsList() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, face detection has completed successfully.
getFaceAnnotationsOrBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, face detection has completed successfully.
getFaceAnnotationsOrBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, face detection has completed successfully.
getFaceAnnotationsOrBuilder(int) - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, face detection has completed successfully.
getFaceAnnotationsOrBuilderList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, face detection has completed successfully.
getFaceAnnotationsOrBuilderList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, face detection has completed successfully.
getFaceAnnotationsOrBuilderList() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, face detection has completed successfully.
getFdBoundingPoly() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
The `fd_bounding_poly` bounding polygon is tighter than the `boundingPoly`, and encloses only the skin part of the face.
getFdBoundingPoly() - Method in class com.google.cloud.vision.v1.FaceAnnotation
The `fd_bounding_poly` bounding polygon is tighter than the `boundingPoly`, and encloses only the skin part of the face.
getFdBoundingPoly() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
The `fd_bounding_poly` bounding polygon is tighter than the `boundingPoly`, and encloses only the skin part of the face.
getFdBoundingPolyBuilder() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
The `fd_bounding_poly` bounding polygon is tighter than the `boundingPoly`, and encloses only the skin part of the face.
getFdBoundingPolyOrBuilder() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
The `fd_bounding_poly` bounding polygon is tighter than the `boundingPoly`, and encloses only the skin part of the face.
getFdBoundingPolyOrBuilder() - Method in class com.google.cloud.vision.v1.FaceAnnotation
The `fd_bounding_poly` bounding polygon is tighter than the `boundingPoly`, and encloses only the skin part of the face.
getFdBoundingPolyOrBuilder() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
The `fd_bounding_poly` bounding polygon is tighter than the `boundingPoly`, and encloses only the skin part of the face.
getFeatures(int) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Requested features.
getFeatures(int) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
Requested features.
getFeatures(int) - Method in interface com.google.cloud.vision.v1.AnnotateImageRequestOrBuilder
Requested features.
getFeaturesBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Requested features.
getFeaturesBuilderList() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Requested features.
getFeaturesCount() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Requested features.
getFeaturesCount() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
Requested features.
getFeaturesCount() - Method in interface com.google.cloud.vision.v1.AnnotateImageRequestOrBuilder
Requested features.
getFeaturesList() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Requested features.
getFeaturesList() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
Requested features.
getFeaturesList() - Method in interface com.google.cloud.vision.v1.AnnotateImageRequestOrBuilder
Requested features.
getFeaturesOrBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Requested features.
getFeaturesOrBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
Requested features.
getFeaturesOrBuilder(int) - Method in interface com.google.cloud.vision.v1.AnnotateImageRequestOrBuilder
Requested features.
getFeaturesOrBuilderList() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Requested features.
getFeaturesOrBuilderList() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
Requested features.
getFeaturesOrBuilderList() - Method in interface com.google.cloud.vision.v1.AnnotateImageRequestOrBuilder
Requested features.
getFullMatchingImages(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Fully matching images from the Internet.
getFullMatchingImages(int) - Method in class com.google.cloud.vision.v1.WebAnnotation
Fully matching images from the Internet.
getFullMatchingImages(int) - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Fully matching images from the Internet.
getFullMatchingImagesBuilder(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Fully matching images from the Internet.
getFullMatchingImagesBuilderList() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Fully matching images from the Internet.
getFullMatchingImagesCount() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Fully matching images from the Internet.
getFullMatchingImagesCount() - Method in class com.google.cloud.vision.v1.WebAnnotation
Fully matching images from the Internet.
getFullMatchingImagesCount() - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Fully matching images from the Internet.
getFullMatchingImagesList() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Fully matching images from the Internet.
getFullMatchingImagesList() - Method in class com.google.cloud.vision.v1.WebAnnotation
Fully matching images from the Internet.
getFullMatchingImagesList() - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Fully matching images from the Internet.
getFullMatchingImagesOrBuilder(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Fully matching images from the Internet.
getFullMatchingImagesOrBuilder(int) - Method in class com.google.cloud.vision.v1.WebAnnotation
Fully matching images from the Internet.
getFullMatchingImagesOrBuilder(int) - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Fully matching images from the Internet.
getFullMatchingImagesOrBuilderList() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Fully matching images from the Internet.
getFullMatchingImagesOrBuilderList() - Method in class com.google.cloud.vision.v1.WebAnnotation
Fully matching images from the Internet.
getFullMatchingImagesOrBuilderList() - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Fully matching images from the Internet.
getFullTextAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getFullTextAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getFullTextAnnotation() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getFullTextAnnotationBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getFullTextAnnotationOrBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getFullTextAnnotationOrBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getFullTextAnnotationOrBuilder() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getGcsImageUri() - Method in class com.google.cloud.vision.v1.ImageSource.Builder
NOTE: For new code `image_uri` below is preferred.
getGcsImageUri() - Method in class com.google.cloud.vision.v1.ImageSource
NOTE: For new code `image_uri` below is preferred.
getGcsImageUri() - Method in interface com.google.cloud.vision.v1.ImageSourceOrBuilder
NOTE: For new code `image_uri` below is preferred.
getGcsImageUriBytes() - Method in class com.google.cloud.vision.v1.ImageSource.Builder
NOTE: For new code `image_uri` below is preferred.
getGcsImageUriBytes() - Method in class com.google.cloud.vision.v1.ImageSource
NOTE: For new code `image_uri` below is preferred.
getGcsImageUriBytes() - Method in interface com.google.cloud.vision.v1.ImageSourceOrBuilder
NOTE: For new code `image_uri` below is preferred.
getHeadwearLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Headwear likelihood.
getHeadwearLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Headwear likelihood.
getHeadwearLikelihood() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Headwear likelihood.
getHeadwearLikelihoodValue() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Headwear likelihood.
getHeadwearLikelihoodValue() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Headwear likelihood.
getHeadwearLikelihoodValue() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Headwear likelihood.
getHeight() - Method in class com.google.cloud.vision.v1.Page.Builder
Page height in pixels.
getHeight() - Method in class com.google.cloud.vision.v1.Page
Page height in pixels.
getHeight() - Method in interface com.google.cloud.vision.v1.PageOrBuilder
Page height in pixels.
getImage() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
The image to be processed.
getImage() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
The image to be processed.
getImage() - Method in interface com.google.cloud.vision.v1.AnnotateImageRequestOrBuilder
The image to be processed.
getImageBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
The image to be processed.
getImageContext() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Additional context that may accompany the image.
getImageContext() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
Additional context that may accompany the image.
getImageContext() - Method in interface com.google.cloud.vision.v1.AnnotateImageRequestOrBuilder
Additional context that may accompany the image.
getImageContextBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Additional context that may accompany the image.
getImageContextOrBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Additional context that may accompany the image.
getImageContextOrBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
Additional context that may accompany the image.
getImageContextOrBuilder() - Method in interface com.google.cloud.vision.v1.AnnotateImageRequestOrBuilder
Additional context that may accompany the image.
getImageOrBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
The image to be processed.
getImageOrBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
The image to be processed.
getImageOrBuilder() - Method in interface com.google.cloud.vision.v1.AnnotateImageRequestOrBuilder
The image to be processed.
getImagePropertiesAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, image properties were extracted successfully.
getImagePropertiesAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, image properties were extracted successfully.
getImagePropertiesAnnotation() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, image properties were extracted successfully.
getImagePropertiesAnnotationBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, image properties were extracted successfully.
getImagePropertiesAnnotationOrBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, image properties were extracted successfully.
getImagePropertiesAnnotationOrBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, image properties were extracted successfully.
getImagePropertiesAnnotationOrBuilder() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, image properties were extracted successfully.
getImageUri() - Method in class com.google.cloud.vision.v1.ImageSource.Builder
Image URI which supports: 1) Google Cloud Storage image URI, which must be in the following form: `gs://bucket_name/object_name` (for details, see [Google Cloud Storage Request URIs](https://cloud.google.com/storage/docs/reference-uris)).
getImageUri() - Method in class com.google.cloud.vision.v1.ImageSource
Image URI which supports: 1) Google Cloud Storage image URI, which must be in the following form: `gs://bucket_name/object_name` (for details, see [Google Cloud Storage Request URIs](https://cloud.google.com/storage/docs/reference-uris)).
getImageUri() - Method in interface com.google.cloud.vision.v1.ImageSourceOrBuilder
Image URI which supports: 1) Google Cloud Storage image URI, which must be in the following form: `gs://bucket_name/object_name` (for details, see [Google Cloud Storage Request URIs](https://cloud.google.com/storage/docs/reference-uris)).
getImageUriBytes() - Method in class com.google.cloud.vision.v1.ImageSource.Builder
Image URI which supports: 1) Google Cloud Storage image URI, which must be in the following form: `gs://bucket_name/object_name` (for details, see [Google Cloud Storage Request URIs](https://cloud.google.com/storage/docs/reference-uris)).
getImageUriBytes() - Method in class com.google.cloud.vision.v1.ImageSource
Image URI which supports: 1) Google Cloud Storage image URI, which must be in the following form: `gs://bucket_name/object_name` (for details, see [Google Cloud Storage Request URIs](https://cloud.google.com/storage/docs/reference-uris)).
getImageUriBytes() - Method in interface com.google.cloud.vision.v1.ImageSourceOrBuilder
Image URI which supports: 1) Google Cloud Storage image URI, which must be in the following form: `gs://bucket_name/object_name` (for details, see [Google Cloud Storage Request URIs](https://cloud.google.com/storage/docs/reference-uris)).
getImportanceFraction() - Method in class com.google.cloud.vision.v1.CropHint.Builder
Fraction of importance of this salient region with respect to the original image.
getImportanceFraction() - Method in class com.google.cloud.vision.v1.CropHint
Fraction of importance of this salient region with respect to the original image.
getImportanceFraction() - Method in interface com.google.cloud.vision.v1.CropHintOrBuilder
Fraction of importance of this salient region with respect to the original image.
getIsPrefix() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
True if break prepends the element.
getIsPrefix() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
True if break prepends the element.
getIsPrefix() - Method in interface com.google.cloud.vision.v1.TextAnnotation.DetectedBreakOrBuilder
True if break prepends the element.
getJoyLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Joy likelihood.
getJoyLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Joy likelihood.
getJoyLikelihood() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Joy likelihood.
getJoyLikelihoodValue() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Joy likelihood.
getJoyLikelihoodValue() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Joy likelihood.
getJoyLikelihoodValue() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Joy likelihood.
getLabelAnnotations(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, label detection has completed successfully.
getLabelAnnotations(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, label detection has completed successfully.
getLabelAnnotations(int) - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, label detection has completed successfully.
getLabelAnnotationsBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, label detection has completed successfully.
getLabelAnnotationsBuilderList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, label detection has completed successfully.
getLabelAnnotationsCount() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, label detection has completed successfully.
getLabelAnnotationsCount() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, label detection has completed successfully.
getLabelAnnotationsCount() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, label detection has completed successfully.
getLabelAnnotationsList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, label detection has completed successfully.
getLabelAnnotationsList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, label detection has completed successfully.
getLabelAnnotationsList() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, label detection has completed successfully.
getLabelAnnotationsOrBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, label detection has completed successfully.
getLabelAnnotationsOrBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, label detection has completed successfully.
getLabelAnnotationsOrBuilder(int) - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, label detection has completed successfully.
getLabelAnnotationsOrBuilderList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, label detection has completed successfully.
getLabelAnnotationsOrBuilderList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, label detection has completed successfully.
getLabelAnnotationsOrBuilderList() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, label detection has completed successfully.
getLandmarkAnnotations(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, landmark detection has completed successfully.
getLandmarkAnnotations(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, landmark detection has completed successfully.
getLandmarkAnnotations(int) - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, landmark detection has completed successfully.
getLandmarkAnnotationsBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, landmark detection has completed successfully.
getLandmarkAnnotationsBuilderList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, landmark detection has completed successfully.
getLandmarkAnnotationsCount() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, landmark detection has completed successfully.
getLandmarkAnnotationsCount() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, landmark detection has completed successfully.
getLandmarkAnnotationsCount() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, landmark detection has completed successfully.
getLandmarkAnnotationsList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, landmark detection has completed successfully.
getLandmarkAnnotationsList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, landmark detection has completed successfully.
getLandmarkAnnotationsList() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, landmark detection has completed successfully.
getLandmarkAnnotationsOrBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, landmark detection has completed successfully.
getLandmarkAnnotationsOrBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, landmark detection has completed successfully.
getLandmarkAnnotationsOrBuilder(int) - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, landmark detection has completed successfully.
getLandmarkAnnotationsOrBuilderList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, landmark detection has completed successfully.
getLandmarkAnnotationsOrBuilderList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, landmark detection has completed successfully.
getLandmarkAnnotationsOrBuilderList() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, landmark detection has completed successfully.
getLandmarkingConfidence() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Face landmarking confidence.
getLandmarkingConfidence() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Face landmarking confidence.
getLandmarkingConfidence() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Face landmarking confidence.
getLandmarks(int) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detected face landmarks.
getLandmarks(int) - Method in class com.google.cloud.vision.v1.FaceAnnotation
Detected face landmarks.
getLandmarks(int) - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Detected face landmarks.
getLandmarksBuilder(int) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detected face landmarks.
getLandmarksBuilderList() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detected face landmarks.
getLandmarksCount() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detected face landmarks.
getLandmarksCount() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Detected face landmarks.
getLandmarksCount() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Detected face landmarks.
getLandmarksList() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detected face landmarks.
getLandmarksList() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Detected face landmarks.
getLandmarksList() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Detected face landmarks.
getLandmarksOrBuilder(int) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detected face landmarks.
getLandmarksOrBuilder(int) - Method in class com.google.cloud.vision.v1.FaceAnnotation
Detected face landmarks.
getLandmarksOrBuilder(int) - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Detected face landmarks.
getLandmarksOrBuilderList() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detected face landmarks.
getLandmarksOrBuilderList() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Detected face landmarks.
getLandmarksOrBuilderList() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Detected face landmarks.
getLanguageCode() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
The BCP-47 language code, such as "en-US" or "sr-Latn".
getLanguageCode() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
The BCP-47 language code, such as "en-US" or "sr-Latn".
getLanguageCode() - Method in interface com.google.cloud.vision.v1.TextAnnotation.DetectedLanguageOrBuilder
The BCP-47 language code, such as "en-US" or "sr-Latn".
getLanguageCodeBytes() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
The BCP-47 language code, such as "en-US" or "sr-Latn".
getLanguageCodeBytes() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
The BCP-47 language code, such as "en-US" or "sr-Latn".
getLanguageCodeBytes() - Method in interface com.google.cloud.vision.v1.TextAnnotation.DetectedLanguageOrBuilder
The BCP-47 language code, such as "en-US" or "sr-Latn".
getLanguageHints(int) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
List of languages to use for TEXT_DETECTION.
getLanguageHints(int) - Method in class com.google.cloud.vision.v1.ImageContext
List of languages to use for TEXT_DETECTION.
getLanguageHints(int) - Method in interface com.google.cloud.vision.v1.ImageContextOrBuilder
List of languages to use for TEXT_DETECTION.
getLanguageHintsBytes(int) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
List of languages to use for TEXT_DETECTION.
getLanguageHintsBytes(int) - Method in class com.google.cloud.vision.v1.ImageContext
List of languages to use for TEXT_DETECTION.
getLanguageHintsBytes(int) - Method in interface com.google.cloud.vision.v1.ImageContextOrBuilder
List of languages to use for TEXT_DETECTION.
getLanguageHintsCount() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
List of languages to use for TEXT_DETECTION.
getLanguageHintsCount() - Method in class com.google.cloud.vision.v1.ImageContext
List of languages to use for TEXT_DETECTION.
getLanguageHintsCount() - Method in interface com.google.cloud.vision.v1.ImageContextOrBuilder
List of languages to use for TEXT_DETECTION.
getLanguageHintsList() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
List of languages to use for TEXT_DETECTION.
getLanguageHintsList() - Method in class com.google.cloud.vision.v1.ImageContext
List of languages to use for TEXT_DETECTION.
getLanguageHintsList() - Method in interface com.google.cloud.vision.v1.ImageContextOrBuilder
List of languages to use for TEXT_DETECTION.
getLatLng() - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
lat/long location coordinates.
getLatLng() - Method in class com.google.cloud.vision.v1.LocationInfo
lat/long location coordinates.
getLatLng() - Method in interface com.google.cloud.vision.v1.LocationInfoOrBuilder
lat/long location coordinates.
getLatLngBuilder() - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
lat/long location coordinates.
getLatLngOrBuilder() - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
lat/long location coordinates.
getLatLngOrBuilder() - Method in class com.google.cloud.vision.v1.LocationInfo
lat/long location coordinates.
getLatLngOrBuilder() - Method in interface com.google.cloud.vision.v1.LocationInfoOrBuilder
lat/long location coordinates.
getLatLongRect() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
lat/long rectangle that specifies the location of the image.
getLatLongRect() - Method in class com.google.cloud.vision.v1.ImageContext
lat/long rectangle that specifies the location of the image.
getLatLongRect() - Method in interface com.google.cloud.vision.v1.ImageContextOrBuilder
lat/long rectangle that specifies the location of the image.
getLatLongRectBuilder() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
lat/long rectangle that specifies the location of the image.
getLatLongRectOrBuilder() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
lat/long rectangle that specifies the location of the image.
getLatLongRectOrBuilder() - Method in class com.google.cloud.vision.v1.ImageContext
lat/long rectangle that specifies the location of the image.
getLatLongRectOrBuilder() - Method in interface com.google.cloud.vision.v1.ImageContextOrBuilder
lat/long rectangle that specifies the location of the image.
getLocale() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The language code for the locale in which the entity textual `description` is expressed.
getLocale() - Method in class com.google.cloud.vision.v1.EntityAnnotation
The language code for the locale in which the entity textual `description` is expressed.
getLocale() - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
The language code for the locale in which the entity textual `description` is expressed.
getLocaleBytes() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The language code for the locale in which the entity textual `description` is expressed.
getLocaleBytes() - Method in class com.google.cloud.vision.v1.EntityAnnotation
The language code for the locale in which the entity textual `description` is expressed.
getLocaleBytes() - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
The language code for the locale in which the entity textual `description` is expressed.
getLocations(int) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The location information for the detected entity.
getLocations(int) - Method in class com.google.cloud.vision.v1.EntityAnnotation
The location information for the detected entity.
getLocations(int) - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
The location information for the detected entity.
getLocationsBuilder(int) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The location information for the detected entity.
getLocationsBuilderList() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The location information for the detected entity.
getLocationsCount() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The location information for the detected entity.
getLocationsCount() - Method in class com.google.cloud.vision.v1.EntityAnnotation
The location information for the detected entity.
getLocationsCount() - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
The location information for the detected entity.
getLocationsList() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The location information for the detected entity.
getLocationsList() - Method in class com.google.cloud.vision.v1.EntityAnnotation
The location information for the detected entity.
getLocationsList() - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
The location information for the detected entity.
getLocationsOrBuilder(int) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The location information for the detected entity.
getLocationsOrBuilder(int) - Method in class com.google.cloud.vision.v1.EntityAnnotation
The location information for the detected entity.
getLocationsOrBuilder(int) - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
The location information for the detected entity.
getLocationsOrBuilderList() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The location information for the detected entity.
getLocationsOrBuilderList() - Method in class com.google.cloud.vision.v1.EntityAnnotation
The location information for the detected entity.
getLocationsOrBuilderList() - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
The location information for the detected entity.
getLogoAnnotations(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, logo detection has completed successfully.
getLogoAnnotations(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, logo detection has completed successfully.
getLogoAnnotations(int) - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, logo detection has completed successfully.
getLogoAnnotationsBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, logo detection has completed successfully.
getLogoAnnotationsBuilderList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, logo detection has completed successfully.
getLogoAnnotationsCount() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, logo detection has completed successfully.
getLogoAnnotationsCount() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, logo detection has completed successfully.
getLogoAnnotationsCount() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, logo detection has completed successfully.
getLogoAnnotationsList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, logo detection has completed successfully.
getLogoAnnotationsList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, logo detection has completed successfully.
getLogoAnnotationsList() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, logo detection has completed successfully.
getLogoAnnotationsOrBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, logo detection has completed successfully.
getLogoAnnotationsOrBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, logo detection has completed successfully.
getLogoAnnotationsOrBuilder(int) - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, logo detection has completed successfully.
getLogoAnnotationsOrBuilderList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, logo detection has completed successfully.
getLogoAnnotationsOrBuilderList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, logo detection has completed successfully.
getLogoAnnotationsOrBuilderList() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, logo detection has completed successfully.
getMaxLatLng() - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
Max lat/long pair.
getMaxLatLng() - Method in class com.google.cloud.vision.v1.LatLongRect
Max lat/long pair.
getMaxLatLng() - Method in interface com.google.cloud.vision.v1.LatLongRectOrBuilder
Max lat/long pair.
getMaxLatLngBuilder() - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
Max lat/long pair.
getMaxLatLngOrBuilder() - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
Max lat/long pair.
getMaxLatLngOrBuilder() - Method in class com.google.cloud.vision.v1.LatLongRect
Max lat/long pair.
getMaxLatLngOrBuilder() - Method in interface com.google.cloud.vision.v1.LatLongRectOrBuilder
Max lat/long pair.
getMaxResults() - Method in class com.google.cloud.vision.v1.Feature.Builder
Maximum number of results of this type.
getMaxResults() - Method in class com.google.cloud.vision.v1.Feature
Maximum number of results of this type.
getMaxResults() - Method in interface com.google.cloud.vision.v1.FeatureOrBuilder
Maximum number of results of this type.
getMedical() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Likelihood that this is a medical image.
getMedical() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
Likelihood that this is a medical image.
getMedical() - Method in interface com.google.cloud.vision.v1.SafeSearchAnnotationOrBuilder
Likelihood that this is a medical image.
getMedicalValue() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Likelihood that this is a medical image.
getMedicalValue() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
Likelihood that this is a medical image.
getMedicalValue() - Method in interface com.google.cloud.vision.v1.SafeSearchAnnotationOrBuilder
Likelihood that this is a medical image.
getMid() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Opaque entity ID.
getMid() - Method in class com.google.cloud.vision.v1.EntityAnnotation
Opaque entity ID.
getMid() - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
Opaque entity ID.
getMidBytes() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Opaque entity ID.
getMidBytes() - Method in class com.google.cloud.vision.v1.EntityAnnotation
Opaque entity ID.
getMidBytes() - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
Opaque entity ID.
getMinLatLng() - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
Min lat/long pair.
getMinLatLng() - Method in class com.google.cloud.vision.v1.LatLongRect
Min lat/long pair.
getMinLatLng() - Method in interface com.google.cloud.vision.v1.LatLongRectOrBuilder
Min lat/long pair.
getMinLatLngBuilder() - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
Min lat/long pair.
getMinLatLngOrBuilder() - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
Min lat/long pair.
getMinLatLngOrBuilder() - Method in class com.google.cloud.vision.v1.LatLongRect
Min lat/long pair.
getMinLatLngOrBuilder() - Method in interface com.google.cloud.vision.v1.LatLongRectOrBuilder
Min lat/long pair.
getName() - Method in class com.google.cloud.vision.v1.Property.Builder
Name of the property.
getName() - Method in class com.google.cloud.vision.v1.Property
Name of the property.
getName() - Method in interface com.google.cloud.vision.v1.PropertyOrBuilder
Name of the property.
getNameBytes() - Method in class com.google.cloud.vision.v1.Property.Builder
Name of the property.
getNameBytes() - Method in class com.google.cloud.vision.v1.Property
Name of the property.
getNameBytes() - Method in interface com.google.cloud.vision.v1.PropertyOrBuilder
Name of the property.
getNumber() - Method in enum com.google.cloud.vision.v1.Block.BlockType
 
getNumber() - Method in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
 
getNumber() - Method in enum com.google.cloud.vision.v1.Feature.Type
 
getNumber() - Method in enum com.google.cloud.vision.v1.Likelihood
 
getNumber() - Method in enum com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType
 
getPages(int) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
List of pages detected by OCR.
getPages(int) - Method in class com.google.cloud.vision.v1.TextAnnotation
List of pages detected by OCR.
getPages(int) - Method in interface com.google.cloud.vision.v1.TextAnnotationOrBuilder
List of pages detected by OCR.
getPagesBuilder(int) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
List of pages detected by OCR.
getPagesBuilderList() - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
List of pages detected by OCR.
getPagesCount() - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
List of pages detected by OCR.
getPagesCount() - Method in class com.google.cloud.vision.v1.TextAnnotation
List of pages detected by OCR.
getPagesCount() - Method in interface com.google.cloud.vision.v1.TextAnnotationOrBuilder
List of pages detected by OCR.
getPagesList() - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
List of pages detected by OCR.
getPagesList() - Method in class com.google.cloud.vision.v1.TextAnnotation
List of pages detected by OCR.
getPagesList() - Method in interface com.google.cloud.vision.v1.TextAnnotationOrBuilder
List of pages detected by OCR.
getPagesOrBuilder(int) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
List of pages detected by OCR.
getPagesOrBuilder(int) - Method in class com.google.cloud.vision.v1.TextAnnotation
List of pages detected by OCR.
getPagesOrBuilder(int) - Method in interface com.google.cloud.vision.v1.TextAnnotationOrBuilder
List of pages detected by OCR.
getPagesOrBuilderList() - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
List of pages detected by OCR.
getPagesOrBuilderList() - Method in class com.google.cloud.vision.v1.TextAnnotation
List of pages detected by OCR.
getPagesOrBuilderList() - Method in interface com.google.cloud.vision.v1.TextAnnotationOrBuilder
List of pages detected by OCR.
getPagesWithMatchingImages(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Web pages containing the matching images from the Internet.
getPagesWithMatchingImages(int) - Method in class com.google.cloud.vision.v1.WebAnnotation
Web pages containing the matching images from the Internet.
getPagesWithMatchingImages(int) - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Web pages containing the matching images from the Internet.
getPagesWithMatchingImagesBuilder(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Web pages containing the matching images from the Internet.
getPagesWithMatchingImagesBuilderList() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Web pages containing the matching images from the Internet.
getPagesWithMatchingImagesCount() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Web pages containing the matching images from the Internet.
getPagesWithMatchingImagesCount() - Method in class com.google.cloud.vision.v1.WebAnnotation
Web pages containing the matching images from the Internet.
getPagesWithMatchingImagesCount() - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Web pages containing the matching images from the Internet.
getPagesWithMatchingImagesList() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Web pages containing the matching images from the Internet.
getPagesWithMatchingImagesList() - Method in class com.google.cloud.vision.v1.WebAnnotation
Web pages containing the matching images from the Internet.
getPagesWithMatchingImagesList() - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Web pages containing the matching images from the Internet.
getPagesWithMatchingImagesOrBuilder(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Web pages containing the matching images from the Internet.
getPagesWithMatchingImagesOrBuilder(int) - Method in class com.google.cloud.vision.v1.WebAnnotation
Web pages containing the matching images from the Internet.
getPagesWithMatchingImagesOrBuilder(int) - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Web pages containing the matching images from the Internet.
getPagesWithMatchingImagesOrBuilderList() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Web pages containing the matching images from the Internet.
getPagesWithMatchingImagesOrBuilderList() - Method in class com.google.cloud.vision.v1.WebAnnotation
Web pages containing the matching images from the Internet.
getPagesWithMatchingImagesOrBuilderList() - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Web pages containing the matching images from the Internet.
getPanAngle() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Yaw angle, which indicates the leftward/rightward angle that the face is pointing relative to the vertical plane perpendicular to the image.
getPanAngle() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Yaw angle, which indicates the leftward/rightward angle that the face is pointing relative to the vertical plane perpendicular to the image.
getPanAngle() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Yaw angle, which indicates the leftward/rightward angle that the face is pointing relative to the vertical plane perpendicular to the image.
getParagraphs(int) - Method in class com.google.cloud.vision.v1.Block.Builder
List of paragraphs in this block (if this blocks is of type text).
getParagraphs(int) - Method in class com.google.cloud.vision.v1.Block
List of paragraphs in this block (if this blocks is of type text).
getParagraphs(int) - Method in interface com.google.cloud.vision.v1.BlockOrBuilder
List of paragraphs in this block (if this blocks is of type text).
getParagraphsBuilder(int) - Method in class com.google.cloud.vision.v1.Block.Builder
List of paragraphs in this block (if this blocks is of type text).
getParagraphsBuilderList() - Method in class com.google.cloud.vision.v1.Block.Builder
List of paragraphs in this block (if this blocks is of type text).
getParagraphsCount() - Method in class com.google.cloud.vision.v1.Block.Builder
List of paragraphs in this block (if this blocks is of type text).
getParagraphsCount() - Method in class com.google.cloud.vision.v1.Block
List of paragraphs in this block (if this blocks is of type text).
getParagraphsCount() - Method in interface com.google.cloud.vision.v1.BlockOrBuilder
List of paragraphs in this block (if this blocks is of type text).
getParagraphsList() - Method in class com.google.cloud.vision.v1.Block.Builder
List of paragraphs in this block (if this blocks is of type text).
getParagraphsList() - Method in class com.google.cloud.vision.v1.Block
List of paragraphs in this block (if this blocks is of type text).
getParagraphsList() - Method in interface com.google.cloud.vision.v1.BlockOrBuilder
List of paragraphs in this block (if this blocks is of type text).
getParagraphsOrBuilder(int) - Method in class com.google.cloud.vision.v1.Block.Builder
List of paragraphs in this block (if this blocks is of type text).
getParagraphsOrBuilder(int) - Method in class com.google.cloud.vision.v1.Block
List of paragraphs in this block (if this blocks is of type text).
getParagraphsOrBuilder(int) - Method in interface com.google.cloud.vision.v1.BlockOrBuilder
List of paragraphs in this block (if this blocks is of type text).
getParagraphsOrBuilderList() - Method in class com.google.cloud.vision.v1.Block.Builder
List of paragraphs in this block (if this blocks is of type text).
getParagraphsOrBuilderList() - Method in class com.google.cloud.vision.v1.Block
List of paragraphs in this block (if this blocks is of type text).
getParagraphsOrBuilderList() - Method in interface com.google.cloud.vision.v1.BlockOrBuilder
List of paragraphs in this block (if this blocks is of type text).
getParserForType() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
getParserForType() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
getParserForType() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
getParserForType() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
getParserForType() - Method in class com.google.cloud.vision.v1.Block
 
getParserForType() - Method in class com.google.cloud.vision.v1.BoundingPoly
 
getParserForType() - Method in class com.google.cloud.vision.v1.ColorInfo
 
getParserForType() - Method in class com.google.cloud.vision.v1.CropHint
 
getParserForType() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
getParserForType() - Method in class com.google.cloud.vision.v1.CropHintsParams
 
getParserForType() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
getParserForType() - Method in class com.google.cloud.vision.v1.EntityAnnotation
 
getParserForType() - Method in class com.google.cloud.vision.v1.FaceAnnotation
 
getParserForType() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
getParserForType() - Method in class com.google.cloud.vision.v1.Feature
 
getParserForType() - Method in class com.google.cloud.vision.v1.Image
 
getParserForType() - Method in class com.google.cloud.vision.v1.ImageContext
 
getParserForType() - Method in class com.google.cloud.vision.v1.ImageProperties
 
getParserForType() - Method in class com.google.cloud.vision.v1.ImageSource
 
getParserForType() - Method in class com.google.cloud.vision.v1.LatLongRect
 
getParserForType() - Method in class com.google.cloud.vision.v1.LocationInfo
 
getParserForType() - Method in class com.google.cloud.vision.v1.Page
 
getParserForType() - Method in class com.google.cloud.vision.v1.Paragraph
 
getParserForType() - Method in class com.google.cloud.vision.v1.Position
 
getParserForType() - Method in class com.google.cloud.vision.v1.Property
 
getParserForType() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
getParserForType() - Method in class com.google.cloud.vision.v1.Symbol
 
getParserForType() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
getParserForType() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
getParserForType() - Method in class com.google.cloud.vision.v1.TextAnnotation
 
getParserForType() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
getParserForType() - Method in class com.google.cloud.vision.v1.Vertex
 
getParserForType() - Method in class com.google.cloud.vision.v1.WebAnnotation
 
getParserForType() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
getParserForType() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
getParserForType() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
getParserForType() - Method in class com.google.cloud.vision.v1.Word
 
getPartialMatchingImages(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Partial matching images from the Internet.
getPartialMatchingImages(int) - Method in class com.google.cloud.vision.v1.WebAnnotation
Partial matching images from the Internet.
getPartialMatchingImages(int) - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Partial matching images from the Internet.
getPartialMatchingImagesBuilder(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Partial matching images from the Internet.
getPartialMatchingImagesBuilderList() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Partial matching images from the Internet.
getPartialMatchingImagesCount() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Partial matching images from the Internet.
getPartialMatchingImagesCount() - Method in class com.google.cloud.vision.v1.WebAnnotation
Partial matching images from the Internet.
getPartialMatchingImagesCount() - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Partial matching images from the Internet.
getPartialMatchingImagesList() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Partial matching images from the Internet.
getPartialMatchingImagesList() - Method in class com.google.cloud.vision.v1.WebAnnotation
Partial matching images from the Internet.
getPartialMatchingImagesList() - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Partial matching images from the Internet.
getPartialMatchingImagesOrBuilder(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Partial matching images from the Internet.
getPartialMatchingImagesOrBuilder(int) - Method in class com.google.cloud.vision.v1.WebAnnotation
Partial matching images from the Internet.
getPartialMatchingImagesOrBuilder(int) - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Partial matching images from the Internet.
getPartialMatchingImagesOrBuilderList() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Partial matching images from the Internet.
getPartialMatchingImagesOrBuilderList() - Method in class com.google.cloud.vision.v1.WebAnnotation
Partial matching images from the Internet.
getPartialMatchingImagesOrBuilderList() - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Partial matching images from the Internet.
getPixelFraction() - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
The fraction of pixels the color occupies in the image.
getPixelFraction() - Method in class com.google.cloud.vision.v1.ColorInfo
The fraction of pixels the color occupies in the image.
getPixelFraction() - Method in interface com.google.cloud.vision.v1.ColorInfoOrBuilder
The fraction of pixels the color occupies in the image.
getPosition() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
Face landmark position.
getPosition() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
Face landmark position.
getPosition() - Method in interface com.google.cloud.vision.v1.FaceAnnotation.LandmarkOrBuilder
Face landmark position.
getPositionBuilder() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
Face landmark position.
getPositionOrBuilder() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
Face landmark position.
getPositionOrBuilder() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
Face landmark position.
getPositionOrBuilder() - Method in interface com.google.cloud.vision.v1.FaceAnnotation.LandmarkOrBuilder
Face landmark position.
getProperties(int) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
getProperties(int) - Method in class com.google.cloud.vision.v1.EntityAnnotation
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
getProperties(int) - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
getPropertiesBuilder(int) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
getPropertiesBuilderList() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
getPropertiesCount() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
getPropertiesCount() - Method in class com.google.cloud.vision.v1.EntityAnnotation
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
getPropertiesCount() - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
getPropertiesList() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
getPropertiesList() - Method in class com.google.cloud.vision.v1.EntityAnnotation
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
getPropertiesList() - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
getPropertiesOrBuilder(int) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
getPropertiesOrBuilder(int) - Method in class com.google.cloud.vision.v1.EntityAnnotation
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
getPropertiesOrBuilder(int) - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
getPropertiesOrBuilderList() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
getPropertiesOrBuilderList() - Method in class com.google.cloud.vision.v1.EntityAnnotation
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
getPropertiesOrBuilderList() - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
getProperty() - Method in class com.google.cloud.vision.v1.Block.Builder
Additional information detected for the block.
getProperty() - Method in class com.google.cloud.vision.v1.Block
Additional information detected for the block.
getProperty() - Method in interface com.google.cloud.vision.v1.BlockOrBuilder
Additional information detected for the block.
getProperty() - Method in class com.google.cloud.vision.v1.Page.Builder
Additional information detected on the page.
getProperty() - Method in class com.google.cloud.vision.v1.Page
Additional information detected on the page.
getProperty() - Method in interface com.google.cloud.vision.v1.PageOrBuilder
Additional information detected on the page.
getProperty() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
Additional information detected for the paragraph.
getProperty() - Method in class com.google.cloud.vision.v1.Paragraph
Additional information detected for the paragraph.
getProperty() - Method in interface com.google.cloud.vision.v1.ParagraphOrBuilder
Additional information detected for the paragraph.
getProperty() - Method in class com.google.cloud.vision.v1.Symbol.Builder
Additional information detected for the symbol.
getProperty() - Method in class com.google.cloud.vision.v1.Symbol
Additional information detected for the symbol.
getProperty() - Method in interface com.google.cloud.vision.v1.SymbolOrBuilder
Additional information detected for the symbol.
getProperty() - Method in class com.google.cloud.vision.v1.Word.Builder
Additional information detected for the word.
getProperty() - Method in class com.google.cloud.vision.v1.Word
Additional information detected for the word.
getProperty() - Method in interface com.google.cloud.vision.v1.WordOrBuilder
Additional information detected for the word.
getPropertyBuilder() - Method in class com.google.cloud.vision.v1.Block.Builder
Additional information detected for the block.
getPropertyBuilder() - Method in class com.google.cloud.vision.v1.Page.Builder
Additional information detected on the page.
getPropertyBuilder() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
Additional information detected for the paragraph.
getPropertyBuilder() - Method in class com.google.cloud.vision.v1.Symbol.Builder
Additional information detected for the symbol.
getPropertyBuilder() - Method in class com.google.cloud.vision.v1.Word.Builder
Additional information detected for the word.
getPropertyOrBuilder() - Method in class com.google.cloud.vision.v1.Block.Builder
Additional information detected for the block.
getPropertyOrBuilder() - Method in class com.google.cloud.vision.v1.Block
Additional information detected for the block.
getPropertyOrBuilder() - Method in interface com.google.cloud.vision.v1.BlockOrBuilder
Additional information detected for the block.
getPropertyOrBuilder() - Method in class com.google.cloud.vision.v1.Page.Builder
Additional information detected on the page.
getPropertyOrBuilder() - Method in class com.google.cloud.vision.v1.Page
Additional information detected on the page.
getPropertyOrBuilder() - Method in interface com.google.cloud.vision.v1.PageOrBuilder
Additional information detected on the page.
getPropertyOrBuilder() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
Additional information detected for the paragraph.
getPropertyOrBuilder() - Method in class com.google.cloud.vision.v1.Paragraph
Additional information detected for the paragraph.
getPropertyOrBuilder() - Method in interface com.google.cloud.vision.v1.ParagraphOrBuilder
Additional information detected for the paragraph.
getPropertyOrBuilder() - Method in class com.google.cloud.vision.v1.Symbol.Builder
Additional information detected for the symbol.
getPropertyOrBuilder() - Method in class com.google.cloud.vision.v1.Symbol
Additional information detected for the symbol.
getPropertyOrBuilder() - Method in interface com.google.cloud.vision.v1.SymbolOrBuilder
Additional information detected for the symbol.
getPropertyOrBuilder() - Method in class com.google.cloud.vision.v1.Word.Builder
Additional information detected for the word.
getPropertyOrBuilder() - Method in class com.google.cloud.vision.v1.Word
Additional information detected for the word.
getPropertyOrBuilder() - Method in interface com.google.cloud.vision.v1.WordOrBuilder
Additional information detected for the word.
getRequests(int) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
Individual image annotation requests for this batch.
getRequests(int) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
Individual image annotation requests for this batch.
getRequests(int) - Method in interface com.google.cloud.vision.v1.BatchAnnotateImagesRequestOrBuilder
Individual image annotation requests for this batch.
getRequestsBuilder(int) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
Individual image annotation requests for this batch.
getRequestsBuilderList() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
Individual image annotation requests for this batch.
getRequestsCount() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
Individual image annotation requests for this batch.
getRequestsCount() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
Individual image annotation requests for this batch.
getRequestsCount() - Method in interface com.google.cloud.vision.v1.BatchAnnotateImagesRequestOrBuilder
Individual image annotation requests for this batch.
getRequestsList() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
Individual image annotation requests for this batch.
getRequestsList() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
Individual image annotation requests for this batch.
getRequestsList() - Method in interface com.google.cloud.vision.v1.BatchAnnotateImagesRequestOrBuilder
Individual image annotation requests for this batch.
getRequestsOrBuilder(int) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
Individual image annotation requests for this batch.
getRequestsOrBuilder(int) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
Individual image annotation requests for this batch.
getRequestsOrBuilder(int) - Method in interface com.google.cloud.vision.v1.BatchAnnotateImagesRequestOrBuilder
Individual image annotation requests for this batch.
getRequestsOrBuilderList() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
Individual image annotation requests for this batch.
getRequestsOrBuilderList() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
Individual image annotation requests for this batch.
getRequestsOrBuilderList() - Method in interface com.google.cloud.vision.v1.BatchAnnotateImagesRequestOrBuilder
Individual image annotation requests for this batch.
getResponses(int) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
Individual responses to image annotation requests within the batch.
getResponses(int) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
Individual responses to image annotation requests within the batch.
getResponses(int) - Method in interface com.google.cloud.vision.v1.BatchAnnotateImagesResponseOrBuilder
Individual responses to image annotation requests within the batch.
getResponsesBuilder(int) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
Individual responses to image annotation requests within the batch.
getResponsesBuilderList() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
Individual responses to image annotation requests within the batch.
getResponsesCount() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
Individual responses to image annotation requests within the batch.
getResponsesCount() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
Individual responses to image annotation requests within the batch.
getResponsesCount() - Method in interface com.google.cloud.vision.v1.BatchAnnotateImagesResponseOrBuilder
Individual responses to image annotation requests within the batch.
getResponsesList() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
Individual responses to image annotation requests within the batch.
getResponsesList() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
Individual responses to image annotation requests within the batch.
getResponsesList() - Method in interface com.google.cloud.vision.v1.BatchAnnotateImagesResponseOrBuilder
Individual responses to image annotation requests within the batch.
getResponsesOrBuilder(int) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
Individual responses to image annotation requests within the batch.
getResponsesOrBuilder(int) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
Individual responses to image annotation requests within the batch.
getResponsesOrBuilder(int) - Method in interface com.google.cloud.vision.v1.BatchAnnotateImagesResponseOrBuilder
Individual responses to image annotation requests within the batch.
getResponsesOrBuilderList() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
Individual responses to image annotation requests within the batch.
getResponsesOrBuilderList() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
Individual responses to image annotation requests within the batch.
getResponsesOrBuilderList() - Method in interface com.google.cloud.vision.v1.BatchAnnotateImagesResponseOrBuilder
Individual responses to image annotation requests within the batch.
getRollAngle() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Roll angle, which indicates the amount of clockwise/anti-clockwise rotation of the face relative to the image vertical about the axis perpendicular to the face.
getRollAngle() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Roll angle, which indicates the amount of clockwise/anti-clockwise rotation of the face relative to the image vertical about the axis perpendicular to the face.
getRollAngle() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Roll angle, which indicates the amount of clockwise/anti-clockwise rotation of the face relative to the image vertical about the axis perpendicular to the face.
getSafeSearchAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, safe-search annotation has completed successfully.
getSafeSearchAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, safe-search annotation has completed successfully.
getSafeSearchAnnotation() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, safe-search annotation has completed successfully.
getSafeSearchAnnotationBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, safe-search annotation has completed successfully.
getSafeSearchAnnotationOrBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, safe-search annotation has completed successfully.
getSafeSearchAnnotationOrBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, safe-search annotation has completed successfully.
getSafeSearchAnnotationOrBuilder() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, safe-search annotation has completed successfully.
getScore() - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
Image-specific score for this color.
getScore() - Method in class com.google.cloud.vision.v1.ColorInfo
Image-specific score for this color.
getScore() - Method in interface com.google.cloud.vision.v1.ColorInfoOrBuilder
Image-specific score for this color.
getScore() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Overall score of the result.
getScore() - Method in class com.google.cloud.vision.v1.EntityAnnotation
Overall score of the result.
getScore() - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
Overall score of the result.
getScore() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
Overall relevancy score for the entity.
getScore() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
Overall relevancy score for the entity.
getScore() - Method in interface com.google.cloud.vision.v1.WebAnnotation.WebEntityOrBuilder
Overall relevancy score for the entity.
getScore() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
Overall relevancy score for the image.
getScore() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
Overall relevancy score for the image.
getScore() - Method in interface com.google.cloud.vision.v1.WebAnnotation.WebImageOrBuilder
Overall relevancy score for the image.
getScore() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
Overall relevancy score for the web page.
getScore() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
Overall relevancy score for the web page.
getScore() - Method in interface com.google.cloud.vision.v1.WebAnnotation.WebPageOrBuilder
Overall relevancy score for the web page.
getSerializedSize() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.Block
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.BoundingPoly
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.ColorInfo
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.CropHint
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.CropHintsParams
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.EntityAnnotation
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.FaceAnnotation
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.Feature
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.Image
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.ImageContext
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.ImageProperties
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.ImageSource
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.LatLongRect
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.LocationInfo
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.Page
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.Paragraph
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.Position
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.Property
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.Symbol
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.TextAnnotation
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.Vertex
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.WebAnnotation
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
getSerializedSize() - Method in class com.google.cloud.vision.v1.Word
 
getServiceDescriptor() - Static method in class com.google.cloud.vision.v1.ImageAnnotatorGrpc
 
getSorrowLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Sorrow likelihood.
getSorrowLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Sorrow likelihood.
getSorrowLikelihood() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Sorrow likelihood.
getSorrowLikelihoodValue() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Sorrow likelihood.
getSorrowLikelihoodValue() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Sorrow likelihood.
getSorrowLikelihoodValue() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Sorrow likelihood.
getSource() - Method in class com.google.cloud.vision.v1.Image.Builder
Google Cloud Storage image location.
getSource() - Method in class com.google.cloud.vision.v1.Image
Google Cloud Storage image location.
getSource() - Method in interface com.google.cloud.vision.v1.ImageOrBuilder
Google Cloud Storage image location.
getSourceBuilder() - Method in class com.google.cloud.vision.v1.Image.Builder
Google Cloud Storage image location.
getSourceOrBuilder() - Method in class com.google.cloud.vision.v1.Image.Builder
Google Cloud Storage image location.
getSourceOrBuilder() - Method in class com.google.cloud.vision.v1.Image
Google Cloud Storage image location.
getSourceOrBuilder() - Method in interface com.google.cloud.vision.v1.ImageOrBuilder
Google Cloud Storage image location.
getSpoof() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Spoof likelihood.
getSpoof() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
Spoof likelihood.
getSpoof() - Method in interface com.google.cloud.vision.v1.SafeSearchAnnotationOrBuilder
Spoof likelihood.
getSpoofValue() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Spoof likelihood.
getSpoofValue() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
Spoof likelihood.
getSpoofValue() - Method in interface com.google.cloud.vision.v1.SafeSearchAnnotationOrBuilder
Spoof likelihood.
getSurpriseLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Surprise likelihood.
getSurpriseLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Surprise likelihood.
getSurpriseLikelihood() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Surprise likelihood.
getSurpriseLikelihoodValue() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Surprise likelihood.
getSurpriseLikelihoodValue() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Surprise likelihood.
getSurpriseLikelihoodValue() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Surprise likelihood.
getSymbols(int) - Method in class com.google.cloud.vision.v1.Word.Builder
List of symbols in the word.
getSymbols(int) - Method in class com.google.cloud.vision.v1.Word
List of symbols in the word.
getSymbols(int) - Method in interface com.google.cloud.vision.v1.WordOrBuilder
List of symbols in the word.
getSymbolsBuilder(int) - Method in class com.google.cloud.vision.v1.Word.Builder
List of symbols in the word.
getSymbolsBuilderList() - Method in class com.google.cloud.vision.v1.Word.Builder
List of symbols in the word.
getSymbolsCount() - Method in class com.google.cloud.vision.v1.Word.Builder
List of symbols in the word.
getSymbolsCount() - Method in class com.google.cloud.vision.v1.Word
List of symbols in the word.
getSymbolsCount() - Method in interface com.google.cloud.vision.v1.WordOrBuilder
List of symbols in the word.
getSymbolsList() - Method in class com.google.cloud.vision.v1.Word.Builder
List of symbols in the word.
getSymbolsList() - Method in class com.google.cloud.vision.v1.Word
List of symbols in the word.
getSymbolsList() - Method in interface com.google.cloud.vision.v1.WordOrBuilder
List of symbols in the word.
getSymbolsOrBuilder(int) - Method in class com.google.cloud.vision.v1.Word.Builder
List of symbols in the word.
getSymbolsOrBuilder(int) - Method in class com.google.cloud.vision.v1.Word
List of symbols in the word.
getSymbolsOrBuilder(int) - Method in interface com.google.cloud.vision.v1.WordOrBuilder
List of symbols in the word.
getSymbolsOrBuilderList() - Method in class com.google.cloud.vision.v1.Word.Builder
List of symbols in the word.
getSymbolsOrBuilderList() - Method in class com.google.cloud.vision.v1.Word
List of symbols in the word.
getSymbolsOrBuilderList() - Method in interface com.google.cloud.vision.v1.WordOrBuilder
List of symbols in the word.
getText() - Method in class com.google.cloud.vision.v1.Symbol.Builder
The actual UTF-8 representation of the symbol.
getText() - Method in class com.google.cloud.vision.v1.Symbol
The actual UTF-8 representation of the symbol.
getText() - Method in interface com.google.cloud.vision.v1.SymbolOrBuilder
The actual UTF-8 representation of the symbol.
getText() - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
UTF-8 text detected on the pages.
getText() - Method in class com.google.cloud.vision.v1.TextAnnotation
UTF-8 text detected on the pages.
getText() - Method in interface com.google.cloud.vision.v1.TextAnnotationOrBuilder
UTF-8 text detected on the pages.
getTextAnnotations(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getTextAnnotations(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getTextAnnotations(int) - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getTextAnnotationsBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getTextAnnotationsBuilderList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getTextAnnotationsCount() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getTextAnnotationsCount() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getTextAnnotationsCount() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getTextAnnotationsList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getTextAnnotationsList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getTextAnnotationsList() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getTextAnnotationsOrBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getTextAnnotationsOrBuilder(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getTextAnnotationsOrBuilder(int) - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getTextAnnotationsOrBuilderList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getTextAnnotationsOrBuilderList() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getTextAnnotationsOrBuilderList() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
getTextBytes() - Method in class com.google.cloud.vision.v1.Symbol.Builder
The actual UTF-8 representation of the symbol.
getTextBytes() - Method in class com.google.cloud.vision.v1.Symbol
The actual UTF-8 representation of the symbol.
getTextBytes() - Method in interface com.google.cloud.vision.v1.SymbolOrBuilder
The actual UTF-8 representation of the symbol.
getTextBytes() - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
UTF-8 text detected on the pages.
getTextBytes() - Method in class com.google.cloud.vision.v1.TextAnnotation
UTF-8 text detected on the pages.
getTextBytes() - Method in interface com.google.cloud.vision.v1.TextAnnotationOrBuilder
UTF-8 text detected on the pages.
getTiltAngle() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Pitch angle, which indicates the upwards/downwards angle that the face is pointing relative to the image's horizontal plane.
getTiltAngle() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Pitch angle, which indicates the upwards/downwards angle that the face is pointing relative to the image's horizontal plane.
getTiltAngle() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Pitch angle, which indicates the upwards/downwards angle that the face is pointing relative to the image's horizontal plane.
getTopicality() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The relevancy of the ICA (Image Content Annotation) label to the image.
getTopicality() - Method in class com.google.cloud.vision.v1.EntityAnnotation
The relevancy of the ICA (Image Content Annotation) label to the image.
getTopicality() - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
The relevancy of the ICA (Image Content Annotation) label to the image.
getType() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
Face landmark type.
getType() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
Face landmark type.
getType() - Method in interface com.google.cloud.vision.v1.FaceAnnotation.LandmarkOrBuilder
Face landmark type.
getType() - Method in class com.google.cloud.vision.v1.Feature.Builder
The feature type.
getType() - Method in class com.google.cloud.vision.v1.Feature
The feature type.
getType() - Method in interface com.google.cloud.vision.v1.FeatureOrBuilder
The feature type.
getType() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
optional .google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;
getType() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
optional .google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;
getType() - Method in interface com.google.cloud.vision.v1.TextAnnotation.DetectedBreakOrBuilder
optional .google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;
getTypeValue() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
Face landmark type.
getTypeValue() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
Face landmark type.
getTypeValue() - Method in interface com.google.cloud.vision.v1.FaceAnnotation.LandmarkOrBuilder
Face landmark type.
getTypeValue() - Method in class com.google.cloud.vision.v1.Feature.Builder
The feature type.
getTypeValue() - Method in class com.google.cloud.vision.v1.Feature
The feature type.
getTypeValue() - Method in interface com.google.cloud.vision.v1.FeatureOrBuilder
The feature type.
getTypeValue() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
optional .google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;
getTypeValue() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
optional .google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;
getTypeValue() - Method in interface com.google.cloud.vision.v1.TextAnnotation.DetectedBreakOrBuilder
optional .google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;
getUnderExposedLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Under-exposed likelihood.
getUnderExposedLikelihood() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Under-exposed likelihood.
getUnderExposedLikelihood() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Under-exposed likelihood.
getUnderExposedLikelihoodValue() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Under-exposed likelihood.
getUnderExposedLikelihoodValue() - Method in class com.google.cloud.vision.v1.FaceAnnotation
Under-exposed likelihood.
getUnderExposedLikelihoodValue() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
Under-exposed likelihood.
getUnknownFields() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.Block
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.BoundingPoly
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.ColorInfo
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.CropHint
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.CropHintsParams
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.EntityAnnotation
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.FaceAnnotation
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.Feature
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.Image
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.ImageContext
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.ImageProperties
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.ImageSource
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.LatLongRect
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.LocationInfo
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.Page
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.Paragraph
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.Position
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.Property
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.Symbol
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.TextAnnotation
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.Vertex
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.WebAnnotation
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
getUnknownFields() - Method in class com.google.cloud.vision.v1.Word
 
getUrl() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
The result image URL.
getUrl() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
The result image URL.
getUrl() - Method in interface com.google.cloud.vision.v1.WebAnnotation.WebImageOrBuilder
The result image URL.
getUrl() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
The result web page URL.
getUrl() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
The result web page URL.
getUrl() - Method in interface com.google.cloud.vision.v1.WebAnnotation.WebPageOrBuilder
The result web page URL.
getUrlBytes() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
The result image URL.
getUrlBytes() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
The result image URL.
getUrlBytes() - Method in interface com.google.cloud.vision.v1.WebAnnotation.WebImageOrBuilder
The result image URL.
getUrlBytes() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
The result web page URL.
getUrlBytes() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
The result web page URL.
getUrlBytes() - Method in interface com.google.cloud.vision.v1.WebAnnotation.WebPageOrBuilder
The result web page URL.
getValue() - Method in class com.google.cloud.vision.v1.Property.Builder
Value of the property.
getValue() - Method in class com.google.cloud.vision.v1.Property
Value of the property.
getValue() - Method in interface com.google.cloud.vision.v1.PropertyOrBuilder
Value of the property.
getValueBytes() - Method in class com.google.cloud.vision.v1.Property.Builder
Value of the property.
getValueBytes() - Method in class com.google.cloud.vision.v1.Property
Value of the property.
getValueBytes() - Method in interface com.google.cloud.vision.v1.PropertyOrBuilder
Value of the property.
getValueDescriptor() - Method in enum com.google.cloud.vision.v1.Block.BlockType
 
getValueDescriptor() - Method in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
 
getValueDescriptor() - Method in enum com.google.cloud.vision.v1.Feature.Type
 
getValueDescriptor() - Method in enum com.google.cloud.vision.v1.Likelihood
 
getValueDescriptor() - Method in enum com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType
 
getVertices(int) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
The bounding polygon vertices.
getVertices(int) - Method in class com.google.cloud.vision.v1.BoundingPoly
The bounding polygon vertices.
getVertices(int) - Method in interface com.google.cloud.vision.v1.BoundingPolyOrBuilder
The bounding polygon vertices.
getVerticesBuilder(int) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
The bounding polygon vertices.
getVerticesBuilderList() - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
The bounding polygon vertices.
getVerticesCount() - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
The bounding polygon vertices.
getVerticesCount() - Method in class com.google.cloud.vision.v1.BoundingPoly
The bounding polygon vertices.
getVerticesCount() - Method in interface com.google.cloud.vision.v1.BoundingPolyOrBuilder
The bounding polygon vertices.
getVerticesList() - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
The bounding polygon vertices.
getVerticesList() - Method in class com.google.cloud.vision.v1.BoundingPoly
The bounding polygon vertices.
getVerticesList() - Method in interface com.google.cloud.vision.v1.BoundingPolyOrBuilder
The bounding polygon vertices.
getVerticesOrBuilder(int) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
The bounding polygon vertices.
getVerticesOrBuilder(int) - Method in class com.google.cloud.vision.v1.BoundingPoly
The bounding polygon vertices.
getVerticesOrBuilder(int) - Method in interface com.google.cloud.vision.v1.BoundingPolyOrBuilder
The bounding polygon vertices.
getVerticesOrBuilderList() - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
The bounding polygon vertices.
getVerticesOrBuilderList() - Method in class com.google.cloud.vision.v1.BoundingPoly
The bounding polygon vertices.
getVerticesOrBuilderList() - Method in interface com.google.cloud.vision.v1.BoundingPolyOrBuilder
The bounding polygon vertices.
getViolence() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Violence likelihood.
getViolence() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
Violence likelihood.
getViolence() - Method in interface com.google.cloud.vision.v1.SafeSearchAnnotationOrBuilder
Violence likelihood.
getViolenceValue() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Violence likelihood.
getViolenceValue() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
Violence likelihood.
getViolenceValue() - Method in interface com.google.cloud.vision.v1.SafeSearchAnnotationOrBuilder
Violence likelihood.
getWebAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, web annotation has completed successfully.
getWebAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, web annotation has completed successfully.
getWebAnnotation() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, web annotation has completed successfully.
getWebAnnotationBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, web annotation has completed successfully.
getWebAnnotationOrBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, web annotation has completed successfully.
getWebAnnotationOrBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, web annotation has completed successfully.
getWebAnnotationOrBuilder() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, web annotation has completed successfully.
getWebEntities(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Deduced entities from similar images on the Internet.
getWebEntities(int) - Method in class com.google.cloud.vision.v1.WebAnnotation
Deduced entities from similar images on the Internet.
getWebEntities(int) - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Deduced entities from similar images on the Internet.
getWebEntitiesBuilder(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Deduced entities from similar images on the Internet.
getWebEntitiesBuilderList() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Deduced entities from similar images on the Internet.
getWebEntitiesCount() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Deduced entities from similar images on the Internet.
getWebEntitiesCount() - Method in class com.google.cloud.vision.v1.WebAnnotation
Deduced entities from similar images on the Internet.
getWebEntitiesCount() - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Deduced entities from similar images on the Internet.
getWebEntitiesList() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Deduced entities from similar images on the Internet.
getWebEntitiesList() - Method in class com.google.cloud.vision.v1.WebAnnotation
Deduced entities from similar images on the Internet.
getWebEntitiesList() - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Deduced entities from similar images on the Internet.
getWebEntitiesOrBuilder(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Deduced entities from similar images on the Internet.
getWebEntitiesOrBuilder(int) - Method in class com.google.cloud.vision.v1.WebAnnotation
Deduced entities from similar images on the Internet.
getWebEntitiesOrBuilder(int) - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Deduced entities from similar images on the Internet.
getWebEntitiesOrBuilderList() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Deduced entities from similar images on the Internet.
getWebEntitiesOrBuilderList() - Method in class com.google.cloud.vision.v1.WebAnnotation
Deduced entities from similar images on the Internet.
getWebEntitiesOrBuilderList() - Method in interface com.google.cloud.vision.v1.WebAnnotationOrBuilder
Deduced entities from similar images on the Internet.
getWidth() - Method in class com.google.cloud.vision.v1.Page.Builder
Page width in pixels.
getWidth() - Method in class com.google.cloud.vision.v1.Page
Page width in pixels.
getWidth() - Method in interface com.google.cloud.vision.v1.PageOrBuilder
Page width in pixels.
getWords(int) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
List of words in this paragraph.
getWords(int) - Method in class com.google.cloud.vision.v1.Paragraph
List of words in this paragraph.
getWords(int) - Method in interface com.google.cloud.vision.v1.ParagraphOrBuilder
List of words in this paragraph.
getWordsBuilder(int) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
List of words in this paragraph.
getWordsBuilderList() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
List of words in this paragraph.
getWordsCount() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
List of words in this paragraph.
getWordsCount() - Method in class com.google.cloud.vision.v1.Paragraph
List of words in this paragraph.
getWordsCount() - Method in interface com.google.cloud.vision.v1.ParagraphOrBuilder
List of words in this paragraph.
getWordsList() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
List of words in this paragraph.
getWordsList() - Method in class com.google.cloud.vision.v1.Paragraph
List of words in this paragraph.
getWordsList() - Method in interface com.google.cloud.vision.v1.ParagraphOrBuilder
List of words in this paragraph.
getWordsOrBuilder(int) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
List of words in this paragraph.
getWordsOrBuilder(int) - Method in class com.google.cloud.vision.v1.Paragraph
List of words in this paragraph.
getWordsOrBuilder(int) - Method in interface com.google.cloud.vision.v1.ParagraphOrBuilder
List of words in this paragraph.
getWordsOrBuilderList() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
List of words in this paragraph.
getWordsOrBuilderList() - Method in class com.google.cloud.vision.v1.Paragraph
List of words in this paragraph.
getWordsOrBuilderList() - Method in interface com.google.cloud.vision.v1.ParagraphOrBuilder
List of words in this paragraph.
getX() - Method in class com.google.cloud.vision.v1.Position.Builder
X coordinate.
getX() - Method in class com.google.cloud.vision.v1.Position
X coordinate.
getX() - Method in interface com.google.cloud.vision.v1.PositionOrBuilder
X coordinate.
getX() - Method in class com.google.cloud.vision.v1.Vertex.Builder
X coordinate.
getX() - Method in class com.google.cloud.vision.v1.Vertex
X coordinate.
getX() - Method in interface com.google.cloud.vision.v1.VertexOrBuilder
X coordinate.
getY() - Method in class com.google.cloud.vision.v1.Position.Builder
Y coordinate.
getY() - Method in class com.google.cloud.vision.v1.Position
Y coordinate.
getY() - Method in interface com.google.cloud.vision.v1.PositionOrBuilder
Y coordinate.
getY() - Method in class com.google.cloud.vision.v1.Vertex.Builder
Y coordinate.
getY() - Method in class com.google.cloud.vision.v1.Vertex
Y coordinate.
getY() - Method in interface com.google.cloud.vision.v1.VertexOrBuilder
Y coordinate.
getZ() - Method in class com.google.cloud.vision.v1.Position.Builder
Z coordinate (or depth).
getZ() - Method in class com.google.cloud.vision.v1.Position
Z coordinate (or depth).
getZ() - Method in interface com.google.cloud.vision.v1.PositionOrBuilder
Z coordinate (or depth).

H

hasBoundingBox() - Method in class com.google.cloud.vision.v1.Block.Builder
The bounding box for the block.
hasBoundingBox() - Method in class com.google.cloud.vision.v1.Block
The bounding box for the block.
hasBoundingBox() - Method in interface com.google.cloud.vision.v1.BlockOrBuilder
The bounding box for the block.
hasBoundingBox() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
The bounding box for the paragraph.
hasBoundingBox() - Method in class com.google.cloud.vision.v1.Paragraph
The bounding box for the paragraph.
hasBoundingBox() - Method in interface com.google.cloud.vision.v1.ParagraphOrBuilder
The bounding box for the paragraph.
hasBoundingBox() - Method in class com.google.cloud.vision.v1.Symbol.Builder
The bounding box for the symbol.
hasBoundingBox() - Method in class com.google.cloud.vision.v1.Symbol
The bounding box for the symbol.
hasBoundingBox() - Method in interface com.google.cloud.vision.v1.SymbolOrBuilder
The bounding box for the symbol.
hasBoundingBox() - Method in class com.google.cloud.vision.v1.Word.Builder
The bounding box for the word.
hasBoundingBox() - Method in class com.google.cloud.vision.v1.Word
The bounding box for the word.
hasBoundingBox() - Method in interface com.google.cloud.vision.v1.WordOrBuilder
The bounding box for the word.
hasBoundingPoly() - Method in class com.google.cloud.vision.v1.CropHint.Builder
The bounding polygon for the crop region.
hasBoundingPoly() - Method in class com.google.cloud.vision.v1.CropHint
The bounding polygon for the crop region.
hasBoundingPoly() - Method in interface com.google.cloud.vision.v1.CropHintOrBuilder
The bounding polygon for the crop region.
hasBoundingPoly() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Image region to which this entity belongs.
hasBoundingPoly() - Method in class com.google.cloud.vision.v1.EntityAnnotation
Image region to which this entity belongs.
hasBoundingPoly() - Method in interface com.google.cloud.vision.v1.EntityAnnotationOrBuilder
Image region to which this entity belongs.
hasBoundingPoly() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
The bounding polygon around the face.
hasBoundingPoly() - Method in class com.google.cloud.vision.v1.FaceAnnotation
The bounding polygon around the face.
hasBoundingPoly() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
The bounding polygon around the face.
hasColor() - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
RGB components of the color.
hasColor() - Method in class com.google.cloud.vision.v1.ColorInfo
RGB components of the color.
hasColor() - Method in interface com.google.cloud.vision.v1.ColorInfoOrBuilder
RGB components of the color.
hasCropHintsAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, crop hints have completed successfully.
hasCropHintsAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, crop hints have completed successfully.
hasCropHintsAnnotation() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, crop hints have completed successfully.
hasCropHintsParams() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
Parameters for crop hints annotation request.
hasCropHintsParams() - Method in class com.google.cloud.vision.v1.ImageContext
Parameters for crop hints annotation request.
hasCropHintsParams() - Method in interface com.google.cloud.vision.v1.ImageContextOrBuilder
Parameters for crop hints annotation request.
hasDetectedBreak() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
Detected start or end of a text segment.
hasDetectedBreak() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
Detected start or end of a text segment.
hasDetectedBreak() - Method in interface com.google.cloud.vision.v1.TextAnnotation.TextPropertyOrBuilder
Detected start or end of a text segment.
hasDominantColors() - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
If present, dominant colors completed successfully.
hasDominantColors() - Method in class com.google.cloud.vision.v1.ImageProperties
If present, dominant colors completed successfully.
hasDominantColors() - Method in interface com.google.cloud.vision.v1.ImagePropertiesOrBuilder
If present, dominant colors completed successfully.
hasError() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If set, represents the error message for the operation.
hasError() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If set, represents the error message for the operation.
hasError() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If set, represents the error message for the operation.
hasFdBoundingPoly() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
The `fd_bounding_poly` bounding polygon is tighter than the `boundingPoly`, and encloses only the skin part of the face.
hasFdBoundingPoly() - Method in class com.google.cloud.vision.v1.FaceAnnotation
The `fd_bounding_poly` bounding polygon is tighter than the `boundingPoly`, and encloses only the skin part of the face.
hasFdBoundingPoly() - Method in interface com.google.cloud.vision.v1.FaceAnnotationOrBuilder
The `fd_bounding_poly` bounding polygon is tighter than the `boundingPoly`, and encloses only the skin part of the face.
hasFullTextAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
hasFullTextAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
hasFullTextAnnotation() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
hashCode() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
hashCode() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
hashCode() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
hashCode() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
hashCode() - Method in class com.google.cloud.vision.v1.Block
 
hashCode() - Method in class com.google.cloud.vision.v1.BoundingPoly
 
hashCode() - Method in class com.google.cloud.vision.v1.ColorInfo
 
hashCode() - Method in class com.google.cloud.vision.v1.CropHint
 
hashCode() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
hashCode() - Method in class com.google.cloud.vision.v1.CropHintsParams
 
hashCode() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
hashCode() - Method in class com.google.cloud.vision.v1.EntityAnnotation
 
hashCode() - Method in class com.google.cloud.vision.v1.FaceAnnotation
 
hashCode() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
hashCode() - Method in class com.google.cloud.vision.v1.Feature
 
hashCode() - Method in class com.google.cloud.vision.v1.Image
 
hashCode() - Method in class com.google.cloud.vision.v1.ImageContext
 
hashCode() - Method in class com.google.cloud.vision.v1.ImageProperties
 
hashCode() - Method in class com.google.cloud.vision.v1.ImageSource
 
hashCode() - Method in class com.google.cloud.vision.v1.LatLongRect
 
hashCode() - Method in class com.google.cloud.vision.v1.LocationInfo
 
hashCode() - Method in class com.google.cloud.vision.v1.Page
 
hashCode() - Method in class com.google.cloud.vision.v1.Paragraph
 
hashCode() - Method in class com.google.cloud.vision.v1.Position
 
hashCode() - Method in class com.google.cloud.vision.v1.Property
 
hashCode() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
hashCode() - Method in class com.google.cloud.vision.v1.Symbol
 
hashCode() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
hashCode() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
hashCode() - Method in class com.google.cloud.vision.v1.TextAnnotation
 
hashCode() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
hashCode() - Method in class com.google.cloud.vision.v1.Vertex
 
hashCode() - Method in class com.google.cloud.vision.v1.WebAnnotation
 
hashCode() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
hashCode() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
hashCode() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
hashCode() - Method in class com.google.cloud.vision.v1.Word
 
hasImage() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
The image to be processed.
hasImage() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
The image to be processed.
hasImage() - Method in interface com.google.cloud.vision.v1.AnnotateImageRequestOrBuilder
The image to be processed.
hasImageContext() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Additional context that may accompany the image.
hasImageContext() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
Additional context that may accompany the image.
hasImageContext() - Method in interface com.google.cloud.vision.v1.AnnotateImageRequestOrBuilder
Additional context that may accompany the image.
hasImagePropertiesAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, image properties were extracted successfully.
hasImagePropertiesAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, image properties were extracted successfully.
hasImagePropertiesAnnotation() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, image properties were extracted successfully.
hasLatLng() - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
lat/long location coordinates.
hasLatLng() - Method in class com.google.cloud.vision.v1.LocationInfo
lat/long location coordinates.
hasLatLng() - Method in interface com.google.cloud.vision.v1.LocationInfoOrBuilder
lat/long location coordinates.
hasLatLongRect() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
lat/long rectangle that specifies the location of the image.
hasLatLongRect() - Method in class com.google.cloud.vision.v1.ImageContext
lat/long rectangle that specifies the location of the image.
hasLatLongRect() - Method in interface com.google.cloud.vision.v1.ImageContextOrBuilder
lat/long rectangle that specifies the location of the image.
hasMaxLatLng() - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
Max lat/long pair.
hasMaxLatLng() - Method in class com.google.cloud.vision.v1.LatLongRect
Max lat/long pair.
hasMaxLatLng() - Method in interface com.google.cloud.vision.v1.LatLongRectOrBuilder
Max lat/long pair.
hasMinLatLng() - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
Min lat/long pair.
hasMinLatLng() - Method in class com.google.cloud.vision.v1.LatLongRect
Min lat/long pair.
hasMinLatLng() - Method in interface com.google.cloud.vision.v1.LatLongRectOrBuilder
Min lat/long pair.
hasPosition() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
Face landmark position.
hasPosition() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
Face landmark position.
hasPosition() - Method in interface com.google.cloud.vision.v1.FaceAnnotation.LandmarkOrBuilder
Face landmark position.
hasProperty() - Method in class com.google.cloud.vision.v1.Block.Builder
Additional information detected for the block.
hasProperty() - Method in class com.google.cloud.vision.v1.Block
Additional information detected for the block.
hasProperty() - Method in interface com.google.cloud.vision.v1.BlockOrBuilder
Additional information detected for the block.
hasProperty() - Method in class com.google.cloud.vision.v1.Page.Builder
Additional information detected on the page.
hasProperty() - Method in class com.google.cloud.vision.v1.Page
Additional information detected on the page.
hasProperty() - Method in interface com.google.cloud.vision.v1.PageOrBuilder
Additional information detected on the page.
hasProperty() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
Additional information detected for the paragraph.
hasProperty() - Method in class com.google.cloud.vision.v1.Paragraph
Additional information detected for the paragraph.
hasProperty() - Method in interface com.google.cloud.vision.v1.ParagraphOrBuilder
Additional information detected for the paragraph.
hasProperty() - Method in class com.google.cloud.vision.v1.Symbol.Builder
Additional information detected for the symbol.
hasProperty() - Method in class com.google.cloud.vision.v1.Symbol
Additional information detected for the symbol.
hasProperty() - Method in interface com.google.cloud.vision.v1.SymbolOrBuilder
Additional information detected for the symbol.
hasProperty() - Method in class com.google.cloud.vision.v1.Word.Builder
Additional information detected for the word.
hasProperty() - Method in class com.google.cloud.vision.v1.Word
Additional information detected for the word.
hasProperty() - Method in interface com.google.cloud.vision.v1.WordOrBuilder
Additional information detected for the word.
hasSafeSearchAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, safe-search annotation has completed successfully.
hasSafeSearchAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, safe-search annotation has completed successfully.
hasSafeSearchAnnotation() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, safe-search annotation has completed successfully.
hasSource() - Method in class com.google.cloud.vision.v1.Image.Builder
Google Cloud Storage image location.
hasSource() - Method in class com.google.cloud.vision.v1.Image
Google Cloud Storage image location.
hasSource() - Method in interface com.google.cloud.vision.v1.ImageOrBuilder
Google Cloud Storage image location.
hasWebAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, web annotation has completed successfully.
hasWebAnnotation() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
If present, web annotation has completed successfully.
hasWebAnnotation() - Method in interface com.google.cloud.vision.v1.AnnotateImageResponseOrBuilder
If present, web annotation has completed successfully.
HEADWEAR_LIKELIHOOD_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.FaceAnnotation
 
HEIGHT_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Page
 
HYPHEN_VALUE - Static variable in enum com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType
End-line hyphen that is not present in text; does

I

Image - Class in com.google.cloud.vision.v1
Client image to perform Google Cloud Vision API tasks over.
Image.Builder - Class in com.google.cloud.vision.v1
Client image to perform Google Cloud Vision API tasks over.
IMAGE_CONTEXT_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.AnnotateImageRequest
 
IMAGE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.AnnotateImageRequest
 
IMAGE_PROPERTIES_ANNOTATION_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.AnnotateImageResponse
 
IMAGE_PROPERTIES_VALUE - Static variable in enum com.google.cloud.vision.v1.Feature.Type
Compute a set of image properties, such as the image's dominant colors.
IMAGE_URI_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.ImageSource
 
ImageAnnotatorGrpc - Class in com.google.cloud.vision.v1
Service that performs Google Cloud Vision API detection tasks over client images, such as face, landmark, logo, label, and text detection.
ImageAnnotatorGrpc.ImageAnnotatorBlockingStub - Class in com.google.cloud.vision.v1
Service that performs Google Cloud Vision API detection tasks over client images, such as face, landmark, logo, label, and text detection.
ImageAnnotatorGrpc.ImageAnnotatorFutureStub - Class in com.google.cloud.vision.v1
Service that performs Google Cloud Vision API detection tasks over client images, such as face, landmark, logo, label, and text detection.
ImageAnnotatorGrpc.ImageAnnotatorImplBase - Class in com.google.cloud.vision.v1
Service that performs Google Cloud Vision API detection tasks over client images, such as face, landmark, logo, label, and text detection.
ImageAnnotatorGrpc.ImageAnnotatorStub - Class in com.google.cloud.vision.v1
Service that performs Google Cloud Vision API detection tasks over client images, such as face, landmark, logo, label, and text detection.
ImageAnnotatorImplBase() - Constructor for class com.google.cloud.vision.v1.ImageAnnotatorGrpc.ImageAnnotatorImplBase
 
ImageAnnotatorProto - Class in com.google.cloud.vision.v1
 
ImageContext - Class in com.google.cloud.vision.v1
Image context and/or feature-specific parameters.
ImageContext.Builder - Class in com.google.cloud.vision.v1
Image context and/or feature-specific parameters.
ImageContextOrBuilder - Interface in com.google.cloud.vision.v1
 
ImageOrBuilder - Interface in com.google.cloud.vision.v1
 
ImageProperties - Class in com.google.cloud.vision.v1
Stores image properties, such as dominant colors.
ImageProperties.Builder - Class in com.google.cloud.vision.v1
Stores image properties, such as dominant colors.
ImagePropertiesOrBuilder - Interface in com.google.cloud.vision.v1
 
ImageSource - Class in com.google.cloud.vision.v1
External image source (Google Cloud Storage image location).
ImageSource.Builder - Class in com.google.cloud.vision.v1
External image source (Google Cloud Storage image location).
ImageSourceOrBuilder - Interface in com.google.cloud.vision.v1
 
IMPORTANCE_FRACTION_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.CropHint
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Block.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Block
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.BoundingPoly
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.ColorInfo
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.CropHint.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.CropHint
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.CropHintsParams
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.EntityAnnotation
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.FaceAnnotation
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Feature.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Feature
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Image.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Image
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.ImageContext
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.ImageProperties
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.ImageSource.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.ImageSource
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.LatLongRect
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.LocationInfo
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Page.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Page
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Paragraph
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Position.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Position
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Property.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Property
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Symbol.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Symbol
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.TextAnnotation
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Vertex.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Vertex
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.WebAnnotation
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Word.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.cloud.vision.v1.Word
 
internalGetValueMap() - Static method in enum com.google.cloud.vision.v1.Block.BlockType
 
internalGetValueMap() - Static method in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
 
internalGetValueMap() - Static method in enum com.google.cloud.vision.v1.Feature.Type
 
internalGetValueMap() - Static method in enum com.google.cloud.vision.v1.Likelihood
 
internalGetValueMap() - Static method in enum com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType
 
IS_PREFIX_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
isInitialized() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
isInitialized() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
isInitialized() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
isInitialized() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
isInitialized() - Method in class com.google.cloud.vision.v1.Block.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.Block
 
isInitialized() - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.BoundingPoly
 
isInitialized() - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.ColorInfo
 
isInitialized() - Method in class com.google.cloud.vision.v1.CropHint.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.CropHint
 
isInitialized() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
isInitialized() - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.CropHintsParams
 
isInitialized() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
isInitialized() - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.EntityAnnotation
 
isInitialized() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.FaceAnnotation
 
isInitialized() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
isInitialized() - Method in class com.google.cloud.vision.v1.Feature.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.Feature
 
isInitialized() - Method in class com.google.cloud.vision.v1.Image.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.Image
 
isInitialized() - Method in class com.google.cloud.vision.v1.ImageContext.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.ImageContext
 
isInitialized() - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.ImageProperties
 
isInitialized() - Method in class com.google.cloud.vision.v1.ImageSource.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.ImageSource
 
isInitialized() - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.LatLongRect
 
isInitialized() - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.LocationInfo
 
isInitialized() - Method in class com.google.cloud.vision.v1.Page.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.Page
 
isInitialized() - Method in class com.google.cloud.vision.v1.Paragraph.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.Paragraph
 
isInitialized() - Method in class com.google.cloud.vision.v1.Position.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.Position
 
isInitialized() - Method in class com.google.cloud.vision.v1.Property.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.Property
 
isInitialized() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
isInitialized() - Method in class com.google.cloud.vision.v1.Symbol.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.Symbol
 
isInitialized() - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
isInitialized() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
isInitialized() - Method in class com.google.cloud.vision.v1.TextAnnotation
 
isInitialized() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
isInitialized() - Method in class com.google.cloud.vision.v1.Vertex.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.Vertex
 
isInitialized() - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.WebAnnotation
 
isInitialized() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
isInitialized() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
isInitialized() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
isInitialized() - Method in class com.google.cloud.vision.v1.Word.Builder
 
isInitialized() - Method in class com.google.cloud.vision.v1.Word
 

J

JOY_LIKELIHOOD_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.FaceAnnotation
 

L

LABEL_ANNOTATIONS_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.AnnotateImageResponse
 
LABEL_DETECTION_VALUE - Static variable in enum com.google.cloud.vision.v1.Feature.Type
Run label detection.
LANDMARK_ANNOTATIONS_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.AnnotateImageResponse
 
LANDMARK_DETECTION_VALUE - Static variable in enum com.google.cloud.vision.v1.Feature.Type
Run landmark detection.
LANDMARKING_CONFIDENCE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.FaceAnnotation
 
LANDMARKS_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.FaceAnnotation
 
LANGUAGE_CODE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
LANGUAGE_HINTS_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.ImageContext
 
LAT_LNG_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.LocationInfo
 
LAT_LONG_RECT_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.ImageContext
 
LatLongRect - Class in com.google.cloud.vision.v1
Rectangle determined by min and max `LatLng` pairs.
LatLongRect.Builder - Class in com.google.cloud.vision.v1
Rectangle determined by min and max `LatLng` pairs.
LatLongRectOrBuilder - Interface in com.google.cloud.vision.v1
 
LEFT_EAR_TRAGION_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Left ear tragion.
LEFT_EYE_BOTTOM_BOUNDARY_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Left eye, bottom boundary.
LEFT_EYE_LEFT_CORNER_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Left eye, left corner.
LEFT_EYE_PUPIL_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Left eye pupil.
LEFT_EYE_RIGHT_CORNER_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Left eye, right corner.
LEFT_EYE_TOP_BOUNDARY_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Left eye, top boundary.
LEFT_EYE_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Left eye.
LEFT_EYEBROW_UPPER_MIDPOINT_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Left eyebrow, upper midpoint.
LEFT_OF_LEFT_EYEBROW_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Left of left eyebrow.
LEFT_OF_RIGHT_EYEBROW_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Left of right eyebrow.
Likelihood - Enum in com.google.cloud.vision.v1
A bucketized representation of likelihood, which is intended to give clients highly stable results across model upgrades.
LIKELY_VALUE - Static variable in enum com.google.cloud.vision.v1.Likelihood
It is likely that the image belongs to the specified vertical.
LINE_BREAK_VALUE - Static variable in enum com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType
not co-occur with SPACE, LEADER_SPACE, or LINE_BREAK.
LOCALE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.EntityAnnotation
 
LocationInfo - Class in com.google.cloud.vision.v1
Detected entity location information.
LocationInfo.Builder - Class in com.google.cloud.vision.v1
Detected entity location information.
LocationInfoOrBuilder - Interface in com.google.cloud.vision.v1
 
LOCATIONS_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.EntityAnnotation
 
LOGO_ANNOTATIONS_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.AnnotateImageResponse
 
LOGO_DETECTION_VALUE - Static variable in enum com.google.cloud.vision.v1.Feature.Type
Run logo detection.
LOWER_LIP_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Lower lip.

M

MAX_LAT_LNG_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.LatLongRect
 
MAX_RESULTS_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Feature
 
MEDICAL_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
mergeBoundingBox(BoundingPoly) - Method in class com.google.cloud.vision.v1.Block.Builder
The bounding box for the block.
mergeBoundingBox(BoundingPoly) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
The bounding box for the paragraph.
mergeBoundingBox(BoundingPoly) - Method in class com.google.cloud.vision.v1.Symbol.Builder
The bounding box for the symbol.
mergeBoundingBox(BoundingPoly) - Method in class com.google.cloud.vision.v1.Word.Builder
The bounding box for the word.
mergeBoundingPoly(BoundingPoly) - Method in class com.google.cloud.vision.v1.CropHint.Builder
The bounding polygon for the crop region.
mergeBoundingPoly(BoundingPoly) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Image region to which this entity belongs.
mergeBoundingPoly(BoundingPoly) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
The bounding polygon around the face.
mergeColor(Color) - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
RGB components of the color.
mergeCropHintsAnnotation(CropHintsAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, crop hints have completed successfully.
mergeCropHintsParams(CropHintsParams) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
Parameters for crop hints annotation request.
mergeDetectedBreak(TextAnnotation.DetectedBreak) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
Detected start or end of a text segment.
mergeDominantColors(DominantColorsAnnotation) - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
If present, dominant colors completed successfully.
mergeError(Status) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If set, represents the error message for the operation.
mergeFdBoundingPoly(BoundingPoly) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
The `fd_bounding_poly` bounding polygon is tighter than the `boundingPoly`, and encloses only the skin part of the face.
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
 
mergeFrom(AnnotateImageRequest) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
 
mergeFrom(AnnotateImageResponse) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
 
mergeFrom(BatchAnnotateImagesRequest) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
 
mergeFrom(BatchAnnotateImagesResponse) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.Block.Builder
 
mergeFrom(Block) - Method in class com.google.cloud.vision.v1.Block.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.Block.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
 
mergeFrom(BoundingPoly) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
 
mergeFrom(ColorInfo) - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.CropHint.Builder
 
mergeFrom(CropHint) - Method in class com.google.cloud.vision.v1.CropHint.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.CropHint.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
 
mergeFrom(CropHintsAnnotation) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
 
mergeFrom(CropHintsParams) - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
 
mergeFrom(DominantColorsAnnotation) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
 
mergeFrom(EntityAnnotation) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
 
mergeFrom(FaceAnnotation) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
 
mergeFrom(FaceAnnotation.Landmark) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.Feature.Builder
 
mergeFrom(Feature) - Method in class com.google.cloud.vision.v1.Feature.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.Feature.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.Image.Builder
 
mergeFrom(Image) - Method in class com.google.cloud.vision.v1.Image.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.Image.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
 
mergeFrom(ImageContext) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
 
mergeFrom(ImageProperties) - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.ImageSource.Builder
 
mergeFrom(ImageSource) - Method in class com.google.cloud.vision.v1.ImageSource.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.ImageSource.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
 
mergeFrom(LatLongRect) - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
 
mergeFrom(LocationInfo) - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.Page.Builder
 
mergeFrom(Page) - Method in class com.google.cloud.vision.v1.Page.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.Page.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
 
mergeFrom(Paragraph) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.Position.Builder
 
mergeFrom(Position) - Method in class com.google.cloud.vision.v1.Position.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.Position.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.Property.Builder
 
mergeFrom(Property) - Method in class com.google.cloud.vision.v1.Property.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.Property.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
 
mergeFrom(SafeSearchAnnotation) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.Symbol.Builder
 
mergeFrom(Symbol) - Method in class com.google.cloud.vision.v1.Symbol.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.Symbol.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
 
mergeFrom(TextAnnotation) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
 
mergeFrom(TextAnnotation.DetectedBreak) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
 
mergeFrom(TextAnnotation.DetectedLanguage) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
 
mergeFrom(TextAnnotation.TextProperty) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.Vertex.Builder
 
mergeFrom(Vertex) - Method in class com.google.cloud.vision.v1.Vertex.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.Vertex.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
 
mergeFrom(WebAnnotation) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
 
mergeFrom(WebAnnotation.WebEntity) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
 
mergeFrom(WebAnnotation.WebImage) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
 
mergeFrom(WebAnnotation.WebPage) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
 
mergeFrom(Message) - Method in class com.google.cloud.vision.v1.Word.Builder
 
mergeFrom(Word) - Method in class com.google.cloud.vision.v1.Word.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.cloud.vision.v1.Word.Builder
 
mergeFullTextAnnotation(TextAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
mergeImage(Image) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
The image to be processed.
mergeImageContext(ImageContext) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Additional context that may accompany the image.
mergeImagePropertiesAnnotation(ImageProperties) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, image properties were extracted successfully.
mergeLatLng(LatLng) - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
lat/long location coordinates.
mergeLatLongRect(LatLongRect) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
lat/long rectangle that specifies the location of the image.
mergeMaxLatLng(LatLng) - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
Max lat/long pair.
mergeMinLatLng(LatLng) - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
Min lat/long pair.
mergePosition(Position) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
Face landmark position.
mergeProperty(TextAnnotation.TextProperty) - Method in class com.google.cloud.vision.v1.Block.Builder
Additional information detected for the block.
mergeProperty(TextAnnotation.TextProperty) - Method in class com.google.cloud.vision.v1.Page.Builder
Additional information detected on the page.
mergeProperty(TextAnnotation.TextProperty) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
Additional information detected for the paragraph.
mergeProperty(TextAnnotation.TextProperty) - Method in class com.google.cloud.vision.v1.Symbol.Builder
Additional information detected for the symbol.
mergeProperty(TextAnnotation.TextProperty) - Method in class com.google.cloud.vision.v1.Word.Builder
Additional information detected for the word.
mergeSafeSearchAnnotation(SafeSearchAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, safe-search annotation has completed successfully.
mergeSource(ImageSource) - Method in class com.google.cloud.vision.v1.Image.Builder
Google Cloud Storage image location.
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Block.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.CropHint.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Feature.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Image.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.ImageSource.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Page.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Position.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Property.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Symbol.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Vertex.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Word.Builder
 
mergeWebAnnotation(WebAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, web annotation has completed successfully.
METHOD_BATCH_ANNOTATE_IMAGES - Static variable in class com.google.cloud.vision.v1.ImageAnnotatorGrpc
 
MID_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.EntityAnnotation
 
MIDPOINT_BETWEEN_EYES_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Midpoint between eyes.
MIN_LAT_LNG_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.LatLongRect
 
MOUTH_CENTER_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Mouth center.
MOUTH_LEFT_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Mouth left.
MOUTH_RIGHT_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Mouth right.

N

NAME_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Property
 
newBlockingStub(Channel) - Static method in class com.google.cloud.vision.v1.ImageAnnotatorGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBuilder() - Static method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
newBuilder(AnnotateImageRequest) - Static method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
newBuilder() - Static method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
newBuilder(AnnotateImageResponse) - Static method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
newBuilder() - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
newBuilder(BatchAnnotateImagesRequest) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
newBuilder() - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
newBuilder(BatchAnnotateImagesResponse) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
newBuilder() - Static method in class com.google.cloud.vision.v1.Block
 
newBuilder(Block) - Static method in class com.google.cloud.vision.v1.Block
 
newBuilder() - Static method in class com.google.cloud.vision.v1.BoundingPoly
 
newBuilder(BoundingPoly) - Static method in class com.google.cloud.vision.v1.BoundingPoly
 
newBuilder() - Static method in class com.google.cloud.vision.v1.ColorInfo
 
newBuilder(ColorInfo) - Static method in class com.google.cloud.vision.v1.ColorInfo
 
newBuilder() - Static method in class com.google.cloud.vision.v1.CropHint
 
newBuilder(CropHint) - Static method in class com.google.cloud.vision.v1.CropHint
 
newBuilder() - Static method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
newBuilder(CropHintsAnnotation) - Static method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
newBuilder() - Static method in class com.google.cloud.vision.v1.CropHintsParams
 
newBuilder(CropHintsParams) - Static method in class com.google.cloud.vision.v1.CropHintsParams
 
newBuilder() - Static method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
newBuilder(DominantColorsAnnotation) - Static method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
newBuilder() - Static method in class com.google.cloud.vision.v1.EntityAnnotation
 
newBuilder(EntityAnnotation) - Static method in class com.google.cloud.vision.v1.EntityAnnotation
 
newBuilder() - Static method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
newBuilder(FaceAnnotation.Landmark) - Static method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
newBuilder() - Static method in class com.google.cloud.vision.v1.FaceAnnotation
 
newBuilder(FaceAnnotation) - Static method in class com.google.cloud.vision.v1.FaceAnnotation
 
newBuilder() - Static method in class com.google.cloud.vision.v1.Feature
 
newBuilder(Feature) - Static method in class com.google.cloud.vision.v1.Feature
 
newBuilder() - Static method in class com.google.cloud.vision.v1.Image
 
newBuilder(Image) - Static method in class com.google.cloud.vision.v1.Image
 
newBuilder() - Static method in class com.google.cloud.vision.v1.ImageContext
 
newBuilder(ImageContext) - Static method in class com.google.cloud.vision.v1.ImageContext
 
newBuilder() - Static method in class com.google.cloud.vision.v1.ImageProperties
 
newBuilder(ImageProperties) - Static method in class com.google.cloud.vision.v1.ImageProperties
 
newBuilder() - Static method in class com.google.cloud.vision.v1.ImageSource
 
newBuilder(ImageSource) - Static method in class com.google.cloud.vision.v1.ImageSource
 
newBuilder() - Static method in class com.google.cloud.vision.v1.LatLongRect
 
newBuilder(LatLongRect) - Static method in class com.google.cloud.vision.v1.LatLongRect
 
newBuilder() - Static method in class com.google.cloud.vision.v1.LocationInfo
 
newBuilder(LocationInfo) - Static method in class com.google.cloud.vision.v1.LocationInfo
 
newBuilder() - Static method in class com.google.cloud.vision.v1.Page
 
newBuilder(Page) - Static method in class com.google.cloud.vision.v1.Page
 
newBuilder() - Static method in class com.google.cloud.vision.v1.Paragraph
 
newBuilder(Paragraph) - Static method in class com.google.cloud.vision.v1.Paragraph
 
newBuilder() - Static method in class com.google.cloud.vision.v1.Position
 
newBuilder(Position) - Static method in class com.google.cloud.vision.v1.Position
 
newBuilder() - Static method in class com.google.cloud.vision.v1.Property
 
newBuilder(Property) - Static method in class com.google.cloud.vision.v1.Property
 
newBuilder() - Static method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
newBuilder(SafeSearchAnnotation) - Static method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
newBuilder() - Static method in class com.google.cloud.vision.v1.Symbol
 
newBuilder(Symbol) - Static method in class com.google.cloud.vision.v1.Symbol
 
newBuilder() - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
newBuilder(TextAnnotation.DetectedBreak) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
newBuilder() - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
newBuilder(TextAnnotation.DetectedLanguage) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
newBuilder() - Static method in class com.google.cloud.vision.v1.TextAnnotation
 
newBuilder(TextAnnotation) - Static method in class com.google.cloud.vision.v1.TextAnnotation
 
newBuilder() - Static method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
newBuilder(TextAnnotation.TextProperty) - Static method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
newBuilder() - Static method in class com.google.cloud.vision.v1.Vertex
 
newBuilder(Vertex) - Static method in class com.google.cloud.vision.v1.Vertex
 
newBuilder() - Static method in class com.google.cloud.vision.v1.WebAnnotation
 
newBuilder(WebAnnotation) - Static method in class com.google.cloud.vision.v1.WebAnnotation
 
newBuilder() - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
newBuilder(WebAnnotation.WebEntity) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
newBuilder() - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
newBuilder(WebAnnotation.WebImage) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
newBuilder() - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
newBuilder(WebAnnotation.WebPage) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
newBuilder() - Static method in class com.google.cloud.vision.v1.Word
 
newBuilder(Word) - Static method in class com.google.cloud.vision.v1.Word
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.Block
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.Block
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.BoundingPoly
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.BoundingPoly
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.ColorInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.ColorInfo
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.CropHint
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.CropHint
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.CropHintsParams
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.CropHintsParams
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.EntityAnnotation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.EntityAnnotation
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.FaceAnnotation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.FaceAnnotation
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.Feature
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.Feature
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.Image
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.Image
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.ImageContext
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.ImageContext
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.ImageProperties
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.ImageProperties
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.ImageSource
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.ImageSource
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.LatLongRect
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.LatLongRect
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.LocationInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.LocationInfo
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.Page
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.Page
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.Paragraph
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.Paragraph
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.Position
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.Position
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.Property
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.Property
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.Symbol
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.Symbol
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.TextAnnotation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.TextAnnotation
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.Vertex
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.Vertex
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.WebAnnotation
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.WebAnnotation
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
newBuilderForType() - Method in class com.google.cloud.vision.v1.Word
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class com.google.cloud.vision.v1.Word
 
newFutureStub(Channel) - Static method in class com.google.cloud.vision.v1.ImageAnnotatorGrpc
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
newStub(Channel) - Static method in class com.google.cloud.vision.v1.ImageAnnotatorGrpc
Creates a new async stub that supports all call types for the service
NOSE_BOTTOM_CENTER_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Nose, bottom center.
NOSE_BOTTOM_LEFT_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Nose, bottom left.
NOSE_BOTTOM_RIGHT_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Nose, bottom right.
NOSE_TIP_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Nose tip.

P

Page - Class in com.google.cloud.vision.v1
Detected page from OCR.
Page.Builder - Class in com.google.cloud.vision.v1
Detected page from OCR.
PageOrBuilder - Interface in com.google.cloud.vision.v1
 
PAGES_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.TextAnnotation
 
PAGES_WITH_MATCHING_IMAGES_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.WebAnnotation
 
PAN_ANGLE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.FaceAnnotation
 
Paragraph - Class in com.google.cloud.vision.v1
Structural unit of text representing a number of words in certain order.
Paragraph.Builder - Class in com.google.cloud.vision.v1
Structural unit of text representing a number of words in certain order.
ParagraphOrBuilder - Interface in com.google.cloud.vision.v1
 
PARAGRAPHS_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Block
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Block
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Block
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.BoundingPoly
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.BoundingPoly
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.ColorInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ColorInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.CropHint
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.CropHint
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.CropHintsParams
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.CropHintsParams
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.EntityAnnotation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.EntityAnnotation
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.FaceAnnotation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.FaceAnnotation
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Feature
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Feature
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Image
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Image
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.ImageContext
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ImageContext
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.ImageProperties
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ImageProperties
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.ImageSource
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ImageSource
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.LatLongRect
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.LatLongRect
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.LocationInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.LocationInfo
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Page
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Page
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Paragraph
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Paragraph
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Position
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Position
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Property
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Property
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Symbol
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Symbol
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.TextAnnotation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Vertex
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Vertex
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.WebAnnotation
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
parseDelimitedFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Word
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Word
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.Block
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Block
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.Block
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Block
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Block
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Block
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.Block
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Block
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.BoundingPoly
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.BoundingPoly
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.BoundingPoly
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.BoundingPoly
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.BoundingPoly
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.BoundingPoly
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.BoundingPoly
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.BoundingPoly
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.ColorInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ColorInfo
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.ColorInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ColorInfo
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.ColorInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ColorInfo
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.ColorInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ColorInfo
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.CropHint
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.CropHint
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.CropHint
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.CropHint
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.CropHint
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.CropHint
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.CropHint
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.CropHint
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.CropHintsParams
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.CropHintsParams
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.CropHintsParams
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.CropHintsParams
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.CropHintsParams
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.CropHintsParams
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.CropHintsParams
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.CropHintsParams
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.EntityAnnotation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.EntityAnnotation
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.EntityAnnotation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.EntityAnnotation
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.EntityAnnotation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.EntityAnnotation
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.EntityAnnotation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.EntityAnnotation
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.FaceAnnotation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.FaceAnnotation
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.FaceAnnotation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.FaceAnnotation
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.FaceAnnotation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.FaceAnnotation
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.FaceAnnotation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.FaceAnnotation
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.Feature
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Feature
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.Feature
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Feature
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Feature
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Feature
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.Feature
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Feature
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.Image
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Image
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.Image
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Image
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Image
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Image
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.Image
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Image
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.ImageContext
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ImageContext
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.ImageContext
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ImageContext
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.ImageContext
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ImageContext
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.ImageContext
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ImageContext
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.ImageProperties
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ImageProperties
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.ImageProperties
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ImageProperties
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.ImageProperties
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ImageProperties
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.ImageProperties
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ImageProperties
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.ImageSource
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ImageSource
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.ImageSource
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ImageSource
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.ImageSource
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ImageSource
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.ImageSource
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ImageSource
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.LatLongRect
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.LatLongRect
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.LatLongRect
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.LatLongRect
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.LatLongRect
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.LatLongRect
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.LatLongRect
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.LatLongRect
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.LocationInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.LocationInfo
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.LocationInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.LocationInfo
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.LocationInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.LocationInfo
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.LocationInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.LocationInfo
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.Page
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Page
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.Page
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Page
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Page
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Page
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.Page
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Page
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.Paragraph
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Paragraph
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.Paragraph
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Paragraph
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Paragraph
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Paragraph
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.Paragraph
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Paragraph
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.Position
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Position
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.Position
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Position
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Position
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Position
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.Position
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Position
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.Property
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Property
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.Property
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Property
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Property
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Property
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.Property
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Property
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.Symbol
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Symbol
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.Symbol
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Symbol
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Symbol
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Symbol
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.Symbol
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Symbol
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.TextAnnotation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.TextAnnotation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.TextAnnotation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.TextAnnotation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.Vertex
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Vertex
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.Vertex
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Vertex
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Vertex
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Vertex
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.Vertex
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Vertex
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.WebAnnotation
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.WebAnnotation
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.WebAnnotation
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.WebAnnotation
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
parseFrom(ByteString) - Static method in class com.google.cloud.vision.v1.Word
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Word
 
parseFrom(byte[]) - Static method in class com.google.cloud.vision.v1.Word
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Word
 
parseFrom(InputStream) - Static method in class com.google.cloud.vision.v1.Word
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Word
 
parseFrom(CodedInputStream) - Static method in class com.google.cloud.vision.v1.Word
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.Word
 
parser() - Static method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
parser() - Static method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
parser() - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
parser() - Static method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
parser() - Static method in class com.google.cloud.vision.v1.Block
 
parser() - Static method in class com.google.cloud.vision.v1.BoundingPoly
 
parser() - Static method in class com.google.cloud.vision.v1.ColorInfo
 
parser() - Static method in class com.google.cloud.vision.v1.CropHint
 
parser() - Static method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
parser() - Static method in class com.google.cloud.vision.v1.CropHintsParams
 
parser() - Static method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
parser() - Static method in class com.google.cloud.vision.v1.EntityAnnotation
 
parser() - Static method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
parser() - Static method in class com.google.cloud.vision.v1.FaceAnnotation
 
parser() - Static method in class com.google.cloud.vision.v1.Feature
 
parser() - Static method in class com.google.cloud.vision.v1.Image
 
parser() - Static method in class com.google.cloud.vision.v1.ImageContext
 
parser() - Static method in class com.google.cloud.vision.v1.ImageProperties
 
parser() - Static method in class com.google.cloud.vision.v1.ImageSource
 
parser() - Static method in class com.google.cloud.vision.v1.LatLongRect
 
parser() - Static method in class com.google.cloud.vision.v1.LocationInfo
 
parser() - Static method in class com.google.cloud.vision.v1.Page
 
parser() - Static method in class com.google.cloud.vision.v1.Paragraph
 
parser() - Static method in class com.google.cloud.vision.v1.Position
 
parser() - Static method in class com.google.cloud.vision.v1.Property
 
parser() - Static method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
parser() - Static method in class com.google.cloud.vision.v1.Symbol
 
parser() - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
parser() - Static method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
parser() - Static method in class com.google.cloud.vision.v1.TextAnnotation
 
parser() - Static method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
parser() - Static method in class com.google.cloud.vision.v1.Vertex
 
parser() - Static method in class com.google.cloud.vision.v1.WebAnnotation
 
parser() - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
parser() - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
parser() - Static method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
parser() - Static method in class com.google.cloud.vision.v1.Word
 
PARTIAL_MATCHING_IMAGES_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.WebAnnotation
 
PICTURE_VALUE - Static variable in enum com.google.cloud.vision.v1.Block.BlockType
Image block.
PIXEL_FRACTION_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.ColorInfo
 
Position - Class in com.google.cloud.vision.v1
A 3D position in the image, used primarily for Face detection landmarks.
Position.Builder - Class in com.google.cloud.vision.v1
A 3D position in the image, used primarily for Face detection landmarks.
POSITION_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
PositionOrBuilder - Interface in com.google.cloud.vision.v1
 
POSSIBLE_VALUE - Static variable in enum com.google.cloud.vision.v1.Likelihood
It is possible that the image belongs to the specified vertical.
PROPERTIES_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.EntityAnnotation
 
Property - Class in com.google.cloud.vision.v1
A `Property` consists of a user-supplied name/value pair.
Property.Builder - Class in com.google.cloud.vision.v1
A `Property` consists of a user-supplied name/value pair.
PROPERTY_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Block
 
PROPERTY_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Page
 
PROPERTY_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Paragraph
 
PROPERTY_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Symbol
 
PROPERTY_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Word
 
PropertyOrBuilder - Interface in com.google.cloud.vision.v1
 

R

registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.GeometryProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.cloud.vision.v1.GeometryProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.ImageAnnotatorProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.cloud.vision.v1.ImageAnnotatorProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.TextAnnotationProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.cloud.vision.v1.TextAnnotationProto
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class com.google.cloud.vision.v1.WebAnnotationProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.cloud.vision.v1.WebAnnotationProto
 
removeBlocks(int) - Method in class com.google.cloud.vision.v1.Page.Builder
List of blocks of text, images etc on this page.
removeColors(int) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
RGB color values with their score and pixel fraction.
removeCropHints(int) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
removeDetectedLanguages(int) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
A list of detected languages together with confidence.
removeFaceAnnotations(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, face detection has completed successfully.
removeFeatures(int) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Requested features.
removeFullMatchingImages(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Fully matching images from the Internet.
removeLabelAnnotations(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, label detection has completed successfully.
removeLandmarkAnnotations(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, landmark detection has completed successfully.
removeLandmarks(int) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detected face landmarks.
removeLocations(int) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The location information for the detected entity.
removeLogoAnnotations(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, logo detection has completed successfully.
removePages(int) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
List of pages detected by OCR.
removePagesWithMatchingImages(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Web pages containing the matching images from the Internet.
removeParagraphs(int) - Method in class com.google.cloud.vision.v1.Block.Builder
List of paragraphs in this block (if this blocks is of type text).
removePartialMatchingImages(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Partial matching images from the Internet.
removeProperties(int) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
removeRequests(int) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
Individual image annotation requests for this batch.
removeResponses(int) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
Individual responses to image annotation requests within the batch.
removeSymbols(int) - Method in class com.google.cloud.vision.v1.Word.Builder
List of symbols in the word.
removeTextAnnotations(int) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
removeVertices(int) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
The bounding polygon vertices.
removeWebEntities(int) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Deduced entities from similar images on the Internet.
removeWords(int) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
List of words in this paragraph.
REQUESTS_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
RESPONSES_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
RIGHT_EAR_TRAGION_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Right ear tragion.
RIGHT_EYE_BOTTOM_BOUNDARY_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Right eye, bottom boundary.
RIGHT_EYE_LEFT_CORNER_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Right eye, left corner.
RIGHT_EYE_PUPIL_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Right eye pupil.
RIGHT_EYE_RIGHT_CORNER_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Right eye, right corner.
RIGHT_EYE_TOP_BOUNDARY_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Right eye, top boundary.
RIGHT_EYE_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Right eye.
RIGHT_EYEBROW_UPPER_MIDPOINT_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Right eyebrow, upper midpoint.
RIGHT_OF_LEFT_EYEBROW_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Right of left eyebrow.
RIGHT_OF_RIGHT_EYEBROW_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Right of right eyebrow.
ROLL_ANGLE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.FaceAnnotation
 
RULER_VALUE - Static variable in enum com.google.cloud.vision.v1.Block.BlockType
Horizontal/vertical line box.

S

SAFE_SEARCH_ANNOTATION_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.AnnotateImageResponse
 
SAFE_SEARCH_DETECTION_VALUE - Static variable in enum com.google.cloud.vision.v1.Feature.Type
Run computer vision models to compute image safe-search properties.
SafeSearchAnnotation - Class in com.google.cloud.vision.v1
Set of features pertaining to the image, computed by computer vision methods over safe-search verticals (for example, adult, spoof, medical, violence).
SafeSearchAnnotation.Builder - Class in com.google.cloud.vision.v1
Set of features pertaining to the image, computed by computer vision methods over safe-search verticals (for example, adult, spoof, medical, violence).
SafeSearchAnnotationOrBuilder - Interface in com.google.cloud.vision.v1
 
SCORE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.ColorInfo
 
SCORE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.EntityAnnotation
 
SCORE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
SCORE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
SCORE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
SERVICE_NAME - Static variable in class com.google.cloud.vision.v1.ImageAnnotatorGrpc
 
setAdult(Likelihood) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Represents the adult content likelihood for the image.
setAdultValue(int) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Represents the adult content likelihood for the image.
setAngerLikelihood(Likelihood) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Anger likelihood.
setAngerLikelihoodValue(int) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Anger likelihood.
setAspectRatios(int, float) - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
Aspect ratios in floats, representing the ratio of the width to the height of the image.
setBlocks(int, Block) - Method in class com.google.cloud.vision.v1.Page.Builder
List of blocks of text, images etc on this page.
setBlocks(int, Block.Builder) - Method in class com.google.cloud.vision.v1.Page.Builder
List of blocks of text, images etc on this page.
setBlockType(Block.BlockType) - Method in class com.google.cloud.vision.v1.Block.Builder
Detected block type (text, image etc) for this block.
setBlockTypeValue(int) - Method in class com.google.cloud.vision.v1.Block.Builder
Detected block type (text, image etc) for this block.
setBlurredLikelihood(Likelihood) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Blurred likelihood.
setBlurredLikelihoodValue(int) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Blurred likelihood.
setBoundingBox(BoundingPoly) - Method in class com.google.cloud.vision.v1.Block.Builder
The bounding box for the block.
setBoundingBox(BoundingPoly.Builder) - Method in class com.google.cloud.vision.v1.Block.Builder
The bounding box for the block.
setBoundingBox(BoundingPoly) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
The bounding box for the paragraph.
setBoundingBox(BoundingPoly.Builder) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
The bounding box for the paragraph.
setBoundingBox(BoundingPoly) - Method in class com.google.cloud.vision.v1.Symbol.Builder
The bounding box for the symbol.
setBoundingBox(BoundingPoly.Builder) - Method in class com.google.cloud.vision.v1.Symbol.Builder
The bounding box for the symbol.
setBoundingBox(BoundingPoly) - Method in class com.google.cloud.vision.v1.Word.Builder
The bounding box for the word.
setBoundingBox(BoundingPoly.Builder) - Method in class com.google.cloud.vision.v1.Word.Builder
The bounding box for the word.
setBoundingPoly(BoundingPoly) - Method in class com.google.cloud.vision.v1.CropHint.Builder
The bounding polygon for the crop region.
setBoundingPoly(BoundingPoly.Builder) - Method in class com.google.cloud.vision.v1.CropHint.Builder
The bounding polygon for the crop region.
setBoundingPoly(BoundingPoly) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Image region to which this entity belongs.
setBoundingPoly(BoundingPoly.Builder) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Image region to which this entity belongs.
setBoundingPoly(BoundingPoly) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
The bounding polygon around the face.
setBoundingPoly(BoundingPoly.Builder) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
The bounding polygon around the face.
setColor(Color) - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
RGB components of the color.
setColor(Color.Builder) - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
RGB components of the color.
setColors(int, ColorInfo) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
RGB color values with their score and pixel fraction.
setColors(int, ColorInfo.Builder) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
RGB color values with their score and pixel fraction.
setConfidence(float) - Method in class com.google.cloud.vision.v1.CropHint.Builder
Confidence of this being a salient region.
setConfidence(float) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The accuracy of the entity detection in an image.
setConfidence(float) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
Confidence of detected language.
setContent(ByteString) - Method in class com.google.cloud.vision.v1.Image.Builder
Image content, represented as a stream of bytes.
setCropHints(int, CropHint) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
setCropHints(int, CropHint.Builder) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
repeated .google.cloud.vision.v1.CropHint crop_hints = 1;
setCropHintsAnnotation(CropHintsAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, crop hints have completed successfully.
setCropHintsAnnotation(CropHintsAnnotation.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, crop hints have completed successfully.
setCropHintsParams(CropHintsParams) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
Parameters for crop hints annotation request.
setCropHintsParams(CropHintsParams.Builder) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
Parameters for crop hints annotation request.
setDescription(String) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Entity textual description, expressed in its `locale` language.
setDescription(String) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
Canonical description of the entity, in English.
setDescriptionBytes(ByteString) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Entity textual description, expressed in its `locale` language.
setDescriptionBytes(ByteString) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
Canonical description of the entity, in English.
setDetectedBreak(TextAnnotation.DetectedBreak) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
Detected start or end of a text segment.
setDetectedBreak(TextAnnotation.DetectedBreak.Builder) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
Detected start or end of a text segment.
setDetectedLanguages(int, TextAnnotation.DetectedLanguage) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
A list of detected languages together with confidence.
setDetectedLanguages(int, TextAnnotation.DetectedLanguage.Builder) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
A list of detected languages together with confidence.
setDetectionConfidence(float) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detection confidence.
setDominantColors(DominantColorsAnnotation) - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
If present, dominant colors completed successfully.
setDominantColors(DominantColorsAnnotation.Builder) - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
If present, dominant colors completed successfully.
setEntityId(String) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
Opaque entity ID.
setEntityIdBytes(ByteString) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
Opaque entity ID.
setError(Status) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If set, represents the error message for the operation.
setError(Status.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If set, represents the error message for the operation.
setFaceAnnotations(int, FaceAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, face detection has completed successfully.
setFaceAnnotations(int, FaceAnnotation.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, face detection has completed successfully.
setFdBoundingPoly(BoundingPoly) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
The `fd_bounding_poly` bounding polygon is tighter than the `boundingPoly`, and encloses only the skin part of the face.
setFdBoundingPoly(BoundingPoly.Builder) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
The `fd_bounding_poly` bounding polygon is tighter than the `boundingPoly`, and encloses only the skin part of the face.
setFeatures(int, Feature) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Requested features.
setFeatures(int, Feature.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Requested features.
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Block.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.CropHint.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Feature.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Image.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.ImageSource.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Page.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Position.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Property.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Symbol.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Vertex.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class com.google.cloud.vision.v1.Word.Builder
 
setFullMatchingImages(int, WebAnnotation.WebImage) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Fully matching images from the Internet.
setFullMatchingImages(int, WebAnnotation.WebImage.Builder) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Fully matching images from the Internet.
setFullTextAnnotation(TextAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
setFullTextAnnotation(TextAnnotation.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
setGcsImageUri(String) - Method in class com.google.cloud.vision.v1.ImageSource.Builder
NOTE: For new code `image_uri` below is preferred.
setGcsImageUriBytes(ByteString) - Method in class com.google.cloud.vision.v1.ImageSource.Builder
NOTE: For new code `image_uri` below is preferred.
setHeadwearLikelihood(Likelihood) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Headwear likelihood.
setHeadwearLikelihoodValue(int) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Headwear likelihood.
setHeight(int) - Method in class com.google.cloud.vision.v1.Page.Builder
Page height in pixels.
setImage(Image) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
The image to be processed.
setImage(Image.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
The image to be processed.
setImageContext(ImageContext) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Additional context that may accompany the image.
setImageContext(ImageContext.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
Additional context that may accompany the image.
setImagePropertiesAnnotation(ImageProperties) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, image properties were extracted successfully.
setImagePropertiesAnnotation(ImageProperties.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, image properties were extracted successfully.
setImageUri(String) - Method in class com.google.cloud.vision.v1.ImageSource.Builder
Image URI which supports: 1) Google Cloud Storage image URI, which must be in the following form: `gs://bucket_name/object_name` (for details, see [Google Cloud Storage Request URIs](https://cloud.google.com/storage/docs/reference-uris)).
setImageUriBytes(ByteString) - Method in class com.google.cloud.vision.v1.ImageSource.Builder
Image URI which supports: 1) Google Cloud Storage image URI, which must be in the following form: `gs://bucket_name/object_name` (for details, see [Google Cloud Storage Request URIs](https://cloud.google.com/storage/docs/reference-uris)).
setImportanceFraction(float) - Method in class com.google.cloud.vision.v1.CropHint.Builder
Fraction of importance of this salient region with respect to the original image.
setIsPrefix(boolean) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
True if break prepends the element.
setJoyLikelihood(Likelihood) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Joy likelihood.
setJoyLikelihoodValue(int) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Joy likelihood.
setLabelAnnotations(int, EntityAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, label detection has completed successfully.
setLabelAnnotations(int, EntityAnnotation.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, label detection has completed successfully.
setLandmarkAnnotations(int, EntityAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, landmark detection has completed successfully.
setLandmarkAnnotations(int, EntityAnnotation.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, landmark detection has completed successfully.
setLandmarkingConfidence(float) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Face landmarking confidence.
setLandmarks(int, FaceAnnotation.Landmark) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detected face landmarks.
setLandmarks(int, FaceAnnotation.Landmark.Builder) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Detected face landmarks.
setLanguageCode(String) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
The BCP-47 language code, such as "en-US" or "sr-Latn".
setLanguageCodeBytes(ByteString) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
The BCP-47 language code, such as "en-US" or "sr-Latn".
setLanguageHints(int, String) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
List of languages to use for TEXT_DETECTION.
setLatLng(LatLng) - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
lat/long location coordinates.
setLatLng(LatLng.Builder) - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
lat/long location coordinates.
setLatLongRect(LatLongRect) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
lat/long rectangle that specifies the location of the image.
setLatLongRect(LatLongRect.Builder) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
lat/long rectangle that specifies the location of the image.
setLocale(String) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The language code for the locale in which the entity textual `description` is expressed.
setLocaleBytes(ByteString) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The language code for the locale in which the entity textual `description` is expressed.
setLocations(int, LocationInfo) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The location information for the detected entity.
setLocations(int, LocationInfo.Builder) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The location information for the detected entity.
setLogoAnnotations(int, EntityAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, logo detection has completed successfully.
setLogoAnnotations(int, EntityAnnotation.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, logo detection has completed successfully.
setMaxLatLng(LatLng) - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
Max lat/long pair.
setMaxLatLng(LatLng.Builder) - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
Max lat/long pair.
setMaxResults(int) - Method in class com.google.cloud.vision.v1.Feature.Builder
Maximum number of results of this type.
setMedical(Likelihood) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Likelihood that this is a medical image.
setMedicalValue(int) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Likelihood that this is a medical image.
setMid(String) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Opaque entity ID.
setMidBytes(ByteString) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Opaque entity ID.
setMinLatLng(LatLng) - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
Min lat/long pair.
setMinLatLng(LatLng.Builder) - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
Min lat/long pair.
setName(String) - Method in class com.google.cloud.vision.v1.Property.Builder
Name of the property.
setNameBytes(ByteString) - Method in class com.google.cloud.vision.v1.Property.Builder
Name of the property.
setPages(int, Page) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
List of pages detected by OCR.
setPages(int, Page.Builder) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
List of pages detected by OCR.
setPagesWithMatchingImages(int, WebAnnotation.WebPage) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Web pages containing the matching images from the Internet.
setPagesWithMatchingImages(int, WebAnnotation.WebPage.Builder) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Web pages containing the matching images from the Internet.
setPanAngle(float) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Yaw angle, which indicates the leftward/rightward angle that the face is pointing relative to the vertical plane perpendicular to the image.
setParagraphs(int, Paragraph) - Method in class com.google.cloud.vision.v1.Block.Builder
List of paragraphs in this block (if this blocks is of type text).
setParagraphs(int, Paragraph.Builder) - Method in class com.google.cloud.vision.v1.Block.Builder
List of paragraphs in this block (if this blocks is of type text).
setPartialMatchingImages(int, WebAnnotation.WebImage) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Partial matching images from the Internet.
setPartialMatchingImages(int, WebAnnotation.WebImage.Builder) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Partial matching images from the Internet.
setPixelFraction(float) - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
The fraction of pixels the color occupies in the image.
setPosition(Position) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
Face landmark position.
setPosition(Position.Builder) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
Face landmark position.
setProperties(int, Property) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
setProperties(int, Property.Builder) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Some entities may have optional user-supplied `Property` (name/value) fields, such a score or string that qualifies the entity.
setProperty(TextAnnotation.TextProperty) - Method in class com.google.cloud.vision.v1.Block.Builder
Additional information detected for the block.
setProperty(TextAnnotation.TextProperty.Builder) - Method in class com.google.cloud.vision.v1.Block.Builder
Additional information detected for the block.
setProperty(TextAnnotation.TextProperty) - Method in class com.google.cloud.vision.v1.Page.Builder
Additional information detected on the page.
setProperty(TextAnnotation.TextProperty.Builder) - Method in class com.google.cloud.vision.v1.Page.Builder
Additional information detected on the page.
setProperty(TextAnnotation.TextProperty) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
Additional information detected for the paragraph.
setProperty(TextAnnotation.TextProperty.Builder) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
Additional information detected for the paragraph.
setProperty(TextAnnotation.TextProperty) - Method in class com.google.cloud.vision.v1.Symbol.Builder
Additional information detected for the symbol.
setProperty(TextAnnotation.TextProperty.Builder) - Method in class com.google.cloud.vision.v1.Symbol.Builder
Additional information detected for the symbol.
setProperty(TextAnnotation.TextProperty) - Method in class com.google.cloud.vision.v1.Word.Builder
Additional information detected for the word.
setProperty(TextAnnotation.TextProperty.Builder) - Method in class com.google.cloud.vision.v1.Word.Builder
Additional information detected for the word.
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.Block.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.CropHint.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.Feature.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.Image.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.ImageSource.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.Page.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.Position.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.Property.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.Symbol.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.Vertex.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class com.google.cloud.vision.v1.Word.Builder
 
setRequests(int, AnnotateImageRequest) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
Individual image annotation requests for this batch.
setRequests(int, AnnotateImageRequest.Builder) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
Individual image annotation requests for this batch.
setResponses(int, AnnotateImageResponse) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
Individual responses to image annotation requests within the batch.
setResponses(int, AnnotateImageResponse.Builder) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
Individual responses to image annotation requests within the batch.
setRollAngle(float) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Roll angle, which indicates the amount of clockwise/anti-clockwise rotation of the face relative to the image vertical about the axis perpendicular to the face.
setSafeSearchAnnotation(SafeSearchAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, safe-search annotation has completed successfully.
setSafeSearchAnnotation(SafeSearchAnnotation.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, safe-search annotation has completed successfully.
setScore(float) - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
Image-specific score for this color.
setScore(float) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
Overall score of the result.
setScore(float) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
Overall relevancy score for the entity.
setScore(float) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
Overall relevancy score for the image.
setScore(float) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
Overall relevancy score for the web page.
setSorrowLikelihood(Likelihood) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Sorrow likelihood.
setSorrowLikelihoodValue(int) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Sorrow likelihood.
setSource(ImageSource) - Method in class com.google.cloud.vision.v1.Image.Builder
Google Cloud Storage image location.
setSource(ImageSource.Builder) - Method in class com.google.cloud.vision.v1.Image.Builder
Google Cloud Storage image location.
setSpoof(Likelihood) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Spoof likelihood.
setSpoofValue(int) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Spoof likelihood.
setSurpriseLikelihood(Likelihood) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Surprise likelihood.
setSurpriseLikelihoodValue(int) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Surprise likelihood.
setSymbols(int, Symbol) - Method in class com.google.cloud.vision.v1.Word.Builder
List of symbols in the word.
setSymbols(int, Symbol.Builder) - Method in class com.google.cloud.vision.v1.Word.Builder
List of symbols in the word.
setText(String) - Method in class com.google.cloud.vision.v1.Symbol.Builder
The actual UTF-8 representation of the symbol.
setText(String) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
UTF-8 text detected on the pages.
setTextAnnotations(int, EntityAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
setTextAnnotations(int, EntityAnnotation.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
setTextBytes(ByteString) - Method in class com.google.cloud.vision.v1.Symbol.Builder
The actual UTF-8 representation of the symbol.
setTextBytes(ByteString) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
UTF-8 text detected on the pages.
setTiltAngle(float) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Pitch angle, which indicates the upwards/downwards angle that the face is pointing relative to the image's horizontal plane.
setTopicality(float) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
The relevancy of the ICA (Image Content Annotation) label to the image.
setType(FaceAnnotation.Landmark.Type) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
Face landmark type.
setType(Feature.Type) - Method in class com.google.cloud.vision.v1.Feature.Builder
The feature type.
setType(TextAnnotation.DetectedBreak.BreakType) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
optional .google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;
setTypeValue(int) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
Face landmark type.
setTypeValue(int) - Method in class com.google.cloud.vision.v1.Feature.Builder
The feature type.
setTypeValue(int) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
optional .google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType type = 1;
setUnderExposedLikelihood(Likelihood) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Under-exposed likelihood.
setUnderExposedLikelihoodValue(int) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
Under-exposed likelihood.
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Block.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.ColorInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.CropHint.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.CropHintsParams.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.EntityAnnotation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Feature.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Image.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.ImageContext.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.ImageProperties.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.ImageSource.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.LatLongRect.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.LocationInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Page.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Position.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Property.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Symbol.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.TextAnnotation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Vertex.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class com.google.cloud.vision.v1.Word.Builder
 
setUrl(String) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
The result image URL.
setUrl(String) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
The result web page URL.
setUrlBytes(ByteString) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage.Builder
The result image URL.
setUrlBytes(ByteString) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage.Builder
The result web page URL.
setValue(String) - Method in class com.google.cloud.vision.v1.Property.Builder
Value of the property.
setValueBytes(ByteString) - Method in class com.google.cloud.vision.v1.Property.Builder
Value of the property.
setVertices(int, Vertex) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
The bounding polygon vertices.
setVertices(int, Vertex.Builder) - Method in class com.google.cloud.vision.v1.BoundingPoly.Builder
The bounding polygon vertices.
setViolence(Likelihood) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Violence likelihood.
setViolenceValue(int) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation.Builder
Violence likelihood.
setWebAnnotation(WebAnnotation) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, web annotation has completed successfully.
setWebAnnotation(WebAnnotation.Builder) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse.Builder
If present, web annotation has completed successfully.
setWebEntities(int, WebAnnotation.WebEntity) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Deduced entities from similar images on the Internet.
setWebEntities(int, WebAnnotation.WebEntity.Builder) - Method in class com.google.cloud.vision.v1.WebAnnotation.Builder
Deduced entities from similar images on the Internet.
setWidth(int) - Method in class com.google.cloud.vision.v1.Page.Builder
Page width in pixels.
setWords(int, Word) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
List of words in this paragraph.
setWords(int, Word.Builder) - Method in class com.google.cloud.vision.v1.Paragraph.Builder
List of words in this paragraph.
setX(float) - Method in class com.google.cloud.vision.v1.Position.Builder
X coordinate.
setX(int) - Method in class com.google.cloud.vision.v1.Vertex.Builder
X coordinate.
setY(float) - Method in class com.google.cloud.vision.v1.Position.Builder
Y coordinate.
setY(int) - Method in class com.google.cloud.vision.v1.Vertex.Builder
Y coordinate.
setZ(float) - Method in class com.google.cloud.vision.v1.Position.Builder
Z coordinate (or depth).
SORROW_LIKELIHOOD_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.FaceAnnotation
 
SOURCE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Image
 
SPACE_VALUE - Static variable in enum com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType
Regular space.
SPOOF_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
SURE_SPACE_VALUE - Static variable in enum com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType
Sure space (very wide).
SURPRISE_LIKELIHOOD_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.FaceAnnotation
 
Symbol - Class in com.google.cloud.vision.v1
A single symbol representation.
Symbol.Builder - Class in com.google.cloud.vision.v1
A single symbol representation.
SymbolOrBuilder - Interface in com.google.cloud.vision.v1
 
SYMBOLS_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Word
 

T

TABLE_VALUE - Static variable in enum com.google.cloud.vision.v1.Block.BlockType
Table block.
TEXT_ANNOTATIONS_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.AnnotateImageResponse
 
TEXT_DETECTION_VALUE - Static variable in enum com.google.cloud.vision.v1.Feature.Type
Run OCR.
TEXT_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Symbol
 
TEXT_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.TextAnnotation
 
TEXT_VALUE - Static variable in enum com.google.cloud.vision.v1.Block.BlockType
Regular text block.
TextAnnotation - Class in com.google.cloud.vision.v1
TextAnnotation contains a structured representation of OCR extracted text.
TextAnnotation.Builder - Class in com.google.cloud.vision.v1
TextAnnotation contains a structured representation of OCR extracted text.
TextAnnotation.DetectedBreak - Class in com.google.cloud.vision.v1
Detected start or end of a structural component.
TextAnnotation.DetectedBreak.BreakType - Enum in com.google.cloud.vision.v1
Enum to denote the type of break found.
TextAnnotation.DetectedBreak.Builder - Class in com.google.cloud.vision.v1
Detected start or end of a structural component.
TextAnnotation.DetectedBreakOrBuilder - Interface in com.google.cloud.vision.v1
 
TextAnnotation.DetectedLanguage - Class in com.google.cloud.vision.v1
Detected language for a structural component.
TextAnnotation.DetectedLanguage.Builder - Class in com.google.cloud.vision.v1
Detected language for a structural component.
TextAnnotation.DetectedLanguageOrBuilder - Interface in com.google.cloud.vision.v1
 
TextAnnotation.TextProperty - Class in com.google.cloud.vision.v1
Additional information detected on the structural component.
TextAnnotation.TextProperty.Builder - Class in com.google.cloud.vision.v1
Additional information detected on the structural component.
TextAnnotation.TextPropertyOrBuilder - Interface in com.google.cloud.vision.v1
 
TextAnnotationOrBuilder - Interface in com.google.cloud.vision.v1
 
TextAnnotationProto - Class in com.google.cloud.vision.v1
 
TILT_ANGLE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.FaceAnnotation
 
toBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
toBuilder() - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
toBuilder() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
toBuilder() - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
toBuilder() - Method in class com.google.cloud.vision.v1.Block
 
toBuilder() - Method in class com.google.cloud.vision.v1.BoundingPoly
 
toBuilder() - Method in class com.google.cloud.vision.v1.ColorInfo
 
toBuilder() - Method in class com.google.cloud.vision.v1.CropHint
 
toBuilder() - Method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
toBuilder() - Method in class com.google.cloud.vision.v1.CropHintsParams
 
toBuilder() - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
toBuilder() - Method in class com.google.cloud.vision.v1.EntityAnnotation
 
toBuilder() - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
toBuilder() - Method in class com.google.cloud.vision.v1.FaceAnnotation
 
toBuilder() - Method in class com.google.cloud.vision.v1.Feature
 
toBuilder() - Method in class com.google.cloud.vision.v1.Image
 
toBuilder() - Method in class com.google.cloud.vision.v1.ImageContext
 
toBuilder() - Method in class com.google.cloud.vision.v1.ImageProperties
 
toBuilder() - Method in class com.google.cloud.vision.v1.ImageSource
 
toBuilder() - Method in class com.google.cloud.vision.v1.LatLongRect
 
toBuilder() - Method in class com.google.cloud.vision.v1.LocationInfo
 
toBuilder() - Method in class com.google.cloud.vision.v1.Page
 
toBuilder() - Method in class com.google.cloud.vision.v1.Paragraph
 
toBuilder() - Method in class com.google.cloud.vision.v1.Position
 
toBuilder() - Method in class com.google.cloud.vision.v1.Property
 
toBuilder() - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
toBuilder() - Method in class com.google.cloud.vision.v1.Symbol
 
toBuilder() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
toBuilder() - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
toBuilder() - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
toBuilder() - Method in class com.google.cloud.vision.v1.TextAnnotation
 
toBuilder() - Method in class com.google.cloud.vision.v1.Vertex
 
toBuilder() - Method in class com.google.cloud.vision.v1.WebAnnotation
 
toBuilder() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
toBuilder() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
toBuilder() - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
toBuilder() - Method in class com.google.cloud.vision.v1.Word
 
TOPICALITY_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.EntityAnnotation
 
TYPE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
TYPE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Feature
 
TYPE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
TYPE_UNSPECIFIED_VALUE - Static variable in enum com.google.cloud.vision.v1.Feature.Type
Unspecified feature type.

U

UNDER_EXPOSED_LIKELIHOOD_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.FaceAnnotation
 
UNKNOWN_LANDMARK_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Unknown face landmark detected.
UNKNOWN_VALUE - Static variable in enum com.google.cloud.vision.v1.Block.BlockType
Unknown block type.
UNKNOWN_VALUE - Static variable in enum com.google.cloud.vision.v1.Likelihood
Unknown likelihood.
UNKNOWN_VALUE - Static variable in enum com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType
Unknown break label type.
UNLIKELY_VALUE - Static variable in enum com.google.cloud.vision.v1.Likelihood
It is unlikely that the image belongs to the specified vertical.
UPPER_LIP_VALUE - Static variable in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Upper lip.
URL_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
URL_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 

V

VALUE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Property
 
valueOf(String) - Static method in enum com.google.cloud.vision.v1.Block.BlockType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.cloud.vision.v1.Block.BlockType
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.cloud.vision.v1.Block.BlockType
 
valueOf(String) - Static method in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
 
valueOf(String) - Static method in enum com.google.cloud.vision.v1.Feature.Type
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.cloud.vision.v1.Feature.Type
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.cloud.vision.v1.Feature.Type
 
valueOf(String) - Static method in enum com.google.cloud.vision.v1.Likelihood
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.cloud.vision.v1.Likelihood
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.cloud.vision.v1.Likelihood
 
valueOf(String) - Static method in enum com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType
 
values() - Static method in enum com.google.cloud.vision.v1.Block.BlockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.vision.v1.FaceAnnotation.Landmark.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.vision.v1.Feature.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.vision.v1.Likelihood
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.google.cloud.vision.v1.TextAnnotation.DetectedBreak.BreakType
Returns an array containing the constants of this enum type, in the order they are declared.
Vertex - Class in com.google.cloud.vision.v1
A vertex represents a 2D point in the image.
Vertex.Builder - Class in com.google.cloud.vision.v1
A vertex represents a 2D point in the image.
VertexOrBuilder - Interface in com.google.cloud.vision.v1
 
VERTICES_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.BoundingPoly
 
VERY_LIKELY_VALUE - Static variable in enum com.google.cloud.vision.v1.Likelihood
It is very likely that the image belongs to the specified vertical.
VERY_UNLIKELY_VALUE - Static variable in enum com.google.cloud.vision.v1.Likelihood
It is very unlikely that the image belongs to the specified vertical.
VIOLENCE_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.SafeSearchAnnotation
 

W

WEB_ANNOTATION_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.AnnotateImageResponse
 
WEB_ANNOTATION_VALUE - Static variable in enum com.google.cloud.vision.v1.Feature.Type
Run web annotation.
WEB_ENTITIES_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.WebAnnotation
 
WebAnnotation - Class in com.google.cloud.vision.v1
Relevant information for the image from the Internet.
WebAnnotation.Builder - Class in com.google.cloud.vision.v1
Relevant information for the image from the Internet.
WebAnnotation.WebEntity - Class in com.google.cloud.vision.v1
Entity deduced from similar images on the Internet.
WebAnnotation.WebEntity.Builder - Class in com.google.cloud.vision.v1
Entity deduced from similar images on the Internet.
WebAnnotation.WebEntityOrBuilder - Interface in com.google.cloud.vision.v1
 
WebAnnotation.WebImage - Class in com.google.cloud.vision.v1
Metadata for online images.
WebAnnotation.WebImage.Builder - Class in com.google.cloud.vision.v1
Metadata for online images.
WebAnnotation.WebImageOrBuilder - Interface in com.google.cloud.vision.v1
 
WebAnnotation.WebPage - Class in com.google.cloud.vision.v1
Metadata for web pages.
WebAnnotation.WebPage.Builder - Class in com.google.cloud.vision.v1
Metadata for web pages.
WebAnnotation.WebPageOrBuilder - Interface in com.google.cloud.vision.v1
 
WebAnnotationOrBuilder - Interface in com.google.cloud.vision.v1
 
WebAnnotationProto - Class in com.google.cloud.vision.v1
 
WIDTH_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Page
 
Word - Class in com.google.cloud.vision.v1
A word representation.
Word.Builder - Class in com.google.cloud.vision.v1
A word representation.
WordOrBuilder - Interface in com.google.cloud.vision.v1
 
WORDS_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Paragraph
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.AnnotateImageRequest
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.AnnotateImageResponse
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesRequest
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.BatchAnnotateImagesResponse
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.Block
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.BoundingPoly
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.ColorInfo
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.CropHint
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.CropHintsAnnotation
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.CropHintsParams
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.DominantColorsAnnotation
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.EntityAnnotation
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.FaceAnnotation.Landmark
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.FaceAnnotation
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.Feature
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.Image
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.ImageContext
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.ImageProperties
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.ImageSource
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.LatLongRect
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.LocationInfo
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.Page
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.Paragraph
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.Position
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.Property
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.SafeSearchAnnotation
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.Symbol
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedBreak
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.TextAnnotation.DetectedLanguage
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.TextAnnotation.TextProperty
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.TextAnnotation
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.Vertex
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebEntity
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebImage
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.WebAnnotation.WebPage
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.WebAnnotation
 
writeTo(CodedOutputStream) - Method in class com.google.cloud.vision.v1.Word
 

X

X_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Position
 
X_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Vertex
 

Y

Y_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Position
 
Y_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Vertex
 

Z

Z_FIELD_NUMBER - Static variable in class com.google.cloud.vision.v1.Position
 
A B C D E F G H I J L M N P R S T U V W X Y Z 
Skip navigation links