package vision
import "google.golang.org/genproto/googleapis/cloud/vision/v1p1beta1"
Package vision aliases all exported identifiers in package "cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb".
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterImageAnnotatorServer(s *grpc.Server, srv ImageAnnotatorServer)
- type AnnotateImageRequest
- type AnnotateImageResponse
- type BatchAnnotateImagesRequest
- type BatchAnnotateImagesResponse
- type Block
- type Block_BlockType
- type BoundingPoly
- type ColorInfo
- type CropHint
- type CropHintsAnnotation
- type CropHintsParams
- type DominantColorsAnnotation
- type EntityAnnotation
- type FaceAnnotation
- type FaceAnnotation_Landmark
- type FaceAnnotation_Landmark_Type
- type Feature
- type Feature_Type
- type Image
- type ImageAnnotatorClient
- type ImageAnnotatorServer
- type ImageContext
- type ImageProperties
- type ImageSource
- type LatLongRect
- type Likelihood
- type LocationInfo
- type Page
- type Paragraph
- type Position
- type Property
- type SafeSearchAnnotation
- type Symbol
- type TextAnnotation
- type TextAnnotation_DetectedBreak
- type TextAnnotation_DetectedBreak_BreakType
- type TextAnnotation_DetectedLanguage
- type TextAnnotation_TextProperty
- type TextDetectionParams
- type UnimplementedImageAnnotatorServer
- type Vertex
- type WebDetection
- type WebDetectionParams
- type WebDetection_WebEntity
- type WebDetection_WebImage
- type WebDetection_WebLabel
- type WebDetection_WebPage
- type Word
Constants ¶
const ( Block_BARCODE = src.Block_BARCODE Block_PICTURE = src.Block_PICTURE Block_RULER = src.Block_RULER Block_TABLE = src.Block_TABLE Block_TEXT = src.Block_TEXT Block_UNKNOWN = src.Block_UNKNOWN FaceAnnotation_Landmark_CHIN_GNATHION = src.FaceAnnotation_Landmark_CHIN_GNATHION FaceAnnotation_Landmark_CHIN_LEFT_GONION = src.FaceAnnotation_Landmark_CHIN_LEFT_GONION FaceAnnotation_Landmark_CHIN_RIGHT_GONION = src.FaceAnnotation_Landmark_CHIN_RIGHT_GONION FaceAnnotation_Landmark_FOREHEAD_GLABELLA = src.FaceAnnotation_Landmark_FOREHEAD_GLABELLA FaceAnnotation_Landmark_LEFT_EAR_TRAGION = src.FaceAnnotation_Landmark_LEFT_EAR_TRAGION FaceAnnotation_Landmark_LEFT_EYE = src.FaceAnnotation_Landmark_LEFT_EYE FaceAnnotation_Landmark_LEFT_EYEBROW_UPPER_MIDPOINT = src.FaceAnnotation_Landmark_LEFT_EYEBROW_UPPER_MIDPOINT FaceAnnotation_Landmark_LEFT_EYE_BOTTOM_BOUNDARY = src.FaceAnnotation_Landmark_LEFT_EYE_BOTTOM_BOUNDARY FaceAnnotation_Landmark_LEFT_EYE_LEFT_CORNER = src.FaceAnnotation_Landmark_LEFT_EYE_LEFT_CORNER FaceAnnotation_Landmark_LEFT_EYE_PUPIL = src.FaceAnnotation_Landmark_LEFT_EYE_PUPIL FaceAnnotation_Landmark_LEFT_EYE_RIGHT_CORNER = src.FaceAnnotation_Landmark_LEFT_EYE_RIGHT_CORNER FaceAnnotation_Landmark_LEFT_EYE_TOP_BOUNDARY = src.FaceAnnotation_Landmark_LEFT_EYE_TOP_BOUNDARY FaceAnnotation_Landmark_LEFT_OF_LEFT_EYEBROW = src.FaceAnnotation_Landmark_LEFT_OF_LEFT_EYEBROW FaceAnnotation_Landmark_LEFT_OF_RIGHT_EYEBROW = src.FaceAnnotation_Landmark_LEFT_OF_RIGHT_EYEBROW FaceAnnotation_Landmark_LOWER_LIP = src.FaceAnnotation_Landmark_LOWER_LIP FaceAnnotation_Landmark_MIDPOINT_BETWEEN_EYES = src.FaceAnnotation_Landmark_MIDPOINT_BETWEEN_EYES FaceAnnotation_Landmark_MOUTH_CENTER = src.FaceAnnotation_Landmark_MOUTH_CENTER FaceAnnotation_Landmark_MOUTH_LEFT = src.FaceAnnotation_Landmark_MOUTH_LEFT FaceAnnotation_Landmark_MOUTH_RIGHT = src.FaceAnnotation_Landmark_MOUTH_RIGHT FaceAnnotation_Landmark_NOSE_BOTTOM_CENTER = src.FaceAnnotation_Landmark_NOSE_BOTTOM_CENTER FaceAnnotation_Landmark_NOSE_BOTTOM_LEFT = src.FaceAnnotation_Landmark_NOSE_BOTTOM_LEFT FaceAnnotation_Landmark_NOSE_BOTTOM_RIGHT = src.FaceAnnotation_Landmark_NOSE_BOTTOM_RIGHT FaceAnnotation_Landmark_NOSE_TIP = src.FaceAnnotation_Landmark_NOSE_TIP FaceAnnotation_Landmark_RIGHT_EAR_TRAGION = src.FaceAnnotation_Landmark_RIGHT_EAR_TRAGION FaceAnnotation_Landmark_RIGHT_EYE = src.FaceAnnotation_Landmark_RIGHT_EYE FaceAnnotation_Landmark_RIGHT_EYEBROW_UPPER_MIDPOINT = src.FaceAnnotation_Landmark_RIGHT_EYEBROW_UPPER_MIDPOINT FaceAnnotation_Landmark_RIGHT_EYE_BOTTOM_BOUNDARY = src.FaceAnnotation_Landmark_RIGHT_EYE_BOTTOM_BOUNDARY FaceAnnotation_Landmark_RIGHT_EYE_LEFT_CORNER = src.FaceAnnotation_Landmark_RIGHT_EYE_LEFT_CORNER FaceAnnotation_Landmark_RIGHT_EYE_PUPIL = src.FaceAnnotation_Landmark_RIGHT_EYE_PUPIL FaceAnnotation_Landmark_RIGHT_EYE_RIGHT_CORNER = src.FaceAnnotation_Landmark_RIGHT_EYE_RIGHT_CORNER FaceAnnotation_Landmark_RIGHT_EYE_TOP_BOUNDARY = src.FaceAnnotation_Landmark_RIGHT_EYE_TOP_BOUNDARY FaceAnnotation_Landmark_RIGHT_OF_LEFT_EYEBROW = src.FaceAnnotation_Landmark_RIGHT_OF_LEFT_EYEBROW FaceAnnotation_Landmark_RIGHT_OF_RIGHT_EYEBROW = src.FaceAnnotation_Landmark_RIGHT_OF_RIGHT_EYEBROW FaceAnnotation_Landmark_UNKNOWN_LANDMARK = src.FaceAnnotation_Landmark_UNKNOWN_LANDMARK FaceAnnotation_Landmark_UPPER_LIP = src.FaceAnnotation_Landmark_UPPER_LIP Feature_CROP_HINTS = src.Feature_CROP_HINTS Feature_DOCUMENT_TEXT_DETECTION = src.Feature_DOCUMENT_TEXT_DETECTION Feature_FACE_DETECTION = src.Feature_FACE_DETECTION Feature_IMAGE_PROPERTIES = src.Feature_IMAGE_PROPERTIES Feature_LABEL_DETECTION = src.Feature_LABEL_DETECTION Feature_LANDMARK_DETECTION = src.Feature_LANDMARK_DETECTION Feature_LOGO_DETECTION = src.Feature_LOGO_DETECTION Feature_SAFE_SEARCH_DETECTION = src.Feature_SAFE_SEARCH_DETECTION Feature_TEXT_DETECTION = src.Feature_TEXT_DETECTION Feature_TYPE_UNSPECIFIED = src.Feature_TYPE_UNSPECIFIED Feature_WEB_DETECTION = src.Feature_WEB_DETECTION Likelihood_LIKELY = src.Likelihood_LIKELY Likelihood_POSSIBLE = src.Likelihood_POSSIBLE Likelihood_UNKNOWN = src.Likelihood_UNKNOWN Likelihood_UNLIKELY = src.Likelihood_UNLIKELY Likelihood_VERY_LIKELY = src.Likelihood_VERY_LIKELY Likelihood_VERY_UNLIKELY = src.Likelihood_VERY_UNLIKELY TextAnnotation_DetectedBreak_EOL_SURE_SPACE = src.TextAnnotation_DetectedBreak_EOL_SURE_SPACE TextAnnotation_DetectedBreak_HYPHEN = src.TextAnnotation_DetectedBreak_HYPHEN TextAnnotation_DetectedBreak_LINE_BREAK = src.TextAnnotation_DetectedBreak_LINE_BREAK TextAnnotation_DetectedBreak_SPACE = src.TextAnnotation_DetectedBreak_SPACE TextAnnotation_DetectedBreak_SURE_SPACE = src.TextAnnotation_DetectedBreak_SURE_SPACE TextAnnotation_DetectedBreak_UNKNOWN = src.TextAnnotation_DetectedBreak_UNKNOWN )
Deprecated: Please use consts in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
Variables ¶
var ( Block_BlockType_name = src.Block_BlockType_name Block_BlockType_value = src.Block_BlockType_value FaceAnnotation_Landmark_Type_name = src.FaceAnnotation_Landmark_Type_name FaceAnnotation_Landmark_Type_value = src.FaceAnnotation_Landmark_Type_value Feature_Type_name = src.Feature_Type_name Feature_Type_value = src.Feature_Type_value File_google_cloud_vision_v1p1beta1_geometry_proto = src.File_google_cloud_vision_v1p1beta1_geometry_proto File_google_cloud_vision_v1p1beta1_image_annotator_proto = src.File_google_cloud_vision_v1p1beta1_image_annotator_proto File_google_cloud_vision_v1p1beta1_text_annotation_proto = src.File_google_cloud_vision_v1p1beta1_text_annotation_proto File_google_cloud_vision_v1p1beta1_web_detection_proto = src.File_google_cloud_vision_v1p1beta1_web_detection_proto Likelihood_name = src.Likelihood_name Likelihood_value = src.Likelihood_value TextAnnotation_DetectedBreak_BreakType_name = src.TextAnnotation_DetectedBreak_BreakType_name TextAnnotation_DetectedBreak_BreakType_value = src.TextAnnotation_DetectedBreak_BreakType_value )
Deprecated: Please use vars in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
Functions ¶
func RegisterImageAnnotatorServer ¶
func RegisterImageAnnotatorServer(s *grpc.Server, srv ImageAnnotatorServer)
Deprecated: Please use funcs in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
Types ¶
type AnnotateImageRequest ¶
type AnnotateImageRequest = src.AnnotateImageRequest
Request for performing Google Cloud Vision API tasks over a user-provided image, with user-requested features.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type AnnotateImageResponse ¶
type AnnotateImageResponse = src.AnnotateImageResponse
Response to an image annotation request.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type BatchAnnotateImagesRequest ¶
type BatchAnnotateImagesRequest = src.BatchAnnotateImagesRequest
Multiple image annotation requests are batched into a single service call.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type BatchAnnotateImagesResponse ¶
type BatchAnnotateImagesResponse = src.BatchAnnotateImagesResponse
Response to a batch image annotation request.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type Block ¶
Logical element on the page.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type Block_BlockType ¶
type Block_BlockType = src.Block_BlockType
Type of a block (text, image etc) as identified by OCR.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type BoundingPoly ¶
type BoundingPoly = src.BoundingPoly
A bounding polygon for the detected image annotation.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type ColorInfo ¶
Color information consists of RGB channels, score, and the fraction of the image that the color occupies in the image.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type CropHint ¶
Single crop hint that is used to generate a new crop when serving an image.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type CropHintsAnnotation ¶
type CropHintsAnnotation = src.CropHintsAnnotation
Set of crop hints that are used to generate new crops when serving images.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type CropHintsParams ¶
type CropHintsParams = src.CropHintsParams
Parameters for crop hints annotation request.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type DominantColorsAnnotation ¶
type DominantColorsAnnotation = src.DominantColorsAnnotation
Set of dominant colors and their corresponding scores.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type EntityAnnotation ¶
type EntityAnnotation = src.EntityAnnotation
Set of detected entity features.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type FaceAnnotation ¶
type FaceAnnotation = src.FaceAnnotation
A face annotation object contains the results of face detection.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type FaceAnnotation_Landmark ¶
type FaceAnnotation_Landmark = src.FaceAnnotation_Landmark
A face-specific landmark (for example, a face feature).
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type FaceAnnotation_Landmark_Type ¶
type FaceAnnotation_Landmark_Type = src.FaceAnnotation_Landmark_Type
Face landmark (feature) type. Left and right are defined from the vantage of the viewer of the image without considering mirror projections typical of photos. So, `LEFT_EYE`, typically, is the person's right eye.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type Feature ¶
Users describe the type of Google Cloud Vision API tasks to perform over images by using *Feature*s. Each Feature indicates a type of image detection task to perform. Features encode the Cloud Vision API vertical to operate on and the number of top-scoring results to return.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type Feature_Type ¶
type Feature_Type = src.Feature_Type
Type of image feature.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type Image ¶
Client image to perform Google Cloud Vision API tasks over.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type ImageAnnotatorClient ¶
type ImageAnnotatorClient = src.ImageAnnotatorClient
ImageAnnotatorClient is the client API for ImageAnnotator service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
func NewImageAnnotatorClient ¶
func NewImageAnnotatorClient(cc grpc.ClientConnInterface) ImageAnnotatorClient
Deprecated: Please use funcs in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type ImageAnnotatorServer ¶
type ImageAnnotatorServer = src.ImageAnnotatorServer
ImageAnnotatorServer is the server API for ImageAnnotator service.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type ImageContext ¶
type ImageContext = src.ImageContext
Image context and/or feature-specific parameters.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type ImageProperties ¶
type ImageProperties = src.ImageProperties
Stores image properties, such as dominant colors.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type ImageSource ¶
type ImageSource = src.ImageSource
External image source (Google Cloud Storage image location).
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type LatLongRect ¶
type LatLongRect = src.LatLongRect
Rectangle determined by min and max `LatLng` pairs.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type Likelihood ¶
type Likelihood = src.Likelihood
A bucketized representation of likelihood, which is intended to give clients highly stable results across model upgrades.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type LocationInfo ¶
type LocationInfo = src.LocationInfo
Detected entity location information.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type Page ¶
Detected page from OCR.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type Paragraph ¶
Structural unit of text representing a number of words in certain order.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type Position ¶
A 3D position in the image, used primarily for Face detection landmarks. A valid Position must have both x and y coordinates. The position coordinates are in the same scale as the original image.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type Property ¶
A `Property` consists of a user-supplied name/value pair.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type SafeSearchAnnotation ¶
type SafeSearchAnnotation = src.SafeSearchAnnotation
Set of features pertaining to the image, computed by computer vision methods over safe-search verticals (for example, adult, spoof, medical, violence).
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type Symbol ¶
A single symbol representation.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type TextAnnotation ¶
type TextAnnotation = src.TextAnnotation
TextAnnotation contains a structured representation of OCR extracted text. The hierarchy of an OCR extracted text structure is like this: TextAnnotation -> Page -> Block -> Paragraph -> Word -> Symbol Each structural component, starting from Page, may further have their own properties. Properties describe detected languages, breaks etc.. Please refer to the [TextAnnotation.TextProperty][google.cloud.vision.v1p1beta1.TextAnnotation.TextProperty] message definition below for more detail.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type TextAnnotation_DetectedBreak ¶
type TextAnnotation_DetectedBreak = src.TextAnnotation_DetectedBreak
Detected start or end of a structural component.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type TextAnnotation_DetectedBreak_BreakType ¶
type TextAnnotation_DetectedBreak_BreakType = src.TextAnnotation_DetectedBreak_BreakType
Enum to denote the type of break found. New line, space etc.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type TextAnnotation_DetectedLanguage ¶
type TextAnnotation_DetectedLanguage = src.TextAnnotation_DetectedLanguage
Detected language for a structural component.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type TextAnnotation_TextProperty ¶
type TextAnnotation_TextProperty = src.TextAnnotation_TextProperty
Additional information detected on the structural component.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type TextDetectionParams ¶
type TextDetectionParams = src.TextDetectionParams
Parameters for text detections. This is used to control TEXT_DETECTION and DOCUMENT_TEXT_DETECTION features.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type UnimplementedImageAnnotatorServer ¶
type UnimplementedImageAnnotatorServer = src.UnimplementedImageAnnotatorServer
UnimplementedImageAnnotatorServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type Vertex ¶
A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type WebDetection ¶
type WebDetection = src.WebDetection
Relevant information for the image from the Internet.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type WebDetectionParams ¶
type WebDetectionParams = src.WebDetectionParams
Parameters for web detection request.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type WebDetection_WebEntity ¶
type WebDetection_WebEntity = src.WebDetection_WebEntity
Entity deduced from similar images on the Internet.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type WebDetection_WebImage ¶
type WebDetection_WebImage = src.WebDetection_WebImage
Metadata for online images.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type WebDetection_WebLabel ¶
type WebDetection_WebLabel = src.WebDetection_WebLabel
Label to provide extra metadata for the web detection.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type WebDetection_WebPage ¶
type WebDetection_WebPage = src.WebDetection_WebPage
Metadata for web pages.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
type Word ¶
A word representation.
Deprecated: Please use types in: cloud.google.com/go/vision/v2/apiv1p1beta1/visionpb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.