blob: b33f8303a6c8005c15bfc9c6c994ec9d40aa9297 [file] [log] [blame]
{
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
},
"https://www.googleapis.com/auth/cloud-vision": {
"description": "Apply machine learning models to understand and label images"
}
}
}
},
"basePath": "",
"baseUrl": "https://vision.googleapis.com/",
"batchPath": "batch",
"canonicalName": "Vision",
"description": "Integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/vision/",
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
},
"id": "vision:v1p1beta1",
"kind": "discovery#restDescription",
"mtlsRootUrl": "https://vision.mtls.googleapis.com/",
"name": "vision",
"ownerDomain": "google.com",
"ownerName": "Google",
"parameters": {
"$.xgafv": {
"description": "V1 error format.",
"enum": [
"1",
"2"
],
"enumDescriptions": [
"v1 error format",
"v2 error format"
],
"location": "query",
"type": "string"
},
"access_token": {
"description": "OAuth access token.",
"location": "query",
"type": "string"
},
"alt": {
"default": "json",
"description": "Data format for response.",
"enum": [
"json",
"media",
"proto"
],
"enumDescriptions": [
"Responses with Content-Type of application/json",
"Media download with context-dependent Content-Type",
"Responses with Content-Type of application/x-protobuf"
],
"location": "query",
"type": "string"
},
"callback": {
"description": "JSONP",
"location": "query",
"type": "string"
},
"fields": {
"description": "Selector specifying which fields to include in a partial response.",
"location": "query",
"type": "string"
},
"key": {
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"location": "query",
"type": "string"
},
"oauth_token": {
"description": "OAuth 2.0 token for the current user.",
"location": "query",
"type": "string"
},
"prettyPrint": {
"default": "true",
"description": "Returns response with indentations and line breaks.",
"location": "query",
"type": "boolean"
},
"quotaUser": {
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
"location": "query",
"type": "string"
},
"uploadType": {
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"location": "query",
"type": "string"
},
"upload_protocol": {
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
"location": "query",
"type": "string"
}
},
"protocol": "rest",
"resources": {
"files": {
"methods": {
"annotate": {
"description": "Service that performs image detection and annotation for a batch of files.\nNow only \"application/pdf\", \"image/tiff\" and \"image/gif\" are supported.\n\nThis service will extract at most 5 (customers can specify which 5 in\nAnnotateFileRequest.pages) frames (gif) or pages (pdf or tiff) from each\nfile provided and perform detection and annotation for each image\nextracted.",
"flatPath": "v1p1beta1/files:annotate",
"httpMethod": "POST",
"id": "vision.files.annotate",
"parameterOrder": [],
"parameters": {},
"path": "v1p1beta1/files:annotate",
"request": {
"$ref": "GoogleCloudVisionV1p1beta1BatchAnnotateFilesRequest"
},
"response": {
"$ref": "GoogleCloudVisionV1p1beta1BatchAnnotateFilesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-vision"
]
},
"asyncBatchAnnotate": {
"description": "Run asynchronous image detection and annotation for a list of generic\nfiles, such as PDF files, which may contain multiple pages and multiple\nimages per page. Progress and results can be retrieved through the\n`google.longrunning.Operations` interface.\n`Operation.metadata` contains `OperationMetadata` (metadata).\n`Operation.response` contains `AsyncBatchAnnotateFilesResponse` (results).",
"flatPath": "v1p1beta1/files:asyncBatchAnnotate",
"httpMethod": "POST",
"id": "vision.files.asyncBatchAnnotate",
"parameterOrder": [],
"parameters": {},
"path": "v1p1beta1/files:asyncBatchAnnotate",
"request": {
"$ref": "GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesRequest"
},
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-vision"
]
}
}
},
"images": {
"methods": {
"annotate": {
"description": "Run image detection and annotation for a batch of images.",
"flatPath": "v1p1beta1/images:annotate",
"httpMethod": "POST",
"id": "vision.images.annotate",
"parameterOrder": [],
"parameters": {},
"path": "v1p1beta1/images:annotate",
"request": {
"$ref": "GoogleCloudVisionV1p1beta1BatchAnnotateImagesRequest"
},
"response": {
"$ref": "GoogleCloudVisionV1p1beta1BatchAnnotateImagesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-vision"
]
},
"asyncBatchAnnotate": {
"description": "Run asynchronous image detection and annotation for a list of images.\n\nProgress and results can be retrieved through the\n`google.longrunning.Operations` interface.\n`Operation.metadata` contains `OperationMetadata` (metadata).\n`Operation.response` contains `AsyncBatchAnnotateImagesResponse` (results).\n\nThis service will write image annotation outputs to json files in customer\nGCS bucket, each json file containing BatchAnnotateImagesResponse proto.",
"flatPath": "v1p1beta1/images:asyncBatchAnnotate",
"httpMethod": "POST",
"id": "vision.images.asyncBatchAnnotate",
"parameterOrder": [],
"parameters": {},
"path": "v1p1beta1/images:asyncBatchAnnotate",
"request": {
"$ref": "GoogleCloudVisionV1p1beta1AsyncBatchAnnotateImagesRequest"
},
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-vision"
]
}
}
},
"projects": {
"resources": {
"files": {
"methods": {
"annotate": {
"description": "Service that performs image detection and annotation for a batch of files.\nNow only \"application/pdf\", \"image/tiff\" and \"image/gif\" are supported.\n\nThis service will extract at most 5 (customers can specify which 5 in\nAnnotateFileRequest.pages) frames (gif) or pages (pdf or tiff) from each\nfile provided and perform detection and annotation for each image\nextracted.",
"flatPath": "v1p1beta1/projects/{projectsId}/files:annotate",
"httpMethod": "POST",
"id": "vision.projects.files.annotate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "Optional. Target project and location to make a call.\n\nFormat: `projects/{project-id}/locations/{location-id}`.\n\nIf no parent is specified, a region will be chosen automatically.\n\nSupported location-ids:\n `us`: USA country only,\n `asia`: East asia areas, like Japan, Taiwan,\n `eu`: The European Union.\n\nExample: `projects/project-A/locations/eu`.",
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1p1beta1/{+parent}/files:annotate",
"request": {
"$ref": "GoogleCloudVisionV1p1beta1BatchAnnotateFilesRequest"
},
"response": {
"$ref": "GoogleCloudVisionV1p1beta1BatchAnnotateFilesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-vision"
]
},
"asyncBatchAnnotate": {
"description": "Run asynchronous image detection and annotation for a list of generic\nfiles, such as PDF files, which may contain multiple pages and multiple\nimages per page. Progress and results can be retrieved through the\n`google.longrunning.Operations` interface.\n`Operation.metadata` contains `OperationMetadata` (metadata).\n`Operation.response` contains `AsyncBatchAnnotateFilesResponse` (results).",
"flatPath": "v1p1beta1/projects/{projectsId}/files:asyncBatchAnnotate",
"httpMethod": "POST",
"id": "vision.projects.files.asyncBatchAnnotate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "Optional. Target project and location to make a call.\n\nFormat: `projects/{project-id}/locations/{location-id}`.\n\nIf no parent is specified, a region will be chosen automatically.\n\nSupported location-ids:\n `us`: USA country only,\n `asia`: East asia areas, like Japan, Taiwan,\n `eu`: The European Union.\n\nExample: `projects/project-A/locations/eu`.",
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1p1beta1/{+parent}/files:asyncBatchAnnotate",
"request": {
"$ref": "GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesRequest"
},
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-vision"
]
}
}
},
"images": {
"methods": {
"annotate": {
"description": "Run image detection and annotation for a batch of images.",
"flatPath": "v1p1beta1/projects/{projectsId}/images:annotate",
"httpMethod": "POST",
"id": "vision.projects.images.annotate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "Optional. Target project and location to make a call.\n\nFormat: `projects/{project-id}/locations/{location-id}`.\n\nIf no parent is specified, a region will be chosen automatically.\n\nSupported location-ids:\n `us`: USA country only,\n `asia`: East asia areas, like Japan, Taiwan,\n `eu`: The European Union.\n\nExample: `projects/project-A/locations/eu`.",
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1p1beta1/{+parent}/images:annotate",
"request": {
"$ref": "GoogleCloudVisionV1p1beta1BatchAnnotateImagesRequest"
},
"response": {
"$ref": "GoogleCloudVisionV1p1beta1BatchAnnotateImagesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-vision"
]
},
"asyncBatchAnnotate": {
"description": "Run asynchronous image detection and annotation for a list of images.\n\nProgress and results can be retrieved through the\n`google.longrunning.Operations` interface.\n`Operation.metadata` contains `OperationMetadata` (metadata).\n`Operation.response` contains `AsyncBatchAnnotateImagesResponse` (results).\n\nThis service will write image annotation outputs to json files in customer\nGCS bucket, each json file containing BatchAnnotateImagesResponse proto.",
"flatPath": "v1p1beta1/projects/{projectsId}/images:asyncBatchAnnotate",
"httpMethod": "POST",
"id": "vision.projects.images.asyncBatchAnnotate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "Optional. Target project and location to make a call.\n\nFormat: `projects/{project-id}/locations/{location-id}`.\n\nIf no parent is specified, a region will be chosen automatically.\n\nSupported location-ids:\n `us`: USA country only,\n `asia`: East asia areas, like Japan, Taiwan,\n `eu`: The European Union.\n\nExample: `projects/project-A/locations/eu`.",
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1p1beta1/{+parent}/images:asyncBatchAnnotate",
"request": {
"$ref": "GoogleCloudVisionV1p1beta1AsyncBatchAnnotateImagesRequest"
},
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-vision"
]
}
}
},
"locations": {
"resources": {
"files": {
"methods": {
"annotate": {
"description": "Service that performs image detection and annotation for a batch of files.\nNow only \"application/pdf\", \"image/tiff\" and \"image/gif\" are supported.\n\nThis service will extract at most 5 (customers can specify which 5 in\nAnnotateFileRequest.pages) frames (gif) or pages (pdf or tiff) from each\nfile provided and perform detection and annotation for each image\nextracted.",
"flatPath": "v1p1beta1/projects/{projectsId}/locations/{locationsId}/files:annotate",
"httpMethod": "POST",
"id": "vision.projects.locations.files.annotate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "Optional. Target project and location to make a call.\n\nFormat: `projects/{project-id}/locations/{location-id}`.\n\nIf no parent is specified, a region will be chosen automatically.\n\nSupported location-ids:\n `us`: USA country only,\n `asia`: East asia areas, like Japan, Taiwan,\n `eu`: The European Union.\n\nExample: `projects/project-A/locations/eu`.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1p1beta1/{+parent}/files:annotate",
"request": {
"$ref": "GoogleCloudVisionV1p1beta1BatchAnnotateFilesRequest"
},
"response": {
"$ref": "GoogleCloudVisionV1p1beta1BatchAnnotateFilesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-vision"
]
},
"asyncBatchAnnotate": {
"description": "Run asynchronous image detection and annotation for a list of generic\nfiles, such as PDF files, which may contain multiple pages and multiple\nimages per page. Progress and results can be retrieved through the\n`google.longrunning.Operations` interface.\n`Operation.metadata` contains `OperationMetadata` (metadata).\n`Operation.response` contains `AsyncBatchAnnotateFilesResponse` (results).",
"flatPath": "v1p1beta1/projects/{projectsId}/locations/{locationsId}/files:asyncBatchAnnotate",
"httpMethod": "POST",
"id": "vision.projects.locations.files.asyncBatchAnnotate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "Optional. Target project and location to make a call.\n\nFormat: `projects/{project-id}/locations/{location-id}`.\n\nIf no parent is specified, a region will be chosen automatically.\n\nSupported location-ids:\n `us`: USA country only,\n `asia`: East asia areas, like Japan, Taiwan,\n `eu`: The European Union.\n\nExample: `projects/project-A/locations/eu`.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1p1beta1/{+parent}/files:asyncBatchAnnotate",
"request": {
"$ref": "GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesRequest"
},
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-vision"
]
}
}
},
"images": {
"methods": {
"annotate": {
"description": "Run image detection and annotation for a batch of images.",
"flatPath": "v1p1beta1/projects/{projectsId}/locations/{locationsId}/images:annotate",
"httpMethod": "POST",
"id": "vision.projects.locations.images.annotate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "Optional. Target project and location to make a call.\n\nFormat: `projects/{project-id}/locations/{location-id}`.\n\nIf no parent is specified, a region will be chosen automatically.\n\nSupported location-ids:\n `us`: USA country only,\n `asia`: East asia areas, like Japan, Taiwan,\n `eu`: The European Union.\n\nExample: `projects/project-A/locations/eu`.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1p1beta1/{+parent}/images:annotate",
"request": {
"$ref": "GoogleCloudVisionV1p1beta1BatchAnnotateImagesRequest"
},
"response": {
"$ref": "GoogleCloudVisionV1p1beta1BatchAnnotateImagesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-vision"
]
},
"asyncBatchAnnotate": {
"description": "Run asynchronous image detection and annotation for a list of images.\n\nProgress and results can be retrieved through the\n`google.longrunning.Operations` interface.\n`Operation.metadata` contains `OperationMetadata` (metadata).\n`Operation.response` contains `AsyncBatchAnnotateImagesResponse` (results).\n\nThis service will write image annotation outputs to json files in customer\nGCS bucket, each json file containing BatchAnnotateImagesResponse proto.",
"flatPath": "v1p1beta1/projects/{projectsId}/locations/{locationsId}/images:asyncBatchAnnotate",
"httpMethod": "POST",
"id": "vision.projects.locations.images.asyncBatchAnnotate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "Optional. Target project and location to make a call.\n\nFormat: `projects/{project-id}/locations/{location-id}`.\n\nIf no parent is specified, a region will be chosen automatically.\n\nSupported location-ids:\n `us`: USA country only,\n `asia`: East asia areas, like Japan, Taiwan,\n `eu`: The European Union.\n\nExample: `projects/project-A/locations/eu`.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1p1beta1/{+parent}/images:asyncBatchAnnotate",
"request": {
"$ref": "GoogleCloudVisionV1p1beta1AsyncBatchAnnotateImagesRequest"
},
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-vision"
]
}
}
}
}
}
}
}
},
"revision": "20200229",
"rootUrl": "https://vision.googleapis.com/",
"schemas": {
"AnnotateFileResponse": {
"description": "Response to a single file annotation request. A file may contain one or more\nimages, which individually have their own responses.",
"id": "AnnotateFileResponse",
"properties": {
"error": {
"$ref": "Status",
"description": "If set, represents the error message for the failed request. The\n`responses` field will not be set in this case."
},
"inputConfig": {
"$ref": "InputConfig",
"description": "Information about the file for which this response is generated."
},
"responses": {
"description": "Individual responses to images found within the file. This field will be\nempty if the `error` field is set.",
"items": {
"$ref": "AnnotateImageResponse"
},
"type": "array"
},
"totalPages": {
"description": "This field gives the total number of pages in the file.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"AnnotateImageResponse": {
"description": "Response to an image annotation request.",
"id": "AnnotateImageResponse",
"properties": {
"context": {
"$ref": "ImageAnnotationContext",
"description": "If present, contextual information is needed to understand where this image\ncomes from."
},
"cropHintsAnnotation": {
"$ref": "CropHintsAnnotation",
"description": "If present, crop hints have completed successfully."
},
"error": {
"$ref": "Status",
"description": "If set, represents the error message for the operation.\nNote that filled-in image annotations are guaranteed to be\ncorrect, even when `error` is set."
},
"faceAnnotations": {
"description": "If present, face detection has completed successfully.",
"items": {
"$ref": "FaceAnnotation"
},
"type": "array"
},
"fullTextAnnotation": {
"$ref": "TextAnnotation",
"description": "If present, text (OCR) detection or document (OCR) text detection has\ncompleted successfully.\nThis annotation provides the structural hierarchy for the OCR detected\ntext."
},
"imagePropertiesAnnotation": {
"$ref": "ImageProperties",
"description": "If present, image properties were extracted successfully."
},
"labelAnnotations": {
"description": "If present, label detection has completed successfully.",
"items": {
"$ref": "EntityAnnotation"
},
"type": "array"
},
"landmarkAnnotations": {
"description": "If present, landmark detection has completed successfully.",
"items": {
"$ref": "EntityAnnotation"
},
"type": "array"
},
"localizedObjectAnnotations": {
"description": "If present, localized object detection has completed successfully.\nThis will be sorted descending by confidence score.",
"items": {
"$ref": "LocalizedObjectAnnotation"
},
"type": "array"
},
"logoAnnotations": {
"description": "If present, logo detection has completed successfully.",
"items": {
"$ref": "EntityAnnotation"
},
"type": "array"
},
"productSearchResults": {
"$ref": "ProductSearchResults",
"description": "If present, product search has completed successfully."
},
"safeSearchAnnotation": {
"$ref": "SafeSearchAnnotation",
"description": "If present, safe-search annotation has completed successfully."
},
"textAnnotations": {
"description": "If present, text (OCR) detection has completed successfully.",
"items": {
"$ref": "EntityAnnotation"
},
"type": "array"
},
"webDetection": {
"$ref": "WebDetection",
"description": "If present, web detection has completed successfully."
}
},
"type": "object"
},
"AsyncAnnotateFileResponse": {
"description": "The response for a single offline file annotation request.",
"id": "AsyncAnnotateFileResponse",
"properties": {
"outputConfig": {
"$ref": "OutputConfig",
"description": "The output location and metadata from AsyncAnnotateFileRequest."
}
},
"type": "object"
},
"AsyncBatchAnnotateFilesResponse": {
"description": "Response to an async batch file annotation request.",
"id": "AsyncBatchAnnotateFilesResponse",
"properties": {
"responses": {
"description": "The list of file annotation responses, one for each request in\nAsyncBatchAnnotateFilesRequest.",
"items": {
"$ref": "AsyncAnnotateFileResponse"
},
"type": "array"
}
},
"type": "object"
},
"AsyncBatchAnnotateImagesResponse": {
"description": "Response to an async batch image annotation request.",
"id": "AsyncBatchAnnotateImagesResponse",
"properties": {
"outputConfig": {
"$ref": "OutputConfig",
"description": "The output location and metadata from AsyncBatchAnnotateImagesRequest."
}
},
"type": "object"
},
"BatchAnnotateFilesResponse": {
"description": "A list of file annotation responses.",
"id": "BatchAnnotateFilesResponse",
"properties": {
"responses": {
"description": "The list of file annotation responses, each response corresponding to each\nAnnotateFileRequest in BatchAnnotateFilesRequest.",
"items": {
"$ref": "AnnotateFileResponse"
},
"type": "array"
}
},
"type": "object"
},
"BatchOperationMetadata": {
"description": "Metadata for the batch operations such as the current state.\n\nThis is included in the `metadata` field of the `Operation` returned by the\n`GetOperation` call of the `google::longrunning::Operations` service.",
"id": "BatchOperationMetadata",
"properties": {
"endTime": {
"description": "The time when the batch request is finished and\ngoogle.longrunning.Operation.done is set to true.",
"format": "google-datetime",
"type": "string"
},
"state": {
"description": "The current state of the batch operation.",
"enum": [
"STATE_UNSPECIFIED",
"PROCESSING",
"SUCCESSFUL",
"FAILED",
"CANCELLED"
],
"enumDescriptions": [
"Invalid.",
"Request is actively being processed.",
"The request is done and at least one item has been successfully\nprocessed.",
"The request is done and no item has been successfully processed.",
"The request is done after the longrunning.Operations.CancelOperation has\nbeen called by the user. Any records that were processed before the\ncancel command are output as specified in the request."
],
"type": "string"
},
"submitTime": {
"description": "The time when the batch request was submitted to the server.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"Block": {
"description": "Logical element on the page.",
"id": "Block",
"properties": {
"blockType": {
"description": "Detected block type (text, image etc) for this block.",
"enum": [
"UNKNOWN",
"TEXT",
"TABLE",
"PICTURE",
"RULER",
"BARCODE"
],
"enumDescriptions": [
"Unknown block type.",
"Regular text block.",
"Table block.",
"Image block.",
"Horizontal/vertical line box.",
"Barcode block."
],
"type": "string"
},
"boundingBox": {
"$ref": "BoundingPoly",
"description": "The bounding box for the block.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n\n* when the text is horizontal it might look like:\n\n 0----1\n | |\n 3----2\n\n* when it's rotated 180 degrees around the top-left corner it becomes:\n\n 2----3\n | |\n 1----0\n\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results on the block. Range [0, 1].",
"format": "float",
"type": "number"
},
"paragraphs": {
"description": "List of paragraphs in this block (if this blocks is of type text).",
"items": {
"$ref": "Paragraph"
},
"type": "array"
},
"property": {
"$ref": "TextProperty",
"description": "Additional information detected for the block."
}
},
"type": "object"
},
"BoundingPoly": {
"description": "A bounding polygon for the detected image annotation.",
"id": "BoundingPoly",
"properties": {
"normalizedVertices": {
"description": "The bounding polygon normalized vertices.",
"items": {
"$ref": "NormalizedVertex"
},
"type": "array"
},
"vertices": {
"description": "The bounding polygon vertices.",
"items": {
"$ref": "Vertex"
},
"type": "array"
}
},
"type": "object"
},
"Color": {
"description": "Represents a color in the RGBA color space. This representation is designed\nfor simplicity of conversion to/from color representations in various\nlanguages over compactness; for example, the fields of this representation\ncan be trivially provided to the constructor of \"java.awt.Color\" in Java; it\ncan also be trivially provided to UIColor's \"+colorWithRed:green:blue:alpha\"\nmethod in iOS; and, with just a little work, it can be easily formatted into\na CSS \"rgba()\" string in JavaScript, as well.\n\nNote: this proto does not carry information about the absolute color space\nthat should be used to interpret the RGB value (e.g. sRGB, Adobe RGB,\nDCI-P3, BT.2020, etc.). By default, applications SHOULD assume the sRGB color\nspace.\n\nExample (Java):\n\n import com.google.type.Color;\n\n // ...\n public static java.awt.Color fromProto(Color protocolor) {\n float alpha = protocolor.hasAlpha()\n ? protocolor.getAlpha().getValue()\n : 1.0;\n\n return new java.awt.Color(\n protocolor.getRed(),\n protocolor.getGreen(),\n protocolor.getBlue(),\n alpha);\n }\n\n public static Color toProto(java.awt.Color color) {\n float red = (float) color.getRed();\n float green = (float) color.getGreen();\n float blue = (float) color.getBlue();\n float denominator = 255.0;\n Color.Builder resultBuilder =\n Color\n .newBuilder()\n .setRed(red / denominator)\n .setGreen(green / denominator)\n .setBlue(blue / denominator);\n int alpha = color.getAlpha();\n if (alpha != 255) {\n result.setAlpha(\n FloatValue\n .newBuilder()\n .setValue(((float) alpha) / denominator)\n .build());\n }\n return resultBuilder.build();\n }\n // ...\n\nExample (iOS / Obj-C):\n\n // ...\n static UIColor* fromProto(Color* protocolor) {\n float red = [protocolor red];\n float green = [protocolor green];\n float blue = [protocolor blue];\n FloatValue* alpha_wrapper = [protocolor alpha];\n float alpha = 1.0;\n if (alpha_wrapper != nil) {\n alpha = [alpha_wrapper value];\n }\n return [UIColor colorWithRed:red green:green blue:blue alpha:alpha];\n }\n\n static Color* toProto(UIColor* color) {\n CGFloat red, green, blue, alpha;\n if (![color getRed:\u0026red green:\u0026green blue:\u0026blue alpha:\u0026alpha]) {\n return nil;\n }\n Color* result = [[Color alloc] init];\n [result setRed:red];\n [result setGreen:green];\n [result setBlue:blue];\n if (alpha \u003c= 0.9999) {\n [result setAlpha:floatWrapperWithValue(alpha)];\n }\n [result autorelease];\n return result;\n }\n // ...\n\n Example (JavaScript):\n\n // ...\n\n var protoToCssColor = function(rgb_color) {\n var redFrac = rgb_color.red || 0.0;\n var greenFrac = rgb_color.green || 0.0;\n var blueFrac = rgb_color.blue || 0.0;\n var red = Math.floor(redFrac * 255);\n var green = Math.floor(greenFrac * 255);\n var blue = Math.floor(blueFrac * 255);\n\n if (!('alpha' in rgb_color)) {\n return rgbToCssColor_(red, green, blue);\n }\n\n var alphaFrac = rgb_color.alpha.value || 0.0;\n var rgbParams = [red, green, blue].join(',');\n return ['rgba(', rgbParams, ',', alphaFrac, ')'].join('');\n };\n\n var rgbToCssColor_ = function(red, green, blue) {\n var rgbNumber = new Number((red \u003c\u003c 16) | (green \u003c\u003c 8) | blue);\n var hexString = rgbNumber.toString(16);\n var missingZeros = 6 - hexString.length;\n var resultBuilder = ['#'];\n for (var i = 0; i \u003c missingZeros; i++) {\n resultBuilder.push('0');\n }\n resultBuilder.push(hexString);\n return resultBuilder.join('');\n };\n\n // ...",
"id": "Color",
"properties": {
"alpha": {
"description": "The fraction of this color that should be applied to the pixel. That is,\nthe final pixel color is defined by the equation:\n\n pixel color = alpha * (this color) + (1.0 - alpha) * (background color)\n\nThis means that a value of 1.0 corresponds to a solid color, whereas\na value of 0.0 corresponds to a completely transparent color. This\nuses a wrapper message rather than a simple float scalar so that it is\npossible to distinguish between a default value and the value being unset.\nIf omitted, this color object is to be rendered as a solid color\n(as if the alpha value had been explicitly given with a value of 1.0).",
"format": "float",
"type": "number"
},
"blue": {
"description": "The amount of blue in the color as a value in the interval [0, 1].",
"format": "float",
"type": "number"
},
"green": {
"description": "The amount of green in the color as a value in the interval [0, 1].",
"format": "float",
"type": "number"
},
"red": {
"description": "The amount of red in the color as a value in the interval [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"ColorInfo": {
"description": "Color information consists of RGB channels, score, and the fraction of\nthe image that the color occupies in the image.",
"id": "ColorInfo",
"properties": {
"color": {
"$ref": "Color",
"description": "RGB components of the color."
},
"pixelFraction": {
"description": "The fraction of pixels the color occupies in the image.\nValue in range [0, 1].",
"format": "float",
"type": "number"
},
"score": {
"description": "Image-specific score for this color. Value in range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"CropHint": {
"description": "Single crop hint that is used to generate a new crop when serving an image.",
"id": "CropHint",
"properties": {
"boundingPoly": {
"$ref": "BoundingPoly",
"description": "The bounding polygon for the crop region. The coordinates of the bounding\nbox are in the original image's scale."
},
"confidence": {
"description": "Confidence of this being a salient region. Range [0, 1].",
"format": "float",
"type": "number"
},
"importanceFraction": {
"description": "Fraction of importance of this salient region with respect to the original\nimage.",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"CropHintsAnnotation": {
"description": "Set of crop hints that are used to generate new crops when serving images.",
"id": "CropHintsAnnotation",
"properties": {
"cropHints": {
"description": "Crop hint results.",
"items": {
"$ref": "CropHint"
},
"type": "array"
}
},
"type": "object"
},
"DetectedBreak": {
"description": "Detected start or end of a structural component.",
"id": "DetectedBreak",
"properties": {
"isPrefix": {
"description": "True if break prepends the element.",
"type": "boolean"
},
"type": {
"description": "Detected break type.",
"enum": [
"UNKNOWN",
"SPACE",
"SURE_SPACE",
"EOL_SURE_SPACE",
"HYPHEN",
"LINE_BREAK"
],
"enumDescriptions": [
"Unknown break label type.",
"Regular space.",
"Sure space (very wide).",
"Line-wrapping break.",
"End-line hyphen that is not present in text; does not co-occur with\n`SPACE`, `LEADER_SPACE`, or `LINE_BREAK`.",
"Line break that ends a paragraph."
],
"type": "string"
}
},
"type": "object"
},
"DetectedLanguage": {
"description": "Detected language for a structural component.",
"id": "DetectedLanguage",
"properties": {
"confidence": {
"description": "Confidence of detected language. Range [0, 1].",
"format": "float",
"type": "number"
},
"languageCode": {
"description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more\ninformation, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
}
},
"type": "object"
},
"DominantColorsAnnotation": {
"description": "Set of dominant colors and their corresponding scores.",
"id": "DominantColorsAnnotation",
"properties": {
"colors": {
"description": "RGB color values with their score and pixel fraction.",
"items": {
"$ref": "ColorInfo"
},
"type": "array"
}
},
"type": "object"
},
"EntityAnnotation": {
"description": "Set of detected entity features.",
"id": "EntityAnnotation",
"properties": {
"boundingPoly": {
"$ref": "BoundingPoly",
"description": "Image region to which this entity belongs. Not produced\nfor `LABEL_DETECTION` features."
},
"confidence": {
"description": "**Deprecated. Use `score` instead.**\nThe accuracy of the entity detection in an image.\nFor example, for an image in which the \"Eiffel Tower\" entity is detected,\nthis field represents the confidence that there is a tower in the query\nimage. Range [0, 1].",
"format": "float",
"type": "number"
},
"description": {
"description": "Entity textual description, expressed in its `locale` language.",
"type": "string"
},
"locale": {
"description": "The language code for the locale in which the entity textual\n`description` is expressed.",
"type": "string"
},
"locations": {
"description": "The location information for the detected entity. Multiple\n`LocationInfo` elements can be present because one location may\nindicate the location of the scene in the image, and another location\nmay indicate the location of the place where the image was taken.\nLocation information is usually present for landmarks.",
"items": {
"$ref": "LocationInfo"
},
"type": "array"
},
"mid": {
"description": "Opaque entity ID. Some IDs may be available in\n[Google Knowledge Graph Search\nAPI](https://developers.google.com/knowledge-graph/).",
"type": "string"
},
"properties": {
"description": "Some entities may have optional user-supplied `Property` (name/value)\nfields, such a score or string that qualifies the entity.",
"items": {
"$ref": "Property"
},
"type": "array"
},
"score": {
"description": "Overall score of the result. Range [0, 1].",
"format": "float",
"type": "number"
},
"topicality": {
"description": "The relevancy of the ICA (Image Content Annotation) label to the\nimage. For example, the relevancy of \"tower\" is likely higher to an image\ncontaining the detected \"Eiffel Tower\" than to an image containing a\ndetected distant towering building, even though the confidence that\nthere is a tower in each image may be the same. Range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"FaceAnnotation": {
"description": "A face annotation object contains the results of face detection.",
"id": "FaceAnnotation",
"properties": {
"angerLikelihood": {
"description": "Anger likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"blurredLikelihood": {
"description": "Blurred likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"boundingPoly": {
"$ref": "BoundingPoly",
"description": "The bounding polygon around the face. The coordinates of the bounding box\nare in the original image's scale.\nThe bounding box is computed to \"frame\" the face in accordance with human\nexpectations. It is based on the landmarker results.\nNote that one or more x and/or y coordinates may not be generated in the\n`BoundingPoly` (the polygon will be unbounded) if only a partial face\nappears in the image to be annotated."
},
"detectionConfidence": {
"description": "Detection confidence. Range [0, 1].",
"format": "float",
"type": "number"
},
"fdBoundingPoly": {
"$ref": "BoundingPoly",
"description": "The `fd_bounding_poly` bounding polygon is tighter than the\n`boundingPoly`, and encloses only the skin part of the face. Typically, it\nis used to eliminate the face from any image analysis that detects the\n\"amount of skin\" visible in an image. It is not based on the\nlandmarker results, only on the initial face detection, hence\nthe \u003ccode\u003efd\u003c/code\u003e (face detection) prefix."
},
"headwearLikelihood": {
"description": "Headwear likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"joyLikelihood": {
"description": "Joy likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"landmarkingConfidence": {
"description": "Face landmarking confidence. Range [0, 1].",
"format": "float",
"type": "number"
},
"landmarks": {
"description": "Detected face landmarks.",
"items": {
"$ref": "Landmark"
},
"type": "array"
},
"panAngle": {
"description": "Yaw angle, which indicates the leftward/rightward angle that the face is\npointing relative to the vertical plane perpendicular to the image. Range\n[-180,180].",
"format": "float",
"type": "number"
},
"rollAngle": {
"description": "Roll angle, which indicates the amount of clockwise/anti-clockwise rotation\nof the face relative to the image vertical about the axis perpendicular to\nthe face. Range [-180,180].",
"format": "float",
"type": "number"
},
"sorrowLikelihood": {
"description": "Sorrow likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"surpriseLikelihood": {
"description": "Surprise likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"tiltAngle": {
"description": "Pitch angle, which indicates the upwards/downwards angle that the face is\npointing relative to the image's horizontal plane. Range [-180,180].",
"format": "float",
"type": "number"
},
"underExposedLikelihood": {
"description": "Under-exposed likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
}
},
"type": "object"
},
"GcsDestination": {
"description": "The Google Cloud Storage location where the output will be written to.",
"id": "GcsDestination",
"properties": {
"uri": {
"description": "Google Cloud Storage URI prefix where the results will be stored. Results\nwill be in JSON format and preceded by its corresponding input URI prefix.\nThis field can either represent a gcs file prefix or gcs directory. In\neither case, the uri should be unique because in order to get all of the\noutput files, you will need to do a wildcard gcs search on the uri prefix\nyou provide.\n\nExamples:\n\n* File Prefix: gs://bucket-name/here/filenameprefix The output files\nwill be created in gs://bucket-name/here/ and the names of the\noutput files will begin with \"filenameprefix\".\n\n* Directory Prefix: gs://bucket-name/some/location/ The output files\nwill be created in gs://bucket-name/some/location/ and the names of the\noutput files could be anything because there was no filename prefix\nspecified.\n\nIf multiple outputs, each response is still AnnotateFileResponse, each of\nwhich contains some subset of the full list of AnnotateImageResponse.\nMultiple outputs can happen if, for example, the output JSON is too large\nand overflows into multiple sharded files.",
"type": "string"
}
},
"type": "object"
},
"GcsSource": {
"description": "The Google Cloud Storage location where the input will be read from.",
"id": "GcsSource",
"properties": {
"uri": {
"description": "Google Cloud Storage URI for the input file. This must only be a\nGoogle Cloud Storage object. Wildcards are not currently supported.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1AnnotateFileRequest": {
"description": "A request to annotate one single file, e.g. a PDF, TIFF or GIF file.",
"id": "GoogleCloudVisionV1p1beta1AnnotateFileRequest",
"properties": {
"features": {
"description": "Required. Requested features.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1Feature"
},
"type": "array"
},
"imageContext": {
"$ref": "GoogleCloudVisionV1p1beta1ImageContext",
"description": "Additional context that may accompany the image(s) in the file."
},
"inputConfig": {
"$ref": "GoogleCloudVisionV1p1beta1InputConfig",
"description": "Required. Information about the input file."
},
"pages": {
"description": "Pages of the file to perform image annotation.\n\nPages starts from 1, we assume the first page of the file is page 1.\nAt most 5 pages are supported per request. Pages can be negative.\n\nPage 1 means the first page.\nPage 2 means the second page.\nPage -1 means the last page.\nPage -2 means the second to the last page.\n\nIf the file is GIF instead of PDF or TIFF, page refers to GIF frames.\n\nIf this field is empty, by default the service performs image annotation\nfor the first 5 pages of the file.",
"items": {
"format": "int32",
"type": "integer"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1AnnotateFileResponse": {
"description": "Response to a single file annotation request. A file may contain one or more\nimages, which individually have their own responses.",
"id": "GoogleCloudVisionV1p1beta1AnnotateFileResponse",
"properties": {
"error": {
"$ref": "Status",
"description": "If set, represents the error message for the failed request. The\n`responses` field will not be set in this case."
},
"inputConfig": {
"$ref": "GoogleCloudVisionV1p1beta1InputConfig",
"description": "Information about the file for which this response is generated."
},
"responses": {
"description": "Individual responses to images found within the file. This field will be\nempty if the `error` field is set.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1AnnotateImageResponse"
},
"type": "array"
},
"totalPages": {
"description": "This field gives the total number of pages in the file.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1AnnotateImageRequest": {
"description": "Request for performing Google Cloud Vision API tasks over a user-provided\nimage, with user-requested features, and with context information.",
"id": "GoogleCloudVisionV1p1beta1AnnotateImageRequest",
"properties": {
"features": {
"description": "Requested features.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1Feature"
},
"type": "array"
},
"image": {
"$ref": "GoogleCloudVisionV1p1beta1Image",
"description": "The image to be processed."
},
"imageContext": {
"$ref": "GoogleCloudVisionV1p1beta1ImageContext",
"description": "Additional context that may accompany the image."
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1AnnotateImageResponse": {
"description": "Response to an image annotation request.",
"id": "GoogleCloudVisionV1p1beta1AnnotateImageResponse",
"properties": {
"context": {
"$ref": "GoogleCloudVisionV1p1beta1ImageAnnotationContext",
"description": "If present, contextual information is needed to understand where this image\ncomes from."
},
"cropHintsAnnotation": {
"$ref": "GoogleCloudVisionV1p1beta1CropHintsAnnotation",
"description": "If present, crop hints have completed successfully."
},
"error": {
"$ref": "Status",
"description": "If set, represents the error message for the operation.\nNote that filled-in image annotations are guaranteed to be\ncorrect, even when `error` is set."
},
"faceAnnotations": {
"description": "If present, face detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1FaceAnnotation"
},
"type": "array"
},
"fullTextAnnotation": {
"$ref": "GoogleCloudVisionV1p1beta1TextAnnotation",
"description": "If present, text (OCR) detection or document (OCR) text detection has\ncompleted successfully.\nThis annotation provides the structural hierarchy for the OCR detected\ntext."
},
"imagePropertiesAnnotation": {
"$ref": "GoogleCloudVisionV1p1beta1ImageProperties",
"description": "If present, image properties were extracted successfully."
},
"labelAnnotations": {
"description": "If present, label detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1EntityAnnotation"
},
"type": "array"
},
"landmarkAnnotations": {
"description": "If present, landmark detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1EntityAnnotation"
},
"type": "array"
},
"localizedObjectAnnotations": {
"description": "If present, localized object detection has completed successfully.\nThis will be sorted descending by confidence score.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation"
},
"type": "array"
},
"logoAnnotations": {
"description": "If present, logo detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1EntityAnnotation"
},
"type": "array"
},
"productSearchResults": {
"$ref": "GoogleCloudVisionV1p1beta1ProductSearchResults",
"description": "If present, product search has completed successfully."
},
"safeSearchAnnotation": {
"$ref": "GoogleCloudVisionV1p1beta1SafeSearchAnnotation",
"description": "If present, safe-search annotation has completed successfully."
},
"textAnnotations": {
"description": "If present, text (OCR) detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1EntityAnnotation"
},
"type": "array"
},
"webDetection": {
"$ref": "GoogleCloudVisionV1p1beta1WebDetection",
"description": "If present, web detection has completed successfully."
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1AsyncAnnotateFileRequest": {
"description": "An offline file annotation request.",
"id": "GoogleCloudVisionV1p1beta1AsyncAnnotateFileRequest",
"properties": {
"features": {
"description": "Required. Requested features.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1Feature"
},
"type": "array"
},
"imageContext": {
"$ref": "GoogleCloudVisionV1p1beta1ImageContext",
"description": "Additional context that may accompany the image(s) in the file."
},
"inputConfig": {
"$ref": "GoogleCloudVisionV1p1beta1InputConfig",
"description": "Required. Information about the input file."
},
"outputConfig": {
"$ref": "GoogleCloudVisionV1p1beta1OutputConfig",
"description": "Required. The desired output location and metadata (e.g. format)."
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse": {
"description": "The response for a single offline file annotation request.",
"id": "GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse",
"properties": {
"outputConfig": {
"$ref": "GoogleCloudVisionV1p1beta1OutputConfig",
"description": "The output location and metadata from AsyncAnnotateFileRequest."
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesRequest": {
"description": "Multiple async file annotation requests are batched into a single service\ncall.",
"id": "GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesRequest",
"properties": {
"parent": {
"description": "Optional. Target project and location to make a call.\n\nFormat: `projects/{project-id}/locations/{location-id}`.\n\nIf no parent is specified, a region will be chosen automatically.\n\nSupported location-ids:\n `us`: USA country only,\n `asia`: East asia areas, like Japan, Taiwan,\n `eu`: The European Union.\n\nExample: `projects/project-A/locations/eu`.",
"type": "string"
},
"requests": {
"description": "Required. Individual async file annotation requests for this batch.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1AsyncAnnotateFileRequest"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse": {
"description": "Response to an async batch file annotation request.",
"id": "GoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse",
"properties": {
"responses": {
"description": "The list of file annotation responses, one for each request in\nAsyncBatchAnnotateFilesRequest.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1AsyncBatchAnnotateImagesRequest": {
"description": "Request for async image annotation for a list of images.",
"id": "GoogleCloudVisionV1p1beta1AsyncBatchAnnotateImagesRequest",
"properties": {
"outputConfig": {
"$ref": "GoogleCloudVisionV1p1beta1OutputConfig",
"description": "Required. The desired output location and metadata (e.g. format)."
},
"parent": {
"description": "Optional. Target project and location to make a call.\n\nFormat: `projects/{project-id}/locations/{location-id}`.\n\nIf no parent is specified, a region will be chosen automatically.\n\nSupported location-ids:\n `us`: USA country only,\n `asia`: East asia areas, like Japan, Taiwan,\n `eu`: The European Union.\n\nExample: `projects/project-A/locations/eu`.",
"type": "string"
},
"requests": {
"description": "Required. Individual image annotation requests for this batch.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1AnnotateImageRequest"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1BatchAnnotateFilesRequest": {
"description": "A list of requests to annotate files using the BatchAnnotateFiles API.",
"id": "GoogleCloudVisionV1p1beta1BatchAnnotateFilesRequest",
"properties": {
"parent": {
"description": "Optional. Target project and location to make a call.\n\nFormat: `projects/{project-id}/locations/{location-id}`.\n\nIf no parent is specified, a region will be chosen automatically.\n\nSupported location-ids:\n `us`: USA country only,\n `asia`: East asia areas, like Japan, Taiwan,\n `eu`: The European Union.\n\nExample: `projects/project-A/locations/eu`.",
"type": "string"
},
"requests": {
"description": "Required. The list of file annotation requests. Right now we support only one\nAnnotateFileRequest in BatchAnnotateFilesRequest.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1AnnotateFileRequest"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1BatchAnnotateFilesResponse": {
"description": "A list of file annotation responses.",
"id": "GoogleCloudVisionV1p1beta1BatchAnnotateFilesResponse",
"properties": {
"responses": {
"description": "The list of file annotation responses, each response corresponding to each\nAnnotateFileRequest in BatchAnnotateFilesRequest.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1AnnotateFileResponse"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1BatchAnnotateImagesRequest": {
"description": "Multiple image annotation requests are batched into a single service call.",
"id": "GoogleCloudVisionV1p1beta1BatchAnnotateImagesRequest",
"properties": {
"parent": {
"description": "Optional. Target project and location to make a call.\n\nFormat: `projects/{project-id}/locations/{location-id}`.\n\nIf no parent is specified, a region will be chosen automatically.\n\nSupported location-ids:\n `us`: USA country only,\n `asia`: East asia areas, like Japan, Taiwan,\n `eu`: The European Union.\n\nExample: `projects/project-A/locations/eu`.",
"type": "string"
},
"requests": {
"description": "Required. Individual image annotation requests for this batch.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1AnnotateImageRequest"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1BatchAnnotateImagesResponse": {
"description": "Response to a batch image annotation request.",
"id": "GoogleCloudVisionV1p1beta1BatchAnnotateImagesResponse",
"properties": {
"responses": {
"description": "Individual responses to image annotation requests within the batch.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1AnnotateImageResponse"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1Block": {
"description": "Logical element on the page.",
"id": "GoogleCloudVisionV1p1beta1Block",
"properties": {
"blockType": {
"description": "Detected block type (text, image etc) for this block.",
"enum": [
"UNKNOWN",
"TEXT",
"TABLE",
"PICTURE",
"RULER",
"BARCODE"
],
"enumDescriptions": [
"Unknown block type.",
"Regular text block.",
"Table block.",
"Image block.",
"Horizontal/vertical line box.",
"Barcode block."
],
"type": "string"
},
"boundingBox": {
"$ref": "GoogleCloudVisionV1p1beta1BoundingPoly",
"description": "The bounding box for the block.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n\n* when the text is horizontal it might look like:\n\n 0----1\n | |\n 3----2\n\n* when it's rotated 180 degrees around the top-left corner it becomes:\n\n 2----3\n | |\n 1----0\n\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results on the block. Range [0, 1].",
"format": "float",
"type": "number"
},
"paragraphs": {
"description": "List of paragraphs in this block (if this blocks is of type text).",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1Paragraph"
},
"type": "array"
},
"property": {
"$ref": "GoogleCloudVisionV1p1beta1TextAnnotationTextProperty",
"description": "Additional information detected for the block."
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1BoundingPoly": {
"description": "A bounding polygon for the detected image annotation.",
"id": "GoogleCloudVisionV1p1beta1BoundingPoly",
"properties": {
"normalizedVertices": {
"description": "The bounding polygon normalized vertices.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1NormalizedVertex"
},
"type": "array"
},
"vertices": {
"description": "The bounding polygon vertices.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1Vertex"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1ColorInfo": {
"description": "Color information consists of RGB channels, score, and the fraction of\nthe image that the color occupies in the image.",
"id": "GoogleCloudVisionV1p1beta1ColorInfo",
"properties": {
"color": {
"$ref": "Color",
"description": "RGB components of the color."
},
"pixelFraction": {
"description": "The fraction of pixels the color occupies in the image.\nValue in range [0, 1].",
"format": "float",
"type": "number"
},
"score": {
"description": "Image-specific score for this color. Value in range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1CropHint": {
"description": "Single crop hint that is used to generate a new crop when serving an image.",
"id": "GoogleCloudVisionV1p1beta1CropHint",
"properties": {
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p1beta1BoundingPoly",
"description": "The bounding polygon for the crop region. The coordinates of the bounding\nbox are in the original image's scale."
},
"confidence": {
"description": "Confidence of this being a salient region. Range [0, 1].",
"format": "float",
"type": "number"
},
"importanceFraction": {
"description": "Fraction of importance of this salient region with respect to the original\nimage.",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1CropHintsAnnotation": {
"description": "Set of crop hints that are used to generate new crops when serving images.",
"id": "GoogleCloudVisionV1p1beta1CropHintsAnnotation",
"properties": {
"cropHints": {
"description": "Crop hint results.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1CropHint"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1CropHintsParams": {
"description": "Parameters for crop hints annotation request.",
"id": "GoogleCloudVisionV1p1beta1CropHintsParams",
"properties": {
"aspectRatios": {
"description": "Aspect ratios in floats, representing the ratio of the width to the height\nof the image. For example, if the desired aspect ratio is 4/3, the\ncorresponding float value should be 1.33333. If not specified, the\nbest possible crop is returned. The number of provided aspect ratios is\nlimited to a maximum of 16; any aspect ratios provided after the 16th are\nignored.",
"items": {
"format": "float",
"type": "number"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1DominantColorsAnnotation": {
"description": "Set of dominant colors and their corresponding scores.",
"id": "GoogleCloudVisionV1p1beta1DominantColorsAnnotation",
"properties": {
"colors": {
"description": "RGB color values with their score and pixel fraction.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1ColorInfo"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1EntityAnnotation": {
"description": "Set of detected entity features.",
"id": "GoogleCloudVisionV1p1beta1EntityAnnotation",
"properties": {
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p1beta1BoundingPoly",
"description": "Image region to which this entity belongs. Not produced\nfor `LABEL_DETECTION` features."
},
"confidence": {
"description": "**Deprecated. Use `score` instead.**\nThe accuracy of the entity detection in an image.\nFor example, for an image in which the \"Eiffel Tower\" entity is detected,\nthis field represents the confidence that there is a tower in the query\nimage. Range [0, 1].",
"format": "float",
"type": "number"
},
"description": {
"description": "Entity textual description, expressed in its `locale` language.",
"type": "string"
},
"locale": {
"description": "The language code for the locale in which the entity textual\n`description` is expressed.",
"type": "string"
},
"locations": {
"description": "The location information for the detected entity. Multiple\n`LocationInfo` elements can be present because one location may\nindicate the location of the scene in the image, and another location\nmay indicate the location of the place where the image was taken.\nLocation information is usually present for landmarks.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1LocationInfo"
},
"type": "array"
},
"mid": {
"description": "Opaque entity ID. Some IDs may be available in\n[Google Knowledge Graph Search\nAPI](https://developers.google.com/knowledge-graph/).",
"type": "string"
},
"properties": {
"description": "Some entities may have optional user-supplied `Property` (name/value)\nfields, such a score or string that qualifies the entity.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1Property"
},
"type": "array"
},
"score": {
"description": "Overall score of the result. Range [0, 1].",
"format": "float",
"type": "number"
},
"topicality": {
"description": "The relevancy of the ICA (Image Content Annotation) label to the\nimage. For example, the relevancy of \"tower\" is likely higher to an image\ncontaining the detected \"Eiffel Tower\" than to an image containing a\ndetected distant towering building, even though the confidence that\nthere is a tower in each image may be the same. Range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1FaceAnnotation": {
"description": "A face annotation object contains the results of face detection.",
"id": "GoogleCloudVisionV1p1beta1FaceAnnotation",
"properties": {
"angerLikelihood": {
"description": "Anger likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"blurredLikelihood": {
"description": "Blurred likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p1beta1BoundingPoly",
"description": "The bounding polygon around the face. The coordinates of the bounding box\nare in the original image's scale.\nThe bounding box is computed to \"frame\" the face in accordance with human\nexpectations. It is based on the landmarker results.\nNote that one or more x and/or y coordinates may not be generated in the\n`BoundingPoly` (the polygon will be unbounded) if only a partial face\nappears in the image to be annotated."
},
"detectionConfidence": {
"description": "Detection confidence. Range [0, 1].",
"format": "float",
"type": "number"
},
"fdBoundingPoly": {
"$ref": "GoogleCloudVisionV1p1beta1BoundingPoly",
"description": "The `fd_bounding_poly` bounding polygon is tighter than the\n`boundingPoly`, and encloses only the skin part of the face. Typically, it\nis used to eliminate the face from any image analysis that detects the\n\"amount of skin\" visible in an image. It is not based on the\nlandmarker results, only on the initial face detection, hence\nthe \u003ccode\u003efd\u003c/code\u003e (face detection) prefix."
},
"headwearLikelihood": {
"description": "Headwear likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"joyLikelihood": {
"description": "Joy likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"landmarkingConfidence": {
"description": "Face landmarking confidence. Range [0, 1].",
"format": "float",
"type": "number"
},
"landmarks": {
"description": "Detected face landmarks.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1FaceAnnotationLandmark"
},
"type": "array"
},
"panAngle": {
"description": "Yaw angle, which indicates the leftward/rightward angle that the face is\npointing relative to the vertical plane perpendicular to the image. Range\n[-180,180].",
"format": "float",
"type": "number"
},
"rollAngle": {
"description": "Roll angle, which indicates the amount of clockwise/anti-clockwise rotation\nof the face relative to the image vertical about the axis perpendicular to\nthe face. Range [-180,180].",
"format": "float",
"type": "number"
},
"sorrowLikelihood": {
"description": "Sorrow likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"surpriseLikelihood": {
"description": "Surprise likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"tiltAngle": {
"description": "Pitch angle, which indicates the upwards/downwards angle that the face is\npointing relative to the image's horizontal plane. Range [-180,180].",
"format": "float",
"type": "number"
},
"underExposedLikelihood": {
"description": "Under-exposed likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1FaceAnnotationLandmark": {
"description": "A face-specific landmark (for example, a face feature).",
"id": "GoogleCloudVisionV1p1beta1FaceAnnotationLandmark",
"properties": {
"position": {
"$ref": "GoogleCloudVisionV1p1beta1Position",
"description": "Face landmark position."
},
"type": {
"description": "Face landmark type.",
"enum": [
"UNKNOWN_LANDMARK",
"LEFT_EYE",
"RIGHT_EYE",
"LEFT_OF_LEFT_EYEBROW",
"RIGHT_OF_LEFT_EYEBROW",
"LEFT_OF_RIGHT_EYEBROW",
"RIGHT_OF_RIGHT_EYEBROW",
"MIDPOINT_BETWEEN_EYES",
"NOSE_TIP",
"UPPER_LIP",
"LOWER_LIP",
"MOUTH_LEFT",
"MOUTH_RIGHT",
"MOUTH_CENTER",
"NOSE_BOTTOM_RIGHT",
"NOSE_BOTTOM_LEFT",
"NOSE_BOTTOM_CENTER",
"LEFT_EYE_TOP_BOUNDARY",
"LEFT_EYE_RIGHT_CORNER",
"LEFT_EYE_BOTTOM_BOUNDARY",
"LEFT_EYE_LEFT_CORNER",
"RIGHT_EYE_TOP_BOUNDARY",
"RIGHT_EYE_RIGHT_CORNER",
"RIGHT_EYE_BOTTOM_BOUNDARY",
"RIGHT_EYE_LEFT_CORNER",
"LEFT_EYEBROW_UPPER_MIDPOINT",
"RIGHT_EYEBROW_UPPER_MIDPOINT",
"LEFT_EAR_TRAGION",
"RIGHT_EAR_TRAGION",
"LEFT_EYE_PUPIL",
"RIGHT_EYE_PUPIL",
"FOREHEAD_GLABELLA",
"CHIN_GNATHION",
"CHIN_LEFT_GONION",
"CHIN_RIGHT_GONION"
],
"enumDescriptions": [
"Unknown face landmark detected. Should not be filled.",
"Left eye.",
"Right eye.",
"Left of left eyebrow.",
"Right of left eyebrow.",
"Left of right eyebrow.",
"Right of right eyebrow.",
"Midpoint between eyes.",
"Nose tip.",
"Upper lip.",
"Lower lip.",
"Mouth left.",
"Mouth right.",
"Mouth center.",
"Nose, bottom right.",
"Nose, bottom left.",
"Nose, bottom center.",
"Left eye, top boundary.",
"Left eye, right corner.",
"Left eye, bottom boundary.",
"Left eye, left corner.",
"Right eye, top boundary.",
"Right eye, right corner.",
"Right eye, bottom boundary.",
"Right eye, left corner.",
"Left eyebrow, upper midpoint.",
"Right eyebrow, upper midpoint.",
"Left ear tragion.",
"Right ear tragion.",
"Left eye pupil.",
"Right eye pupil.",
"Forehead glabella.",
"Chin gnathion.",
"Chin left gonion.",
"Chin right gonion."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1Feature": {
"description": "The type of Google Cloud Vision API detection to perform, and the maximum\nnumber of results to return for that type. Multiple `Feature` objects can\nbe specified in the `features` list.",
"id": "GoogleCloudVisionV1p1beta1Feature",
"properties": {
"maxResults": {
"description": "Maximum number of results of this type. Does not apply to\n`TEXT_DETECTION`, `DOCUMENT_TEXT_DETECTION`, or `CROP_HINTS`.",
"format": "int32",
"type": "integer"
},
"model": {
"description": "Model to use for the feature.\nSupported values: \"builtin/stable\" (the default if unset) and\n\"builtin/latest\".",
"type": "string"
},
"type": {
"description": "The feature type.",
"enum": [
"TYPE_UNSPECIFIED",
"FACE_DETECTION",
"LANDMARK_DETECTION",
"LOGO_DETECTION",
"LABEL_DETECTION",
"TEXT_DETECTION",
"DOCUMENT_TEXT_DETECTION",
"SAFE_SEARCH_DETECTION",
"IMAGE_PROPERTIES",
"CROP_HINTS",
"WEB_DETECTION",
"PRODUCT_SEARCH",
"OBJECT_LOCALIZATION"
],
"enumDescriptions": [
"Unspecified feature type.",
"Run face detection.",
"Run landmark detection.",
"Run logo detection.",
"Run label detection.",
"Run text detection / optical character recognition (OCR). Text detection\nis optimized for areas of text within a larger image; if the image is\na document, use `DOCUMENT_TEXT_DETECTION` instead.",
"Run dense text document OCR. Takes precedence when both\n`DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` are present.",
"Run Safe Search to detect potentially unsafe\nor undesirable content.",
"Compute a set of image properties, such as the\nimage's dominant colors.",
"Run crop hints.",
"Run web detection.",
"Run Product Search.",
"Run localizer for object detection."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1GcsDestination": {
"description": "The Google Cloud Storage location where the output will be written to.",
"id": "GoogleCloudVisionV1p1beta1GcsDestination",
"properties": {
"uri": {
"description": "Google Cloud Storage URI prefix where the results will be stored. Results\nwill be in JSON format and preceded by its corresponding input URI prefix.\nThis field can either represent a gcs file prefix or gcs directory. In\neither case, the uri should be unique because in order to get all of the\noutput files, you will need to do a wildcard gcs search on the uri prefix\nyou provide.\n\nExamples:\n\n* File Prefix: gs://bucket-name/here/filenameprefix The output files\nwill be created in gs://bucket-name/here/ and the names of the\noutput files will begin with \"filenameprefix\".\n\n* Directory Prefix: gs://bucket-name/some/location/ The output files\nwill be created in gs://bucket-name/some/location/ and the names of the\noutput files could be anything because there was no filename prefix\nspecified.\n\nIf multiple outputs, each response is still AnnotateFileResponse, each of\nwhich contains some subset of the full list of AnnotateImageResponse.\nMultiple outputs can happen if, for example, the output JSON is too large\nand overflows into multiple sharded files.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1GcsSource": {
"description": "The Google Cloud Storage location where the input will be read from.",
"id": "GoogleCloudVisionV1p1beta1GcsSource",
"properties": {
"uri": {
"description": "Google Cloud Storage URI for the input file. This must only be a\nGoogle Cloud Storage object. Wildcards are not currently supported.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1Image": {
"description": "Client image to perform Google Cloud Vision API tasks over.",
"id": "GoogleCloudVisionV1p1beta1Image",
"properties": {
"content": {
"description": "Image content, represented as a stream of bytes.\nNote: As with all `bytes` fields, protobuffers use a pure binary\nrepresentation, whereas JSON representations use base64.",
"format": "byte",
"type": "string"
},
"source": {
"$ref": "GoogleCloudVisionV1p1beta1ImageSource",
"description": "Google Cloud Storage image location, or publicly-accessible image\nURL. If both `content` and `source` are provided for an image, `content`\ntakes precedence and is used to perform the image annotation request."
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1ImageAnnotationContext": {
"description": "If an image was produced from a file (e.g. a PDF), this message gives\ninformation about the source of that image.",
"id": "GoogleCloudVisionV1p1beta1ImageAnnotationContext",
"properties": {
"pageNumber": {
"description": "If the file was a PDF or TIFF, this field gives the page number within\nthe file used to produce the image.",
"format": "int32",
"type": "integer"
},
"uri": {
"description": "The URI of the file used to produce the image.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1ImageContext": {
"description": "Image context and/or feature-specific parameters.",
"id": "GoogleCloudVisionV1p1beta1ImageContext",
"properties": {
"cropHintsParams": {
"$ref": "GoogleCloudVisionV1p1beta1CropHintsParams",
"description": "Parameters for crop hints annotation request."
},
"languageHints": {
"description": "List of languages to use for TEXT_DETECTION. In most cases, an empty value\nyields the best results since it enables automatic language detection. For\nlanguages based on the Latin alphabet, setting `language_hints` is not\nneeded. In rare cases, when the language of the text in the image is known,\nsetting a hint will help get better results (although it will be a\nsignificant hindrance if the hint is wrong). Text detection returns an\nerror if one or more of the specified languages is not one of the\n[supported languages](/vision/docs/languages).",
"items": {
"type": "string"
},
"type": "array"
},
"latLongRect": {
"$ref": "GoogleCloudVisionV1p1beta1LatLongRect",
"description": "Not used."
},
"productSearchParams": {
"$ref": "GoogleCloudVisionV1p1beta1ProductSearchParams",
"description": "Parameters for product search."
},
"webDetectionParams": {
"$ref": "GoogleCloudVisionV1p1beta1WebDetectionParams",
"description": "Parameters for web detection."
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1ImageProperties": {
"description": "Stores image properties, such as dominant colors.",
"id": "GoogleCloudVisionV1p1beta1ImageProperties",
"properties": {
"dominantColors": {
"$ref": "GoogleCloudVisionV1p1beta1DominantColorsAnnotation",
"description": "If present, dominant colors completed successfully."
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1ImageSource": {
"description": "External image source (Google Cloud Storage or web URL image location).",
"id": "GoogleCloudVisionV1p1beta1ImageSource",
"properties": {
"gcsImageUri": {
"description": "**Use `image_uri` instead.**\n\nThe Google Cloud Storage URI of the form\n`gs://bucket_name/object_name`. Object versioning is not supported. See\n[Google Cloud Storage Request\nURIs](https://cloud.google.com/storage/docs/reference-uris) for more info.",
"type": "string"
},
"imageUri": {
"description": "The URI of the source image. Can be either:\n\n1. A Google Cloud Storage URI of the form\n `gs://bucket_name/object_name`. Object versioning is not supported. See\n [Google Cloud Storage Request\n URIs](https://cloud.google.com/storage/docs/reference-uris) for more\n info.\n\n2. A publicly-accessible image HTTP/HTTPS URL. When fetching images from\n HTTP/HTTPS URLs, Google cannot guarantee that the request will be\n completed. Your request may fail if the specified host denies the\n request (e.g. due to request throttling or DOS prevention), or if Google\n throttles requests to the site for abuse prevention. You should not\n depend on externally-hosted images for production applications.\n\nWhen both `gcs_image_uri` and `image_uri` are specified, `image_uri` takes\nprecedence.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1InputConfig": {
"description": "The desired input location and metadata.",
"id": "GoogleCloudVisionV1p1beta1InputConfig",
"properties": {
"content": {
"description": "File content, represented as a stream of bytes.\nNote: As with all `bytes` fields, protobuffers use a pure binary\nrepresentation, whereas JSON representations use base64.\n\nCurrently, this field only works for BatchAnnotateFiles requests. It does\nnot work for AsyncBatchAnnotateFiles requests.",
"format": "byte",
"type": "string"
},
"gcsSource": {
"$ref": "GoogleCloudVisionV1p1beta1GcsSource",
"description": "The Google Cloud Storage location to read the input from."
},
"mimeType": {
"description": "The type of the file. Currently only \"application/pdf\", \"image/tiff\" and\n\"image/gif\" are supported. Wildcards are not supported.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1LatLongRect": {
"description": "Rectangle determined by min and max `LatLng` pairs.",
"id": "GoogleCloudVisionV1p1beta1LatLongRect",
"properties": {
"maxLatLng": {
"$ref": "LatLng",
"description": "Max lat/long pair."
},
"minLatLng": {
"$ref": "LatLng",
"description": "Min lat/long pair."
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation": {
"description": "Set of detected objects with bounding boxes.",
"id": "GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation",
"properties": {
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p1beta1BoundingPoly",
"description": "Image region to which this object belongs. This must be populated."
},
"languageCode": {
"description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more\ninformation, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
},
"mid": {
"description": "Object ID that should align with EntityAnnotation mid.",
"type": "string"
},
"name": {
"description": "Object name, expressed in its `language_code` language.",
"type": "string"
},
"score": {
"description": "Score of the result. Range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1LocationInfo": {
"description": "Detected entity location information.",
"id": "GoogleCloudVisionV1p1beta1LocationInfo",
"properties": {
"latLng": {
"$ref": "LatLng",
"description": "lat/long location coordinates."
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1NormalizedVertex": {
"description": "A vertex represents a 2D point in the image.\nNOTE: the normalized vertex coordinates are relative to the original image\nand range from 0 to 1.",
"id": "GoogleCloudVisionV1p1beta1NormalizedVertex",
"properties": {
"x": {
"description": "X coordinate.",
"format": "float",
"type": "number"
},
"y": {
"description": "Y coordinate.",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1OperationMetadata": {
"description": "Contains metadata for the BatchAnnotateImages operation.",
"id": "GoogleCloudVisionV1p1beta1OperationMetadata",
"properties": {
"createTime": {
"description": "The time when the batch request was received.",
"format": "google-datetime",
"type": "string"
},
"state": {
"description": "Current state of the batch operation.",
"enum": [
"STATE_UNSPECIFIED",
"CREATED",
"RUNNING",
"DONE",
"CANCELLED"
],
"enumDescriptions": [
"Invalid.",
"Request is received.",
"Request is actively being processed.",
"The batch processing is done.",
"The batch processing was cancelled."
],
"type": "string"
},
"updateTime": {
"description": "The time when the operation result was last updated.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1OutputConfig": {
"description": "The desired output location and metadata.",
"id": "GoogleCloudVisionV1p1beta1OutputConfig",
"properties": {
"batchSize": {
"description": "The max number of response protos to put into each output JSON file on\nGoogle Cloud Storage.\nThe valid range is [1, 100]. If not specified, the default value is 20.\n\nFor example, for one pdf file with 100 pages, 100 response protos will\nbe generated. If `batch_size` = 20, then 5 json files each\ncontaining 20 response protos will be written under the prefix\n`gcs_destination`.`uri`.\n\nCurrently, batch_size only applies to GcsDestination, with potential future\nsupport for other output configurations.",
"format": "int32",
"type": "integer"
},
"gcsDestination": {
"$ref": "GoogleCloudVisionV1p1beta1GcsDestination",
"description": "The Google Cloud Storage location to write the output(s) to."
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1Page": {
"description": "Detected page from OCR.",
"id": "GoogleCloudVisionV1p1beta1Page",
"properties": {
"blocks": {
"description": "List of blocks of text, images etc on this page.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1Block"
},
"type": "array"
},
"confidence": {
"description": "Confidence of the OCR results on the page. Range [0, 1].",
"format": "float",
"type": "number"
},
"height": {
"description": "Page height. For PDFs the unit is points. For images (including\nTIFFs) the unit is pixels.",
"format": "int32",
"type": "integer"
},
"property": {
"$ref": "GoogleCloudVisionV1p1beta1TextAnnotationTextProperty",
"description": "Additional information detected on the page."
},
"width": {
"description": "Page width. For PDFs the unit is points. For images (including\nTIFFs) the unit is pixels.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1Paragraph": {
"description": "Structural unit of text representing a number of words in certain order.",
"id": "GoogleCloudVisionV1p1beta1Paragraph",
"properties": {
"boundingBox": {
"$ref": "GoogleCloudVisionV1p1beta1BoundingPoly",
"description": "The bounding box for the paragraph.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n * when the text is horizontal it might look like:\n 0----1\n | |\n 3----2\n * when it's rotated 180 degrees around the top-left corner it becomes:\n 2----3\n | |\n 1----0\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results for the paragraph. Range [0, 1].",
"format": "float",
"type": "number"
},
"property": {
"$ref": "GoogleCloudVisionV1p1beta1TextAnnotationTextProperty",
"description": "Additional information detected for the paragraph."
},
"words": {
"description": "List of all words in this paragraph.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1Word"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1Position": {
"description": "A 3D position in the image, used primarily for Face detection landmarks.\nA valid Position must have both x and y coordinates.\nThe position coordinates are in the same scale as the original image.",
"id": "GoogleCloudVisionV1p1beta1Position",
"properties": {
"x": {
"description": "X coordinate.",
"format": "float",
"type": "number"
},
"y": {
"description": "Y coordinate.",
"format": "float",
"type": "number"
},
"z": {
"description": "Z coordinate (or depth).",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1Product": {
"description": "A Product contains ReferenceImages.",
"id": "GoogleCloudVisionV1p1beta1Product",
"properties": {
"description": {
"description": "User-provided metadata to be stored with this product. Must be at most 4096\ncharacters long.",
"type": "string"
},
"displayName": {
"description": "The user-provided name for this Product. Must not be empty. Must be at most\n4096 characters long.",
"type": "string"
},
"name": {
"description": "The resource name of the product.\n\nFormat is:\n`projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`.\n\nThis field is ignored when creating a product.",
"type": "string"
},
"productCategory": {
"description": "Immutable. The category for the product identified by the reference image. This should\nbe either \"homegoods-v2\", \"apparel-v2\", or \"toys-v2\". The legacy categories\n\"homegoods\", \"apparel\", and \"toys\" are still supported, but these should\nnot be used for new products.",
"type": "string"
},
"productLabels": {
"description": "Key-value pairs that can be attached to a product. At query time,\nconstraints can be specified based on the product_labels.\n\nNote that integer values can be provided as strings, e.g. \"1199\". Only\nstrings with integer values can match a range-based restriction which is\nto be supported soon.\n\nMultiple values can be assigned to the same key. One product may have up to\n500 product_labels.\n\nNotice that the total number of distinct product_labels over all products\nin one ProductSet cannot exceed 1M, otherwise the product search pipeline\nwill refuse to work for that ProductSet.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1ProductKeyValue"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1ProductKeyValue": {
"description": "A product label represented as a key-value pair.",
"id": "GoogleCloudVisionV1p1beta1ProductKeyValue",
"properties": {
"key": {
"description": "The key of the label attached to the product. Cannot be empty and cannot\nexceed 128 bytes.",
"type": "string"
},
"value": {
"description": "The value of the label attached to the product. Cannot be empty and\ncannot exceed 128 bytes.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1ProductSearchParams": {
"description": "Parameters for a product search request.",
"id": "GoogleCloudVisionV1p1beta1ProductSearchParams",
"properties": {
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p1beta1BoundingPoly",
"description": "The bounding polygon around the area of interest in the image.\nIf it is not specified, system discretion will be applied."
},
"filter": {
"description": "The filtering expression. This can be used to restrict search results based\non Product labels. We currently support an AND of OR of key-value\nexpressions, where each expression within an OR must have the same key. An\n'=' should be used to connect the key and value.\n\nFor example, \"(color = red OR color = blue) AND brand = Google\" is\nacceptable, but \"(color = red OR brand = Google)\" is not acceptable.\n\"color: red\" is not acceptable because it uses a ':' instead of an '='.",
"type": "string"
},
"productCategories": {
"description": "The list of product categories to search in. Currently, we only consider\nthe first category, and either \"homegoods-v2\", \"apparel-v2\", \"toys-v2\",\n\"packagedgoods-v1\", or \"general-v1\" should be specified. The legacy\ncategories \"homegoods\", \"apparel\", and \"toys\" are still supported but will\nbe deprecated. For new products, please use \"homegoods-v2\", \"apparel-v2\",\nor \"toys-v2\" for better product search accuracy. It is recommended to\nmigrate existing products to these categories as well.",
"items": {
"type": "string"
},
"type": "array"
},
"productSet": {
"description": "The resource name of a ProductSet to be searched for similar images.\n\nFormat is:\n`projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1ProductSearchResults": {
"description": "Results for a product search request.",
"id": "GoogleCloudVisionV1p1beta1ProductSearchResults",
"properties": {
"indexTime": {
"description": "Timestamp of the index which provided these results. Products added to the\nproduct set and products removed from the product set after this time are\nnot reflected in the current results.",
"format": "google-datetime",
"type": "string"
},
"productGroupedResults": {
"description": "List of results grouped by products detected in the query image. Each entry\ncorresponds to one bounding polygon in the query image, and contains the\nmatching products specific to that region. There may be duplicate product\nmatches in the union of all the per-product results.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult"
},
"type": "array"
},
"results": {
"description": "List of results, one for each product match.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1ProductSearchResultsResult"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult": {
"description": "Information about the products similar to a single product in a query\nimage.",
"id": "GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult",
"properties": {
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p1beta1BoundingPoly",
"description": "The bounding polygon around the product detected in the query image."
},
"objectAnnotations": {
"description": "List of generic predictions for the object in the bounding box.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation"
},
"type": "array"
},
"results": {
"description": "List of results, one for each product match.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1ProductSearchResultsResult"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation": {
"description": "Prediction for what the object in the bounding box is.",
"id": "GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation",
"properties": {
"languageCode": {
"description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more\ninformation, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
},
"mid": {
"description": "Object ID that should align with EntityAnnotation mid.",
"type": "string"
},
"name": {
"description": "Object name, expressed in its `language_code` language.",
"type": "string"
},
"score": {
"description": "Score of the result. Range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1ProductSearchResultsResult": {
"description": "Information about a product.",
"id": "GoogleCloudVisionV1p1beta1ProductSearchResultsResult",
"properties": {
"image": {
"description": "The resource name of the image from the product that is the closest match\nto the query.",
"type": "string"
},
"product": {
"$ref": "GoogleCloudVisionV1p1beta1Product",
"description": "The Product."
},
"score": {
"description": "A confidence level on the match, ranging from 0 (no confidence) to\n1 (full confidence).",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1Property": {
"description": "A `Property` consists of a user-supplied name/value pair.",
"id": "GoogleCloudVisionV1p1beta1Property",
"properties": {
"name": {
"description": "Name of the property.",
"type": "string"
},
"uint64Value": {
"description": "Value of numeric properties.",
"format": "uint64",
"type": "string"
},
"value": {
"description": "Value of the property.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1SafeSearchAnnotation": {
"description": "Set of features pertaining to the image, computed by computer vision\nmethods over safe-search verticals (for example, adult, spoof, medical,\nviolence).",
"id": "GoogleCloudVisionV1p1beta1SafeSearchAnnotation",
"properties": {
"adult": {
"description": "Represents the adult content likelihood for the image. Adult content may\ncontain elements such as nudity, pornographic images or cartoons, or\nsexual activities.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"medical": {
"description": "Likelihood that this is a medical image.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"racy": {
"description": "Likelihood that the request image contains racy content. Racy content may\ninclude (but is not limited to) skimpy or sheer clothing, strategically\ncovered nudity, lewd or provocative poses, or close-ups of sensitive\nbody areas.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"spoof": {
"description": "Spoof likelihood. The likelihood that an modification\nwas made to the image's canonical version to make it appear\nfunny or offensive.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"violence": {
"description": "Likelihood that this image contains violent content.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1Symbol": {
"description": "A single symbol representation.",
"id": "GoogleCloudVisionV1p1beta1Symbol",
"properties": {
"boundingBox": {
"$ref": "GoogleCloudVisionV1p1beta1BoundingPoly",
"description": "The bounding box for the symbol.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n * when the text is horizontal it might look like:\n 0----1\n | |\n 3----2\n * when it's rotated 180 degrees around the top-left corner it becomes:\n 2----3\n | |\n 1----0\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results for the symbol. Range [0, 1].",
"format": "float",
"type": "number"
},
"property": {
"$ref": "GoogleCloudVisionV1p1beta1TextAnnotationTextProperty",
"description": "Additional information detected for the symbol."
},
"text": {
"description": "The actual UTF-8 representation of the symbol.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1TextAnnotation": {
"description": "TextAnnotation contains a structured representation of OCR extracted text.\nThe hierarchy of an OCR extracted text structure is like this:\n TextAnnotation -\u003e Page -\u003e Block -\u003e Paragraph -\u003e Word -\u003e Symbol\nEach structural component, starting from Page, may further have their own\nproperties. Properties describe detected languages, breaks etc.. Please refer\nto the TextAnnotation.TextProperty message definition below for more\ndetail.",
"id": "GoogleCloudVisionV1p1beta1TextAnnotation",
"properties": {
"pages": {
"description": "List of pages detected by OCR.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1Page"
},
"type": "array"
},
"text": {
"description": "UTF-8 text detected on the pages.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak": {
"description": "Detected start or end of a structural component.",
"id": "GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak",
"properties": {
"isPrefix": {
"description": "True if break prepends the element.",
"type": "boolean"
},
"type": {
"description": "Detected break type.",
"enum": [
"UNKNOWN",
"SPACE",
"SURE_SPACE",
"EOL_SURE_SPACE",
"HYPHEN",
"LINE_BREAK"
],
"enumDescriptions": [
"Unknown break label type.",
"Regular space.",
"Sure space (very wide).",
"Line-wrapping break.",
"End-line hyphen that is not present in text; does not co-occur with\n`SPACE`, `LEADER_SPACE`, or `LINE_BREAK`.",
"Line break that ends a paragraph."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage": {
"description": "Detected language for a structural component.",
"id": "GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage",
"properties": {
"confidence": {
"description": "Confidence of detected language. Range [0, 1].",
"format": "float",
"type": "number"
},
"languageCode": {
"description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more\ninformation, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1TextAnnotationTextProperty": {
"description": "Additional information detected on the structural component.",
"id": "GoogleCloudVisionV1p1beta1TextAnnotationTextProperty",
"properties": {
"detectedBreak": {
"$ref": "GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak",
"description": "Detected start or end of a text segment."
},
"detectedLanguages": {
"description": "A list of detected languages together with confidence.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1Vertex": {
"description": "A vertex represents a 2D point in the image.\nNOTE: the vertex coordinates are in the same scale as the original image.",
"id": "GoogleCloudVisionV1p1beta1Vertex",
"properties": {
"x": {
"description": "X coordinate.",
"format": "int32",
"type": "integer"
},
"y": {
"description": "Y coordinate.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1WebDetection": {
"description": "Relevant information for the image from the Internet.",
"id": "GoogleCloudVisionV1p1beta1WebDetection",
"properties": {
"bestGuessLabels": {
"description": "The service's best guess as to the topic of the request image.\nInferred from similar images on the open web.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1WebDetectionWebLabel"
},
"type": "array"
},
"fullMatchingImages": {
"description": "Fully matching images from the Internet.\nCan include resized copies of the query image.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1WebDetectionWebImage"
},
"type": "array"
},
"pagesWithMatchingImages": {
"description": "Web pages containing the matching images from the Internet.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1WebDetectionWebPage"
},
"type": "array"
},
"partialMatchingImages": {
"description": "Partial matching images from the Internet.\nThose images are similar enough to share some key-point features. For\nexample an original image will likely have partial matching for its crops.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1WebDetectionWebImage"
},
"type": "array"
},
"visuallySimilarImages": {
"description": "The visually similar image results.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1WebDetectionWebImage"
},
"type": "array"
},
"webEntities": {
"description": "Deduced entities from similar images on the Internet.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1WebDetectionWebEntity"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1WebDetectionParams": {
"description": "Parameters for web detection request.",
"id": "GoogleCloudVisionV1p1beta1WebDetectionParams",
"properties": {
"includeGeoResults": {
"description": "Whether to include results derived from the geo information in the image.",
"type": "boolean"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1WebDetectionWebEntity": {
"description": "Entity deduced from similar images on the Internet.",
"id": "GoogleCloudVisionV1p1beta1WebDetectionWebEntity",
"properties": {
"description": {
"description": "Canonical description of the entity, in English.",
"type": "string"
},
"entityId": {
"description": "Opaque entity ID.",
"type": "string"
},
"score": {
"description": "Overall relevancy score for the entity.\nNot normalized and not comparable across different image queries.",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1WebDetectionWebImage": {
"description": "Metadata for online images.",
"id": "GoogleCloudVisionV1p1beta1WebDetectionWebImage",
"properties": {
"score": {
"description": "(Deprecated) Overall relevancy score for the image.",
"format": "float",
"type": "number"
},
"url": {
"description": "The result image URL.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1WebDetectionWebLabel": {
"description": "Label to provide extra metadata for the web detection.",
"id": "GoogleCloudVisionV1p1beta1WebDetectionWebLabel",
"properties": {
"label": {
"description": "Label for extra metadata.",
"type": "string"
},
"languageCode": {
"description": "The BCP-47 language code for `label`, such as \"en-US\" or \"sr-Latn\".\nFor more information, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1WebDetectionWebPage": {
"description": "Metadata for web pages.",
"id": "GoogleCloudVisionV1p1beta1WebDetectionWebPage",
"properties": {
"fullMatchingImages": {
"description": "Fully matching images on the page.\nCan include resized copies of the query image.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1WebDetectionWebImage"
},
"type": "array"
},
"pageTitle": {
"description": "Title for the web page, may contain HTML markups.",
"type": "string"
},
"partialMatchingImages": {
"description": "Partial matching images on the page.\nThose images are similar enough to share some key-point features. For\nexample an original image will likely have partial matching for its\ncrops.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1WebDetectionWebImage"
},
"type": "array"
},
"score": {
"description": "(Deprecated) Overall relevancy score for the web page.",
"format": "float",
"type": "number"
},
"url": {
"description": "The result web page URL.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p1beta1Word": {
"description": "A word representation.",
"id": "GoogleCloudVisionV1p1beta1Word",
"properties": {
"boundingBox": {
"$ref": "GoogleCloudVisionV1p1beta1BoundingPoly",
"description": "The bounding box for the word.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n * when the text is horizontal it might look like:\n 0----1\n | |\n 3----2\n * when it's rotated 180 degrees around the top-left corner it becomes:\n 2----3\n | |\n 1----0\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results for the word. Range [0, 1].",
"format": "float",
"type": "number"
},
"property": {
"$ref": "GoogleCloudVisionV1p1beta1TextAnnotationTextProperty",
"description": "Additional information detected for the word."
},
"symbols": {
"description": "List of symbols in the word.\nThe order of the symbols follows the natural reading order.",
"items": {
"$ref": "GoogleCloudVisionV1p1beta1Symbol"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1AnnotateFileResponse": {
"description": "Response to a single file annotation request. A file may contain one or more\nimages, which individually have their own responses.",
"id": "GoogleCloudVisionV1p2beta1AnnotateFileResponse",
"properties": {
"error": {
"$ref": "Status",
"description": "If set, represents the error message for the failed request. The\n`responses` field will not be set in this case."
},
"inputConfig": {
"$ref": "GoogleCloudVisionV1p2beta1InputConfig",
"description": "Information about the file for which this response is generated."
},
"responses": {
"description": "Individual responses to images found within the file. This field will be\nempty if the `error` field is set.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1AnnotateImageResponse"
},
"type": "array"
},
"totalPages": {
"description": "This field gives the total number of pages in the file.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1AnnotateImageResponse": {
"description": "Response to an image annotation request.",
"id": "GoogleCloudVisionV1p2beta1AnnotateImageResponse",
"properties": {
"context": {
"$ref": "GoogleCloudVisionV1p2beta1ImageAnnotationContext",
"description": "If present, contextual information is needed to understand where this image\ncomes from."
},
"cropHintsAnnotation": {
"$ref": "GoogleCloudVisionV1p2beta1CropHintsAnnotation",
"description": "If present, crop hints have completed successfully."
},
"error": {
"$ref": "Status",
"description": "If set, represents the error message for the operation.\nNote that filled-in image annotations are guaranteed to be\ncorrect, even when `error` is set."
},
"faceAnnotations": {
"description": "If present, face detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1FaceAnnotation"
},
"type": "array"
},
"fullTextAnnotation": {
"$ref": "GoogleCloudVisionV1p2beta1TextAnnotation",
"description": "If present, text (OCR) detection or document (OCR) text detection has\ncompleted successfully.\nThis annotation provides the structural hierarchy for the OCR detected\ntext."
},
"imagePropertiesAnnotation": {
"$ref": "GoogleCloudVisionV1p2beta1ImageProperties",
"description": "If present, image properties were extracted successfully."
},
"labelAnnotations": {
"description": "If present, label detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1EntityAnnotation"
},
"type": "array"
},
"landmarkAnnotations": {
"description": "If present, landmark detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1EntityAnnotation"
},
"type": "array"
},
"localizedObjectAnnotations": {
"description": "If present, localized object detection has completed successfully.\nThis will be sorted descending by confidence score.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation"
},
"type": "array"
},
"logoAnnotations": {
"description": "If present, logo detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1EntityAnnotation"
},
"type": "array"
},
"productSearchResults": {
"$ref": "GoogleCloudVisionV1p2beta1ProductSearchResults",
"description": "If present, product search has completed successfully."
},
"safeSearchAnnotation": {
"$ref": "GoogleCloudVisionV1p2beta1SafeSearchAnnotation",
"description": "If present, safe-search annotation has completed successfully."
},
"textAnnotations": {
"description": "If present, text (OCR) detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1EntityAnnotation"
},
"type": "array"
},
"webDetection": {
"$ref": "GoogleCloudVisionV1p2beta1WebDetection",
"description": "If present, web detection has completed successfully."
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse": {
"description": "The response for a single offline file annotation request.",
"id": "GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse",
"properties": {
"outputConfig": {
"$ref": "GoogleCloudVisionV1p2beta1OutputConfig",
"description": "The output location and metadata from AsyncAnnotateFileRequest."
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse": {
"description": "Response to an async batch file annotation request.",
"id": "GoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse",
"properties": {
"responses": {
"description": "The list of file annotation responses, one for each request in\nAsyncBatchAnnotateFilesRequest.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1Block": {
"description": "Logical element on the page.",
"id": "GoogleCloudVisionV1p2beta1Block",
"properties": {
"blockType": {
"description": "Detected block type (text, image etc) for this block.",
"enum": [
"UNKNOWN",
"TEXT",
"TABLE",
"PICTURE",
"RULER",
"BARCODE"
],
"enumDescriptions": [
"Unknown block type.",
"Regular text block.",
"Table block.",
"Image block.",
"Horizontal/vertical line box.",
"Barcode block."
],
"type": "string"
},
"boundingBox": {
"$ref": "GoogleCloudVisionV1p2beta1BoundingPoly",
"description": "The bounding box for the block.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n\n* when the text is horizontal it might look like:\n\n 0----1\n | |\n 3----2\n\n* when it's rotated 180 degrees around the top-left corner it becomes:\n\n 2----3\n | |\n 1----0\n\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results on the block. Range [0, 1].",
"format": "float",
"type": "number"
},
"paragraphs": {
"description": "List of paragraphs in this block (if this blocks is of type text).",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1Paragraph"
},
"type": "array"
},
"property": {
"$ref": "GoogleCloudVisionV1p2beta1TextAnnotationTextProperty",
"description": "Additional information detected for the block."
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1BoundingPoly": {
"description": "A bounding polygon for the detected image annotation.",
"id": "GoogleCloudVisionV1p2beta1BoundingPoly",
"properties": {
"normalizedVertices": {
"description": "The bounding polygon normalized vertices.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1NormalizedVertex"
},
"type": "array"
},
"vertices": {
"description": "The bounding polygon vertices.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1Vertex"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1ColorInfo": {
"description": "Color information consists of RGB channels, score, and the fraction of\nthe image that the color occupies in the image.",
"id": "GoogleCloudVisionV1p2beta1ColorInfo",
"properties": {
"color": {
"$ref": "Color",
"description": "RGB components of the color."
},
"pixelFraction": {
"description": "The fraction of pixels the color occupies in the image.\nValue in range [0, 1].",
"format": "float",
"type": "number"
},
"score": {
"description": "Image-specific score for this color. Value in range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1CropHint": {
"description": "Single crop hint that is used to generate a new crop when serving an image.",
"id": "GoogleCloudVisionV1p2beta1CropHint",
"properties": {
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p2beta1BoundingPoly",
"description": "The bounding polygon for the crop region. The coordinates of the bounding\nbox are in the original image's scale."
},
"confidence": {
"description": "Confidence of this being a salient region. Range [0, 1].",
"format": "float",
"type": "number"
},
"importanceFraction": {
"description": "Fraction of importance of this salient region with respect to the original\nimage.",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1CropHintsAnnotation": {
"description": "Set of crop hints that are used to generate new crops when serving images.",
"id": "GoogleCloudVisionV1p2beta1CropHintsAnnotation",
"properties": {
"cropHints": {
"description": "Crop hint results.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1CropHint"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1DominantColorsAnnotation": {
"description": "Set of dominant colors and their corresponding scores.",
"id": "GoogleCloudVisionV1p2beta1DominantColorsAnnotation",
"properties": {
"colors": {
"description": "RGB color values with their score and pixel fraction.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1ColorInfo"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1EntityAnnotation": {
"description": "Set of detected entity features.",
"id": "GoogleCloudVisionV1p2beta1EntityAnnotation",
"properties": {
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p2beta1BoundingPoly",
"description": "Image region to which this entity belongs. Not produced\nfor `LABEL_DETECTION` features."
},
"confidence": {
"description": "**Deprecated. Use `score` instead.**\nThe accuracy of the entity detection in an image.\nFor example, for an image in which the \"Eiffel Tower\" entity is detected,\nthis field represents the confidence that there is a tower in the query\nimage. Range [0, 1].",
"format": "float",
"type": "number"
},
"description": {
"description": "Entity textual description, expressed in its `locale` language.",
"type": "string"
},
"locale": {
"description": "The language code for the locale in which the entity textual\n`description` is expressed.",
"type": "string"
},
"locations": {
"description": "The location information for the detected entity. Multiple\n`LocationInfo` elements can be present because one location may\nindicate the location of the scene in the image, and another location\nmay indicate the location of the place where the image was taken.\nLocation information is usually present for landmarks.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1LocationInfo"
},
"type": "array"
},
"mid": {
"description": "Opaque entity ID. Some IDs may be available in\n[Google Knowledge Graph Search\nAPI](https://developers.google.com/knowledge-graph/).",
"type": "string"
},
"properties": {
"description": "Some entities may have optional user-supplied `Property` (name/value)\nfields, such a score or string that qualifies the entity.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1Property"
},
"type": "array"
},
"score": {
"description": "Overall score of the result. Range [0, 1].",
"format": "float",
"type": "number"
},
"topicality": {
"description": "The relevancy of the ICA (Image Content Annotation) label to the\nimage. For example, the relevancy of \"tower\" is likely higher to an image\ncontaining the detected \"Eiffel Tower\" than to an image containing a\ndetected distant towering building, even though the confidence that\nthere is a tower in each image may be the same. Range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1FaceAnnotation": {
"description": "A face annotation object contains the results of face detection.",
"id": "GoogleCloudVisionV1p2beta1FaceAnnotation",
"properties": {
"angerLikelihood": {
"description": "Anger likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"blurredLikelihood": {
"description": "Blurred likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p2beta1BoundingPoly",
"description": "The bounding polygon around the face. The coordinates of the bounding box\nare in the original image's scale.\nThe bounding box is computed to \"frame\" the face in accordance with human\nexpectations. It is based on the landmarker results.\nNote that one or more x and/or y coordinates may not be generated in the\n`BoundingPoly` (the polygon will be unbounded) if only a partial face\nappears in the image to be annotated."
},
"detectionConfidence": {
"description": "Detection confidence. Range [0, 1].",
"format": "float",
"type": "number"
},
"fdBoundingPoly": {
"$ref": "GoogleCloudVisionV1p2beta1BoundingPoly",
"description": "The `fd_bounding_poly` bounding polygon is tighter than the\n`boundingPoly`, and encloses only the skin part of the face. Typically, it\nis used to eliminate the face from any image analysis that detects the\n\"amount of skin\" visible in an image. It is not based on the\nlandmarker results, only on the initial face detection, hence\nthe \u003ccode\u003efd\u003c/code\u003e (face detection) prefix."
},
"headwearLikelihood": {
"description": "Headwear likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"joyLikelihood": {
"description": "Joy likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"landmarkingConfidence": {
"description": "Face landmarking confidence. Range [0, 1].",
"format": "float",
"type": "number"
},
"landmarks": {
"description": "Detected face landmarks.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1FaceAnnotationLandmark"
},
"type": "array"
},
"panAngle": {
"description": "Yaw angle, which indicates the leftward/rightward angle that the face is\npointing relative to the vertical plane perpendicular to the image. Range\n[-180,180].",
"format": "float",
"type": "number"
},
"rollAngle": {
"description": "Roll angle, which indicates the amount of clockwise/anti-clockwise rotation\nof the face relative to the image vertical about the axis perpendicular to\nthe face. Range [-180,180].",
"format": "float",
"type": "number"
},
"sorrowLikelihood": {
"description": "Sorrow likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"surpriseLikelihood": {
"description": "Surprise likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"tiltAngle": {
"description": "Pitch angle, which indicates the upwards/downwards angle that the face is\npointing relative to the image's horizontal plane. Range [-180,180].",
"format": "float",
"type": "number"
},
"underExposedLikelihood": {
"description": "Under-exposed likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1FaceAnnotationLandmark": {
"description": "A face-specific landmark (for example, a face feature).",
"id": "GoogleCloudVisionV1p2beta1FaceAnnotationLandmark",
"properties": {
"position": {
"$ref": "GoogleCloudVisionV1p2beta1Position",
"description": "Face landmark position."
},
"type": {
"description": "Face landmark type.",
"enum": [
"UNKNOWN_LANDMARK",
"LEFT_EYE",
"RIGHT_EYE",
"LEFT_OF_LEFT_EYEBROW",
"RIGHT_OF_LEFT_EYEBROW",
"LEFT_OF_RIGHT_EYEBROW",
"RIGHT_OF_RIGHT_EYEBROW",
"MIDPOINT_BETWEEN_EYES",
"NOSE_TIP",
"UPPER_LIP",
"LOWER_LIP",
"MOUTH_LEFT",
"MOUTH_RIGHT",
"MOUTH_CENTER",
"NOSE_BOTTOM_RIGHT",
"NOSE_BOTTOM_LEFT",
"NOSE_BOTTOM_CENTER",
"LEFT_EYE_TOP_BOUNDARY",
"LEFT_EYE_RIGHT_CORNER",
"LEFT_EYE_BOTTOM_BOUNDARY",
"LEFT_EYE_LEFT_CORNER",
"RIGHT_EYE_TOP_BOUNDARY",
"RIGHT_EYE_RIGHT_CORNER",
"RIGHT_EYE_BOTTOM_BOUNDARY",
"RIGHT_EYE_LEFT_CORNER",
"LEFT_EYEBROW_UPPER_MIDPOINT",
"RIGHT_EYEBROW_UPPER_MIDPOINT",
"LEFT_EAR_TRAGION",
"RIGHT_EAR_TRAGION",
"LEFT_EYE_PUPIL",
"RIGHT_EYE_PUPIL",
"FOREHEAD_GLABELLA",
"CHIN_GNATHION",
"CHIN_LEFT_GONION",
"CHIN_RIGHT_GONION"
],
"enumDescriptions": [
"Unknown face landmark detected. Should not be filled.",
"Left eye.",
"Right eye.",
"Left of left eyebrow.",
"Right of left eyebrow.",
"Left of right eyebrow.",
"Right of right eyebrow.",
"Midpoint between eyes.",
"Nose tip.",
"Upper lip.",
"Lower lip.",
"Mouth left.",
"Mouth right.",
"Mouth center.",
"Nose, bottom right.",
"Nose, bottom left.",
"Nose, bottom center.",
"Left eye, top boundary.",
"Left eye, right corner.",
"Left eye, bottom boundary.",
"Left eye, left corner.",
"Right eye, top boundary.",
"Right eye, right corner.",
"Right eye, bottom boundary.",
"Right eye, left corner.",
"Left eyebrow, upper midpoint.",
"Right eyebrow, upper midpoint.",
"Left ear tragion.",
"Right ear tragion.",
"Left eye pupil.",
"Right eye pupil.",
"Forehead glabella.",
"Chin gnathion.",
"Chin left gonion.",
"Chin right gonion."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1GcsDestination": {
"description": "The Google Cloud Storage location where the output will be written to.",
"id": "GoogleCloudVisionV1p2beta1GcsDestination",
"properties": {
"uri": {
"description": "Google Cloud Storage URI prefix where the results will be stored. Results\nwill be in JSON format and preceded by its corresponding input URI prefix.\nThis field can either represent a gcs file prefix or gcs directory. In\neither case, the uri should be unique because in order to get all of the\noutput files, you will need to do a wildcard gcs search on the uri prefix\nyou provide.\n\nExamples:\n\n* File Prefix: gs://bucket-name/here/filenameprefix The output files\nwill be created in gs://bucket-name/here/ and the names of the\noutput files will begin with \"filenameprefix\".\n\n* Directory Prefix: gs://bucket-name/some/location/ The output files\nwill be created in gs://bucket-name/some/location/ and the names of the\noutput files could be anything because there was no filename prefix\nspecified.\n\nIf multiple outputs, each response is still AnnotateFileResponse, each of\nwhich contains some subset of the full list of AnnotateImageResponse.\nMultiple outputs can happen if, for example, the output JSON is too large\nand overflows into multiple sharded files.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1GcsSource": {
"description": "The Google Cloud Storage location where the input will be read from.",
"id": "GoogleCloudVisionV1p2beta1GcsSource",
"properties": {
"uri": {
"description": "Google Cloud Storage URI for the input file. This must only be a\nGoogle Cloud Storage object. Wildcards are not currently supported.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1ImageAnnotationContext": {
"description": "If an image was produced from a file (e.g. a PDF), this message gives\ninformation about the source of that image.",
"id": "GoogleCloudVisionV1p2beta1ImageAnnotationContext",
"properties": {
"pageNumber": {
"description": "If the file was a PDF or TIFF, this field gives the page number within\nthe file used to produce the image.",
"format": "int32",
"type": "integer"
},
"uri": {
"description": "The URI of the file used to produce the image.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1ImageProperties": {
"description": "Stores image properties, such as dominant colors.",
"id": "GoogleCloudVisionV1p2beta1ImageProperties",
"properties": {
"dominantColors": {
"$ref": "GoogleCloudVisionV1p2beta1DominantColorsAnnotation",
"description": "If present, dominant colors completed successfully."
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1InputConfig": {
"description": "The desired input location and metadata.",
"id": "GoogleCloudVisionV1p2beta1InputConfig",
"properties": {
"content": {
"description": "File content, represented as a stream of bytes.\nNote: As with all `bytes` fields, protobuffers use a pure binary\nrepresentation, whereas JSON representations use base64.\n\nCurrently, this field only works for BatchAnnotateFiles requests. It does\nnot work for AsyncBatchAnnotateFiles requests.",
"format": "byte",
"type": "string"
},
"gcsSource": {
"$ref": "GoogleCloudVisionV1p2beta1GcsSource",
"description": "The Google Cloud Storage location to read the input from."
},
"mimeType": {
"description": "The type of the file. Currently only \"application/pdf\", \"image/tiff\" and\n\"image/gif\" are supported. Wildcards are not supported.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation": {
"description": "Set of detected objects with bounding boxes.",
"id": "GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation",
"properties": {
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p2beta1BoundingPoly",
"description": "Image region to which this object belongs. This must be populated."
},
"languageCode": {
"description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more\ninformation, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
},
"mid": {
"description": "Object ID that should align with EntityAnnotation mid.",
"type": "string"
},
"name": {
"description": "Object name, expressed in its `language_code` language.",
"type": "string"
},
"score": {
"description": "Score of the result. Range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1LocationInfo": {
"description": "Detected entity location information.",
"id": "GoogleCloudVisionV1p2beta1LocationInfo",
"properties": {
"latLng": {
"$ref": "LatLng",
"description": "lat/long location coordinates."
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1NormalizedVertex": {
"description": "A vertex represents a 2D point in the image.\nNOTE: the normalized vertex coordinates are relative to the original image\nand range from 0 to 1.",
"id": "GoogleCloudVisionV1p2beta1NormalizedVertex",
"properties": {
"x": {
"description": "X coordinate.",
"format": "float",
"type": "number"
},
"y": {
"description": "Y coordinate.",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1OperationMetadata": {
"description": "Contains metadata for the BatchAnnotateImages operation.",
"id": "GoogleCloudVisionV1p2beta1OperationMetadata",
"properties": {
"createTime": {
"description": "The time when the batch request was received.",
"format": "google-datetime",
"type": "string"
},
"state": {
"description": "Current state of the batch operation.",
"enum": [
"STATE_UNSPECIFIED",
"CREATED",
"RUNNING",
"DONE",
"CANCELLED"
],
"enumDescriptions": [
"Invalid.",
"Request is received.",
"Request is actively being processed.",
"The batch processing is done.",
"The batch processing was cancelled."
],
"type": "string"
},
"updateTime": {
"description": "The time when the operation result was last updated.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1OutputConfig": {
"description": "The desired output location and metadata.",
"id": "GoogleCloudVisionV1p2beta1OutputConfig",
"properties": {
"batchSize": {
"description": "The max number of response protos to put into each output JSON file on\nGoogle Cloud Storage.\nThe valid range is [1, 100]. If not specified, the default value is 20.\n\nFor example, for one pdf file with 100 pages, 100 response protos will\nbe generated. If `batch_size` = 20, then 5 json files each\ncontaining 20 response protos will be written under the prefix\n`gcs_destination`.`uri`.\n\nCurrently, batch_size only applies to GcsDestination, with potential future\nsupport for other output configurations.",
"format": "int32",
"type": "integer"
},
"gcsDestination": {
"$ref": "GoogleCloudVisionV1p2beta1GcsDestination",
"description": "The Google Cloud Storage location to write the output(s) to."
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1Page": {
"description": "Detected page from OCR.",
"id": "GoogleCloudVisionV1p2beta1Page",
"properties": {
"blocks": {
"description": "List of blocks of text, images etc on this page.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1Block"
},
"type": "array"
},
"confidence": {
"description": "Confidence of the OCR results on the page. Range [0, 1].",
"format": "float",
"type": "number"
},
"height": {
"description": "Page height. For PDFs the unit is points. For images (including\nTIFFs) the unit is pixels.",
"format": "int32",
"type": "integer"
},
"property": {
"$ref": "GoogleCloudVisionV1p2beta1TextAnnotationTextProperty",
"description": "Additional information detected on the page."
},
"width": {
"description": "Page width. For PDFs the unit is points. For images (including\nTIFFs) the unit is pixels.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1Paragraph": {
"description": "Structural unit of text representing a number of words in certain order.",
"id": "GoogleCloudVisionV1p2beta1Paragraph",
"properties": {
"boundingBox": {
"$ref": "GoogleCloudVisionV1p2beta1BoundingPoly",
"description": "The bounding box for the paragraph.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n * when the text is horizontal it might look like:\n 0----1\n | |\n 3----2\n * when it's rotated 180 degrees around the top-left corner it becomes:\n 2----3\n | |\n 1----0\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results for the paragraph. Range [0, 1].",
"format": "float",
"type": "number"
},
"property": {
"$ref": "GoogleCloudVisionV1p2beta1TextAnnotationTextProperty",
"description": "Additional information detected for the paragraph."
},
"words": {
"description": "List of all words in this paragraph.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1Word"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1Position": {
"description": "A 3D position in the image, used primarily for Face detection landmarks.\nA valid Position must have both x and y coordinates.\nThe position coordinates are in the same scale as the original image.",
"id": "GoogleCloudVisionV1p2beta1Position",
"properties": {
"x": {
"description": "X coordinate.",
"format": "float",
"type": "number"
},
"y": {
"description": "Y coordinate.",
"format": "float",
"type": "number"
},
"z": {
"description": "Z coordinate (or depth).",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1Product": {
"description": "A Product contains ReferenceImages.",
"id": "GoogleCloudVisionV1p2beta1Product",
"properties": {
"description": {
"description": "User-provided metadata to be stored with this product. Must be at most 4096\ncharacters long.",
"type": "string"
},
"displayName": {
"description": "The user-provided name for this Product. Must not be empty. Must be at most\n4096 characters long.",
"type": "string"
},
"name": {
"description": "The resource name of the product.\n\nFormat is:\n`projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`.\n\nThis field is ignored when creating a product.",
"type": "string"
},
"productCategory": {
"description": "Immutable. The category for the product identified by the reference image. This should\nbe either \"homegoods-v2\", \"apparel-v2\", or \"toys-v2\". The legacy categories\n\"homegoods\", \"apparel\", and \"toys\" are still supported, but these should\nnot be used for new products.",
"type": "string"
},
"productLabels": {
"description": "Key-value pairs that can be attached to a product. At query time,\nconstraints can be specified based on the product_labels.\n\nNote that integer values can be provided as strings, e.g. \"1199\". Only\nstrings with integer values can match a range-based restriction which is\nto be supported soon.\n\nMultiple values can be assigned to the same key. One product may have up to\n500 product_labels.\n\nNotice that the total number of distinct product_labels over all products\nin one ProductSet cannot exceed 1M, otherwise the product search pipeline\nwill refuse to work for that ProductSet.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1ProductKeyValue"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1ProductKeyValue": {
"description": "A product label represented as a key-value pair.",
"id": "GoogleCloudVisionV1p2beta1ProductKeyValue",
"properties": {
"key": {
"description": "The key of the label attached to the product. Cannot be empty and cannot\nexceed 128 bytes.",
"type": "string"
},
"value": {
"description": "The value of the label attached to the product. Cannot be empty and\ncannot exceed 128 bytes.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1ProductSearchResults": {
"description": "Results for a product search request.",
"id": "GoogleCloudVisionV1p2beta1ProductSearchResults",
"properties": {
"indexTime": {
"description": "Timestamp of the index which provided these results. Products added to the\nproduct set and products removed from the product set after this time are\nnot reflected in the current results.",
"format": "google-datetime",
"type": "string"
},
"productGroupedResults": {
"description": "List of results grouped by products detected in the query image. Each entry\ncorresponds to one bounding polygon in the query image, and contains the\nmatching products specific to that region. There may be duplicate product\nmatches in the union of all the per-product results.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult"
},
"type": "array"
},
"results": {
"description": "List of results, one for each product match.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1ProductSearchResultsResult"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult": {
"description": "Information about the products similar to a single product in a query\nimage.",
"id": "GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult",
"properties": {
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p2beta1BoundingPoly",
"description": "The bounding polygon around the product detected in the query image."
},
"objectAnnotations": {
"description": "List of generic predictions for the object in the bounding box.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation"
},
"type": "array"
},
"results": {
"description": "List of results, one for each product match.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1ProductSearchResultsResult"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation": {
"description": "Prediction for what the object in the bounding box is.",
"id": "GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation",
"properties": {
"languageCode": {
"description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more\ninformation, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
},
"mid": {
"description": "Object ID that should align with EntityAnnotation mid.",
"type": "string"
},
"name": {
"description": "Object name, expressed in its `language_code` language.",
"type": "string"
},
"score": {
"description": "Score of the result. Range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1ProductSearchResultsResult": {
"description": "Information about a product.",
"id": "GoogleCloudVisionV1p2beta1ProductSearchResultsResult",
"properties": {
"image": {
"description": "The resource name of the image from the product that is the closest match\nto the query.",
"type": "string"
},
"product": {
"$ref": "GoogleCloudVisionV1p2beta1Product",
"description": "The Product."
},
"score": {
"description": "A confidence level on the match, ranging from 0 (no confidence) to\n1 (full confidence).",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1Property": {
"description": "A `Property` consists of a user-supplied name/value pair.",
"id": "GoogleCloudVisionV1p2beta1Property",
"properties": {
"name": {
"description": "Name of the property.",
"type": "string"
},
"uint64Value": {
"description": "Value of numeric properties.",
"format": "uint64",
"type": "string"
},
"value": {
"description": "Value of the property.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1SafeSearchAnnotation": {
"description": "Set of features pertaining to the image, computed by computer vision\nmethods over safe-search verticals (for example, adult, spoof, medical,\nviolence).",
"id": "GoogleCloudVisionV1p2beta1SafeSearchAnnotation",
"properties": {
"adult": {
"description": "Represents the adult content likelihood for the image. Adult content may\ncontain elements such as nudity, pornographic images or cartoons, or\nsexual activities.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"medical": {
"description": "Likelihood that this is a medical image.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"racy": {
"description": "Likelihood that the request image contains racy content. Racy content may\ninclude (but is not limited to) skimpy or sheer clothing, strategically\ncovered nudity, lewd or provocative poses, or close-ups of sensitive\nbody areas.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"spoof": {
"description": "Spoof likelihood. The likelihood that an modification\nwas made to the image's canonical version to make it appear\nfunny or offensive.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"violence": {
"description": "Likelihood that this image contains violent content.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1Symbol": {
"description": "A single symbol representation.",
"id": "GoogleCloudVisionV1p2beta1Symbol",
"properties": {
"boundingBox": {
"$ref": "GoogleCloudVisionV1p2beta1BoundingPoly",
"description": "The bounding box for the symbol.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n * when the text is horizontal it might look like:\n 0----1\n | |\n 3----2\n * when it's rotated 180 degrees around the top-left corner it becomes:\n 2----3\n | |\n 1----0\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results for the symbol. Range [0, 1].",
"format": "float",
"type": "number"
},
"property": {
"$ref": "GoogleCloudVisionV1p2beta1TextAnnotationTextProperty",
"description": "Additional information detected for the symbol."
},
"text": {
"description": "The actual UTF-8 representation of the symbol.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1TextAnnotation": {
"description": "TextAnnotation contains a structured representation of OCR extracted text.\nThe hierarchy of an OCR extracted text structure is like this:\n TextAnnotation -\u003e Page -\u003e Block -\u003e Paragraph -\u003e Word -\u003e Symbol\nEach structural component, starting from Page, may further have their own\nproperties. Properties describe detected languages, breaks etc.. Please refer\nto the TextAnnotation.TextProperty message definition below for more\ndetail.",
"id": "GoogleCloudVisionV1p2beta1TextAnnotation",
"properties": {
"pages": {
"description": "List of pages detected by OCR.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1Page"
},
"type": "array"
},
"text": {
"description": "UTF-8 text detected on the pages.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak": {
"description": "Detected start or end of a structural component.",
"id": "GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak",
"properties": {
"isPrefix": {
"description": "True if break prepends the element.",
"type": "boolean"
},
"type": {
"description": "Detected break type.",
"enum": [
"UNKNOWN",
"SPACE",
"SURE_SPACE",
"EOL_SURE_SPACE",
"HYPHEN",
"LINE_BREAK"
],
"enumDescriptions": [
"Unknown break label type.",
"Regular space.",
"Sure space (very wide).",
"Line-wrapping break.",
"End-line hyphen that is not present in text; does not co-occur with\n`SPACE`, `LEADER_SPACE`, or `LINE_BREAK`.",
"Line break that ends a paragraph."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage": {
"description": "Detected language for a structural component.",
"id": "GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage",
"properties": {
"confidence": {
"description": "Confidence of detected language. Range [0, 1].",
"format": "float",
"type": "number"
},
"languageCode": {
"description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more\ninformation, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1TextAnnotationTextProperty": {
"description": "Additional information detected on the structural component.",
"id": "GoogleCloudVisionV1p2beta1TextAnnotationTextProperty",
"properties": {
"detectedBreak": {
"$ref": "GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak",
"description": "Detected start or end of a text segment."
},
"detectedLanguages": {
"description": "A list of detected languages together with confidence.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1Vertex": {
"description": "A vertex represents a 2D point in the image.\nNOTE: the vertex coordinates are in the same scale as the original image.",
"id": "GoogleCloudVisionV1p2beta1Vertex",
"properties": {
"x": {
"description": "X coordinate.",
"format": "int32",
"type": "integer"
},
"y": {
"description": "Y coordinate.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1WebDetection": {
"description": "Relevant information for the image from the Internet.",
"id": "GoogleCloudVisionV1p2beta1WebDetection",
"properties": {
"bestGuessLabels": {
"description": "The service's best guess as to the topic of the request image.\nInferred from similar images on the open web.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1WebDetectionWebLabel"
},
"type": "array"
},
"fullMatchingImages": {
"description": "Fully matching images from the Internet.\nCan include resized copies of the query image.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1WebDetectionWebImage"
},
"type": "array"
},
"pagesWithMatchingImages": {
"description": "Web pages containing the matching images from the Internet.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1WebDetectionWebPage"
},
"type": "array"
},
"partialMatchingImages": {
"description": "Partial matching images from the Internet.\nThose images are similar enough to share some key-point features. For\nexample an original image will likely have partial matching for its crops.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1WebDetectionWebImage"
},
"type": "array"
},
"visuallySimilarImages": {
"description": "The visually similar image results.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1WebDetectionWebImage"
},
"type": "array"
},
"webEntities": {
"description": "Deduced entities from similar images on the Internet.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1WebDetectionWebEntity"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1WebDetectionWebEntity": {
"description": "Entity deduced from similar images on the Internet.",
"id": "GoogleCloudVisionV1p2beta1WebDetectionWebEntity",
"properties": {
"description": {
"description": "Canonical description of the entity, in English.",
"type": "string"
},
"entityId": {
"description": "Opaque entity ID.",
"type": "string"
},
"score": {
"description": "Overall relevancy score for the entity.\nNot normalized and not comparable across different image queries.",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1WebDetectionWebImage": {
"description": "Metadata for online images.",
"id": "GoogleCloudVisionV1p2beta1WebDetectionWebImage",
"properties": {
"score": {
"description": "(Deprecated) Overall relevancy score for the image.",
"format": "float",
"type": "number"
},
"url": {
"description": "The result image URL.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1WebDetectionWebLabel": {
"description": "Label to provide extra metadata for the web detection.",
"id": "GoogleCloudVisionV1p2beta1WebDetectionWebLabel",
"properties": {
"label": {
"description": "Label for extra metadata.",
"type": "string"
},
"languageCode": {
"description": "The BCP-47 language code for `label`, such as \"en-US\" or \"sr-Latn\".\nFor more information, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1WebDetectionWebPage": {
"description": "Metadata for web pages.",
"id": "GoogleCloudVisionV1p2beta1WebDetectionWebPage",
"properties": {
"fullMatchingImages": {
"description": "Fully matching images on the page.\nCan include resized copies of the query image.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1WebDetectionWebImage"
},
"type": "array"
},
"pageTitle": {
"description": "Title for the web page, may contain HTML markups.",
"type": "string"
},
"partialMatchingImages": {
"description": "Partial matching images on the page.\nThose images are similar enough to share some key-point features. For\nexample an original image will likely have partial matching for its\ncrops.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1WebDetectionWebImage"
},
"type": "array"
},
"score": {
"description": "(Deprecated) Overall relevancy score for the web page.",
"format": "float",
"type": "number"
},
"url": {
"description": "The result web page URL.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p2beta1Word": {
"description": "A word representation.",
"id": "GoogleCloudVisionV1p2beta1Word",
"properties": {
"boundingBox": {
"$ref": "GoogleCloudVisionV1p2beta1BoundingPoly",
"description": "The bounding box for the word.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n * when the text is horizontal it might look like:\n 0----1\n | |\n 3----2\n * when it's rotated 180 degrees around the top-left corner it becomes:\n 2----3\n | |\n 1----0\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results for the word. Range [0, 1].",
"format": "float",
"type": "number"
},
"property": {
"$ref": "GoogleCloudVisionV1p2beta1TextAnnotationTextProperty",
"description": "Additional information detected for the word."
},
"symbols": {
"description": "List of symbols in the word.\nThe order of the symbols follows the natural reading order.",
"items": {
"$ref": "GoogleCloudVisionV1p2beta1Symbol"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1AnnotateFileResponse": {
"description": "Response to a single file annotation request. A file may contain one or more\nimages, which individually have their own responses.",
"id": "GoogleCloudVisionV1p3beta1AnnotateFileResponse",
"properties": {
"error": {
"$ref": "Status",
"description": "If set, represents the error message for the failed request. The\n`responses` field will not be set in this case."
},
"inputConfig": {
"$ref": "GoogleCloudVisionV1p3beta1InputConfig",
"description": "Information about the file for which this response is generated."
},
"responses": {
"description": "Individual responses to images found within the file. This field will be\nempty if the `error` field is set.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1AnnotateImageResponse"
},
"type": "array"
},
"totalPages": {
"description": "This field gives the total number of pages in the file.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1AnnotateImageResponse": {
"description": "Response to an image annotation request.",
"id": "GoogleCloudVisionV1p3beta1AnnotateImageResponse",
"properties": {
"context": {
"$ref": "GoogleCloudVisionV1p3beta1ImageAnnotationContext",
"description": "If present, contextual information is needed to understand where this image\ncomes from."
},
"cropHintsAnnotation": {
"$ref": "GoogleCloudVisionV1p3beta1CropHintsAnnotation",
"description": "If present, crop hints have completed successfully."
},
"error": {
"$ref": "Status",
"description": "If set, represents the error message for the operation.\nNote that filled-in image annotations are guaranteed to be\ncorrect, even when `error` is set."
},
"faceAnnotations": {
"description": "If present, face detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1FaceAnnotation"
},
"type": "array"
},
"fullTextAnnotation": {
"$ref": "GoogleCloudVisionV1p3beta1TextAnnotation",
"description": "If present, text (OCR) detection or document (OCR) text detection has\ncompleted successfully.\nThis annotation provides the structural hierarchy for the OCR detected\ntext."
},
"imagePropertiesAnnotation": {
"$ref": "GoogleCloudVisionV1p3beta1ImageProperties",
"description": "If present, image properties were extracted successfully."
},
"labelAnnotations": {
"description": "If present, label detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1EntityAnnotation"
},
"type": "array"
},
"landmarkAnnotations": {
"description": "If present, landmark detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1EntityAnnotation"
},
"type": "array"
},
"localizedObjectAnnotations": {
"description": "If present, localized object detection has completed successfully.\nThis will be sorted descending by confidence score.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation"
},
"type": "array"
},
"logoAnnotations": {
"description": "If present, logo detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1EntityAnnotation"
},
"type": "array"
},
"productSearchResults": {
"$ref": "GoogleCloudVisionV1p3beta1ProductSearchResults",
"description": "If present, product search has completed successfully."
},
"safeSearchAnnotation": {
"$ref": "GoogleCloudVisionV1p3beta1SafeSearchAnnotation",
"description": "If present, safe-search annotation has completed successfully."
},
"textAnnotations": {
"description": "If present, text (OCR) detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1EntityAnnotation"
},
"type": "array"
},
"webDetection": {
"$ref": "GoogleCloudVisionV1p3beta1WebDetection",
"description": "If present, web detection has completed successfully."
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse": {
"description": "The response for a single offline file annotation request.",
"id": "GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse",
"properties": {
"outputConfig": {
"$ref": "GoogleCloudVisionV1p3beta1OutputConfig",
"description": "The output location and metadata from AsyncAnnotateFileRequest."
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse": {
"description": "Response to an async batch file annotation request.",
"id": "GoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse",
"properties": {
"responses": {
"description": "The list of file annotation responses, one for each request in\nAsyncBatchAnnotateFilesRequest.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1BatchOperationMetadata": {
"description": "Metadata for the batch operations such as the current state.\n\nThis is included in the `metadata` field of the `Operation` returned by the\n`GetOperation` call of the `google::longrunning::Operations` service.",
"id": "GoogleCloudVisionV1p3beta1BatchOperationMetadata",
"properties": {
"endTime": {
"description": "The time when the batch request is finished and\ngoogle.longrunning.Operation.done is set to true.",
"format": "google-datetime",
"type": "string"
},
"state": {
"description": "The current state of the batch operation.",
"enum": [
"STATE_UNSPECIFIED",
"PROCESSING",
"SUCCESSFUL",
"FAILED",
"CANCELLED"
],
"enumDescriptions": [
"Invalid.",
"Request is actively being processed.",
"The request is done and at least one item has been successfully\nprocessed.",
"The request is done and no item has been successfully processed.",
"The request is done after the longrunning.Operations.CancelOperation has\nbeen called by the user. Any records that were processed before the\ncancel command are output as specified in the request."
],
"type": "string"
},
"submitTime": {
"description": "The time when the batch request was submitted to the server.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1Block": {
"description": "Logical element on the page.",
"id": "GoogleCloudVisionV1p3beta1Block",
"properties": {
"blockType": {
"description": "Detected block type (text, image etc) for this block.",
"enum": [
"UNKNOWN",
"TEXT",
"TABLE",
"PICTURE",
"RULER",
"BARCODE"
],
"enumDescriptions": [
"Unknown block type.",
"Regular text block.",
"Table block.",
"Image block.",
"Horizontal/vertical line box.",
"Barcode block."
],
"type": "string"
},
"boundingBox": {
"$ref": "GoogleCloudVisionV1p3beta1BoundingPoly",
"description": "The bounding box for the block.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n\n* when the text is horizontal it might look like:\n\n 0----1\n | |\n 3----2\n\n* when it's rotated 180 degrees around the top-left corner it becomes:\n\n 2----3\n | |\n 1----0\n\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results on the block. Range [0, 1].",
"format": "float",
"type": "number"
},
"paragraphs": {
"description": "List of paragraphs in this block (if this blocks is of type text).",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1Paragraph"
},
"type": "array"
},
"property": {
"$ref": "GoogleCloudVisionV1p3beta1TextAnnotationTextProperty",
"description": "Additional information detected for the block."
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1BoundingPoly": {
"description": "A bounding polygon for the detected image annotation.",
"id": "GoogleCloudVisionV1p3beta1BoundingPoly",
"properties": {
"normalizedVertices": {
"description": "The bounding polygon normalized vertices.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1NormalizedVertex"
},
"type": "array"
},
"vertices": {
"description": "The bounding polygon vertices.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1Vertex"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1ColorInfo": {
"description": "Color information consists of RGB channels, score, and the fraction of\nthe image that the color occupies in the image.",
"id": "GoogleCloudVisionV1p3beta1ColorInfo",
"properties": {
"color": {
"$ref": "Color",
"description": "RGB components of the color."
},
"pixelFraction": {
"description": "The fraction of pixels the color occupies in the image.\nValue in range [0, 1].",
"format": "float",
"type": "number"
},
"score": {
"description": "Image-specific score for this color. Value in range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1CropHint": {
"description": "Single crop hint that is used to generate a new crop when serving an image.",
"id": "GoogleCloudVisionV1p3beta1CropHint",
"properties": {
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p3beta1BoundingPoly",
"description": "The bounding polygon for the crop region. The coordinates of the bounding\nbox are in the original image's scale."
},
"confidence": {
"description": "Confidence of this being a salient region. Range [0, 1].",
"format": "float",
"type": "number"
},
"importanceFraction": {
"description": "Fraction of importance of this salient region with respect to the original\nimage.",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1CropHintsAnnotation": {
"description": "Set of crop hints that are used to generate new crops when serving images.",
"id": "GoogleCloudVisionV1p3beta1CropHintsAnnotation",
"properties": {
"cropHints": {
"description": "Crop hint results.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1CropHint"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1DominantColorsAnnotation": {
"description": "Set of dominant colors and their corresponding scores.",
"id": "GoogleCloudVisionV1p3beta1DominantColorsAnnotation",
"properties": {
"colors": {
"description": "RGB color values with their score and pixel fraction.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1ColorInfo"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1EntityAnnotation": {
"description": "Set of detected entity features.",
"id": "GoogleCloudVisionV1p3beta1EntityAnnotation",
"properties": {
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p3beta1BoundingPoly",
"description": "Image region to which this entity belongs. Not produced\nfor `LABEL_DETECTION` features."
},
"confidence": {
"description": "**Deprecated. Use `score` instead.**\nThe accuracy of the entity detection in an image.\nFor example, for an image in which the \"Eiffel Tower\" entity is detected,\nthis field represents the confidence that there is a tower in the query\nimage. Range [0, 1].",
"format": "float",
"type": "number"
},
"description": {
"description": "Entity textual description, expressed in its `locale` language.",
"type": "string"
},
"locale": {
"description": "The language code for the locale in which the entity textual\n`description` is expressed.",
"type": "string"
},
"locations": {
"description": "The location information for the detected entity. Multiple\n`LocationInfo` elements can be present because one location may\nindicate the location of the scene in the image, and another location\nmay indicate the location of the place where the image was taken.\nLocation information is usually present for landmarks.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1LocationInfo"
},
"type": "array"
},
"mid": {
"description": "Opaque entity ID. Some IDs may be available in\n[Google Knowledge Graph Search\nAPI](https://developers.google.com/knowledge-graph/).",
"type": "string"
},
"properties": {
"description": "Some entities may have optional user-supplied `Property` (name/value)\nfields, such a score or string that qualifies the entity.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1Property"
},
"type": "array"
},
"score": {
"description": "Overall score of the result. Range [0, 1].",
"format": "float",
"type": "number"
},
"topicality": {
"description": "The relevancy of the ICA (Image Content Annotation) label to the\nimage. For example, the relevancy of \"tower\" is likely higher to an image\ncontaining the detected \"Eiffel Tower\" than to an image containing a\ndetected distant towering building, even though the confidence that\nthere is a tower in each image may be the same. Range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1FaceAnnotation": {
"description": "A face annotation object contains the results of face detection.",
"id": "GoogleCloudVisionV1p3beta1FaceAnnotation",
"properties": {
"angerLikelihood": {
"description": "Anger likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"blurredLikelihood": {
"description": "Blurred likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p3beta1BoundingPoly",
"description": "The bounding polygon around the face. The coordinates of the bounding box\nare in the original image's scale.\nThe bounding box is computed to \"frame\" the face in accordance with human\nexpectations. It is based on the landmarker results.\nNote that one or more x and/or y coordinates may not be generated in the\n`BoundingPoly` (the polygon will be unbounded) if only a partial face\nappears in the image to be annotated."
},
"detectionConfidence": {
"description": "Detection confidence. Range [0, 1].",
"format": "float",
"type": "number"
},
"fdBoundingPoly": {
"$ref": "GoogleCloudVisionV1p3beta1BoundingPoly",
"description": "The `fd_bounding_poly` bounding polygon is tighter than the\n`boundingPoly`, and encloses only the skin part of the face. Typically, it\nis used to eliminate the face from any image analysis that detects the\n\"amount of skin\" visible in an image. It is not based on the\nlandmarker results, only on the initial face detection, hence\nthe \u003ccode\u003efd\u003c/code\u003e (face detection) prefix."
},
"headwearLikelihood": {
"description": "Headwear likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"joyLikelihood": {
"description": "Joy likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"landmarkingConfidence": {
"description": "Face landmarking confidence. Range [0, 1].",
"format": "float",
"type": "number"
},
"landmarks": {
"description": "Detected face landmarks.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1FaceAnnotationLandmark"
},
"type": "array"
},
"panAngle": {
"description": "Yaw angle, which indicates the leftward/rightward angle that the face is\npointing relative to the vertical plane perpendicular to the image. Range\n[-180,180].",
"format": "float",
"type": "number"
},
"rollAngle": {
"description": "Roll angle, which indicates the amount of clockwise/anti-clockwise rotation\nof the face relative to the image vertical about the axis perpendicular to\nthe face. Range [-180,180].",
"format": "float",
"type": "number"
},
"sorrowLikelihood": {
"description": "Sorrow likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"surpriseLikelihood": {
"description": "Surprise likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"tiltAngle": {
"description": "Pitch angle, which indicates the upwards/downwards angle that the face is\npointing relative to the image's horizontal plane. Range [-180,180].",
"format": "float",
"type": "number"
},
"underExposedLikelihood": {
"description": "Under-exposed likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1FaceAnnotationLandmark": {
"description": "A face-specific landmark (for example, a face feature).",
"id": "GoogleCloudVisionV1p3beta1FaceAnnotationLandmark",
"properties": {
"position": {
"$ref": "GoogleCloudVisionV1p3beta1Position",
"description": "Face landmark position."
},
"type": {
"description": "Face landmark type.",
"enum": [
"UNKNOWN_LANDMARK",
"LEFT_EYE",
"RIGHT_EYE",
"LEFT_OF_LEFT_EYEBROW",
"RIGHT_OF_LEFT_EYEBROW",
"LEFT_OF_RIGHT_EYEBROW",
"RIGHT_OF_RIGHT_EYEBROW",
"MIDPOINT_BETWEEN_EYES",
"NOSE_TIP",
"UPPER_LIP",
"LOWER_LIP",
"MOUTH_LEFT",
"MOUTH_RIGHT",
"MOUTH_CENTER",
"NOSE_BOTTOM_RIGHT",
"NOSE_BOTTOM_LEFT",
"NOSE_BOTTOM_CENTER",
"LEFT_EYE_TOP_BOUNDARY",
"LEFT_EYE_RIGHT_CORNER",
"LEFT_EYE_BOTTOM_BOUNDARY",
"LEFT_EYE_LEFT_CORNER",
"RIGHT_EYE_TOP_BOUNDARY",
"RIGHT_EYE_RIGHT_CORNER",
"RIGHT_EYE_BOTTOM_BOUNDARY",
"RIGHT_EYE_LEFT_CORNER",
"LEFT_EYEBROW_UPPER_MIDPOINT",
"RIGHT_EYEBROW_UPPER_MIDPOINT",
"LEFT_EAR_TRAGION",
"RIGHT_EAR_TRAGION",
"LEFT_EYE_PUPIL",
"RIGHT_EYE_PUPIL",
"FOREHEAD_GLABELLA",
"CHIN_GNATHION",
"CHIN_LEFT_GONION",
"CHIN_RIGHT_GONION"
],
"enumDescriptions": [
"Unknown face landmark detected. Should not be filled.",
"Left eye.",
"Right eye.",
"Left of left eyebrow.",
"Right of left eyebrow.",
"Left of right eyebrow.",
"Right of right eyebrow.",
"Midpoint between eyes.",
"Nose tip.",
"Upper lip.",
"Lower lip.",
"Mouth left.",
"Mouth right.",
"Mouth center.",
"Nose, bottom right.",
"Nose, bottom left.",
"Nose, bottom center.",
"Left eye, top boundary.",
"Left eye, right corner.",
"Left eye, bottom boundary.",
"Left eye, left corner.",
"Right eye, top boundary.",
"Right eye, right corner.",
"Right eye, bottom boundary.",
"Right eye, left corner.",
"Left eyebrow, upper midpoint.",
"Right eyebrow, upper midpoint.",
"Left ear tragion.",
"Right ear tragion.",
"Left eye pupil.",
"Right eye pupil.",
"Forehead glabella.",
"Chin gnathion.",
"Chin left gonion.",
"Chin right gonion."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1GcsDestination": {
"description": "The Google Cloud Storage location where the output will be written to.",
"id": "GoogleCloudVisionV1p3beta1GcsDestination",
"properties": {
"uri": {
"description": "Google Cloud Storage URI prefix where the results will be stored. Results\nwill be in JSON format and preceded by its corresponding input URI prefix.\nThis field can either represent a gcs file prefix or gcs directory. In\neither case, the uri should be unique because in order to get all of the\noutput files, you will need to do a wildcard gcs search on the uri prefix\nyou provide.\n\nExamples:\n\n* File Prefix: gs://bucket-name/here/filenameprefix The output files\nwill be created in gs://bucket-name/here/ and the names of the\noutput files will begin with \"filenameprefix\".\n\n* Directory Prefix: gs://bucket-name/some/location/ The output files\nwill be created in gs://bucket-name/some/location/ and the names of the\noutput files could be anything because there was no filename prefix\nspecified.\n\nIf multiple outputs, each response is still AnnotateFileResponse, each of\nwhich contains some subset of the full list of AnnotateImageResponse.\nMultiple outputs can happen if, for example, the output JSON is too large\nand overflows into multiple sharded files.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1GcsSource": {
"description": "The Google Cloud Storage location where the input will be read from.",
"id": "GoogleCloudVisionV1p3beta1GcsSource",
"properties": {
"uri": {
"description": "Google Cloud Storage URI for the input file. This must only be a\nGoogle Cloud Storage object. Wildcards are not currently supported.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1ImageAnnotationContext": {
"description": "If an image was produced from a file (e.g. a PDF), this message gives\ninformation about the source of that image.",
"id": "GoogleCloudVisionV1p3beta1ImageAnnotationContext",
"properties": {
"pageNumber": {
"description": "If the file was a PDF or TIFF, this field gives the page number within\nthe file used to produce the image.",
"format": "int32",
"type": "integer"
},
"uri": {
"description": "The URI of the file used to produce the image.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1ImageProperties": {
"description": "Stores image properties, such as dominant colors.",
"id": "GoogleCloudVisionV1p3beta1ImageProperties",
"properties": {
"dominantColors": {
"$ref": "GoogleCloudVisionV1p3beta1DominantColorsAnnotation",
"description": "If present, dominant colors completed successfully."
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1ImportProductSetsResponse": {
"description": "Response message for the `ImportProductSets` method.\n\nThis message is returned by the\ngoogle.longrunning.Operations.GetOperation method in the returned\ngoogle.longrunning.Operation.response field.",
"id": "GoogleCloudVisionV1p3beta1ImportProductSetsResponse",
"properties": {
"referenceImages": {
"description": "The list of reference_images that are imported successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1ReferenceImage"
},
"type": "array"
},
"statuses": {
"description": "The rpc status for each ImportProductSet request, including both successes\nand errors.\n\nThe number of statuses here matches the number of lines in the csv file,\nand statuses[i] stores the success or failure status of processing the i-th\nline of the csv, starting from line 0.",
"items": {
"$ref": "Status"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1InputConfig": {
"description": "The desired input location and metadata.",
"id": "GoogleCloudVisionV1p3beta1InputConfig",
"properties": {
"content": {
"description": "File content, represented as a stream of bytes.\nNote: As with all `bytes` fields, protobuffers use a pure binary\nrepresentation, whereas JSON representations use base64.\n\nCurrently, this field only works for BatchAnnotateFiles requests. It does\nnot work for AsyncBatchAnnotateFiles requests.",
"format": "byte",
"type": "string"
},
"gcsSource": {
"$ref": "GoogleCloudVisionV1p3beta1GcsSource",
"description": "The Google Cloud Storage location to read the input from."
},
"mimeType": {
"description": "The type of the file. Currently only \"application/pdf\", \"image/tiff\" and\n\"image/gif\" are supported. Wildcards are not supported.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation": {
"description": "Set of detected objects with bounding boxes.",
"id": "GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation",
"properties": {
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p3beta1BoundingPoly",
"description": "Image region to which this object belongs. This must be populated."
},
"languageCode": {
"description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more\ninformation, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
},
"mid": {
"description": "Object ID that should align with EntityAnnotation mid.",
"type": "string"
},
"name": {
"description": "Object name, expressed in its `language_code` language.",
"type": "string"
},
"score": {
"description": "Score of the result. Range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1LocationInfo": {
"description": "Detected entity location information.",
"id": "GoogleCloudVisionV1p3beta1LocationInfo",
"properties": {
"latLng": {
"$ref": "LatLng",
"description": "lat/long location coordinates."
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1NormalizedVertex": {
"description": "A vertex represents a 2D point in the image.\nNOTE: the normalized vertex coordinates are relative to the original image\nand range from 0 to 1.",
"id": "GoogleCloudVisionV1p3beta1NormalizedVertex",
"properties": {
"x": {
"description": "X coordinate.",
"format": "float",
"type": "number"
},
"y": {
"description": "Y coordinate.",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1OperationMetadata": {
"description": "Contains metadata for the BatchAnnotateImages operation.",
"id": "GoogleCloudVisionV1p3beta1OperationMetadata",
"properties": {
"createTime": {
"description": "The time when the batch request was received.",
"format": "google-datetime",
"type": "string"
},
"state": {
"description": "Current state of the batch operation.",
"enum": [
"STATE_UNSPECIFIED",
"CREATED",
"RUNNING",
"DONE",
"CANCELLED"
],
"enumDescriptions": [
"Invalid.",
"Request is received.",
"Request is actively being processed.",
"The batch processing is done.",
"The batch processing was cancelled."
],
"type": "string"
},
"updateTime": {
"description": "The time when the operation result was last updated.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1OutputConfig": {
"description": "The desired output location and metadata.",
"id": "GoogleCloudVisionV1p3beta1OutputConfig",
"properties": {
"batchSize": {
"description": "The max number of response protos to put into each output JSON file on\nGoogle Cloud Storage.\nThe valid range is [1, 100]. If not specified, the default value is 20.\n\nFor example, for one pdf file with 100 pages, 100 response protos will\nbe generated. If `batch_size` = 20, then 5 json files each\ncontaining 20 response protos will be written under the prefix\n`gcs_destination`.`uri`.\n\nCurrently, batch_size only applies to GcsDestination, with potential future\nsupport for other output configurations.",
"format": "int32",
"type": "integer"
},
"gcsDestination": {
"$ref": "GoogleCloudVisionV1p3beta1GcsDestination",
"description": "The Google Cloud Storage location to write the output(s) to."
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1Page": {
"description": "Detected page from OCR.",
"id": "GoogleCloudVisionV1p3beta1Page",
"properties": {
"blocks": {
"description": "List of blocks of text, images etc on this page.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1Block"
},
"type": "array"
},
"confidence": {
"description": "Confidence of the OCR results on the page. Range [0, 1].",
"format": "float",
"type": "number"
},
"height": {
"description": "Page height. For PDFs the unit is points. For images (including\nTIFFs) the unit is pixels.",
"format": "int32",
"type": "integer"
},
"property": {
"$ref": "GoogleCloudVisionV1p3beta1TextAnnotationTextProperty",
"description": "Additional information detected on the page."
},
"width": {
"description": "Page width. For PDFs the unit is points. For images (including\nTIFFs) the unit is pixels.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1Paragraph": {
"description": "Structural unit of text representing a number of words in certain order.",
"id": "GoogleCloudVisionV1p3beta1Paragraph",
"properties": {
"boundingBox": {
"$ref": "GoogleCloudVisionV1p3beta1BoundingPoly",
"description": "The bounding box for the paragraph.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n * when the text is horizontal it might look like:\n 0----1\n | |\n 3----2\n * when it's rotated 180 degrees around the top-left corner it becomes:\n 2----3\n | |\n 1----0\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results for the paragraph. Range [0, 1].",
"format": "float",
"type": "number"
},
"property": {
"$ref": "GoogleCloudVisionV1p3beta1TextAnnotationTextProperty",
"description": "Additional information detected for the paragraph."
},
"words": {
"description": "List of all words in this paragraph.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1Word"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1Position": {
"description": "A 3D position in the image, used primarily for Face detection landmarks.\nA valid Position must have both x and y coordinates.\nThe position coordinates are in the same scale as the original image.",
"id": "GoogleCloudVisionV1p3beta1Position",
"properties": {
"x": {
"description": "X coordinate.",
"format": "float",
"type": "number"
},
"y": {
"description": "Y coordinate.",
"format": "float",
"type": "number"
},
"z": {
"description": "Z coordinate (or depth).",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1Product": {
"description": "A Product contains ReferenceImages.",
"id": "GoogleCloudVisionV1p3beta1Product",
"properties": {
"description": {
"description": "User-provided metadata to be stored with this product. Must be at most 4096\ncharacters long.",
"type": "string"
},
"displayName": {
"description": "The user-provided name for this Product. Must not be empty. Must be at most\n4096 characters long.",
"type": "string"
},
"name": {
"description": "The resource name of the product.\n\nFormat is:\n`projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`.\n\nThis field is ignored when creating a product.",
"type": "string"
},
"productCategory": {
"description": "Immutable. The category for the product identified by the reference image. This should\nbe either \"homegoods-v2\", \"apparel-v2\", or \"toys-v2\". The legacy categories\n\"homegoods\", \"apparel\", and \"toys\" are still supported, but these should\nnot be used for new products.",
"type": "string"
},
"productLabels": {
"description": "Key-value pairs that can be attached to a product. At query time,\nconstraints can be specified based on the product_labels.\n\nNote that integer values can be provided as strings, e.g. \"1199\". Only\nstrings with integer values can match a range-based restriction which is\nto be supported soon.\n\nMultiple values can be assigned to the same key. One product may have up to\n500 product_labels.\n\nNotice that the total number of distinct product_labels over all products\nin one ProductSet cannot exceed 1M, otherwise the product search pipeline\nwill refuse to work for that ProductSet.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1ProductKeyValue"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1ProductKeyValue": {
"description": "A product label represented as a key-value pair.",
"id": "GoogleCloudVisionV1p3beta1ProductKeyValue",
"properties": {
"key": {
"description": "The key of the label attached to the product. Cannot be empty and cannot\nexceed 128 bytes.",
"type": "string"
},
"value": {
"description": "The value of the label attached to the product. Cannot be empty and\ncannot exceed 128 bytes.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1ProductSearchResults": {
"description": "Results for a product search request.",
"id": "GoogleCloudVisionV1p3beta1ProductSearchResults",
"properties": {
"indexTime": {
"description": "Timestamp of the index which provided these results. Products added to the\nproduct set and products removed from the product set after this time are\nnot reflected in the current results.",
"format": "google-datetime",
"type": "string"
},
"productGroupedResults": {
"description": "List of results grouped by products detected in the query image. Each entry\ncorresponds to one bounding polygon in the query image, and contains the\nmatching products specific to that region. There may be duplicate product\nmatches in the union of all the per-product results.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult"
},
"type": "array"
},
"results": {
"description": "List of results, one for each product match.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1ProductSearchResultsResult"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult": {
"description": "Information about the products similar to a single product in a query\nimage.",
"id": "GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult",
"properties": {
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p3beta1BoundingPoly",
"description": "The bounding polygon around the product detected in the query image."
},
"objectAnnotations": {
"description": "List of generic predictions for the object in the bounding box.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation"
},
"type": "array"
},
"results": {
"description": "List of results, one for each product match.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1ProductSearchResultsResult"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation": {
"description": "Prediction for what the object in the bounding box is.",
"id": "GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation",
"properties": {
"languageCode": {
"description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more\ninformation, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
},
"mid": {
"description": "Object ID that should align with EntityAnnotation mid.",
"type": "string"
},
"name": {
"description": "Object name, expressed in its `language_code` language.",
"type": "string"
},
"score": {
"description": "Score of the result. Range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1ProductSearchResultsResult": {
"description": "Information about a product.",
"id": "GoogleCloudVisionV1p3beta1ProductSearchResultsResult",
"properties": {
"image": {
"description": "The resource name of the image from the product that is the closest match\nto the query.",
"type": "string"
},
"product": {
"$ref": "GoogleCloudVisionV1p3beta1Product",
"description": "The Product."
},
"score": {
"description": "A confidence level on the match, ranging from 0 (no confidence) to\n1 (full confidence).",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1Property": {
"description": "A `Property` consists of a user-supplied name/value pair.",
"id": "GoogleCloudVisionV1p3beta1Property",
"properties": {
"name": {
"description": "Name of the property.",
"type": "string"
},
"uint64Value": {
"description": "Value of numeric properties.",
"format": "uint64",
"type": "string"
},
"value": {
"description": "Value of the property.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1ReferenceImage": {
"description": "A `ReferenceImage` represents a product image and its associated metadata,\nsuch as bounding boxes.",
"id": "GoogleCloudVisionV1p3beta1ReferenceImage",
"properties": {
"boundingPolys": {
"description": "Optional. Bounding polygons around the areas of interest in the reference image.\nIf this field is empty, the system will try to detect regions of\ninterest. At most 10 bounding polygons will be used.\n\nThe provided shape is converted into a non-rotated rectangle. Once\nconverted, the small edge of the rectangle must be greater than or equal\nto 300 pixels. The aspect ratio must be 1:4 or less (i.e. 1:3 is ok; 1:5\nis not).",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1BoundingPoly"
},
"type": "array"
},
"name": {
"description": "The resource name of the reference image.\n\nFormat is:\n\n`projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/referenceImages/IMAGE_ID`.\n\nThis field is ignored when creating a reference image.",
"type": "string"
},
"uri": {
"description": "Required. The Google Cloud Storage URI of the reference image.\n\nThe URI must start with `gs://`.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1SafeSearchAnnotation": {
"description": "Set of features pertaining to the image, computed by computer vision\nmethods over safe-search verticals (for example, adult, spoof, medical,\nviolence).",
"id": "GoogleCloudVisionV1p3beta1SafeSearchAnnotation",
"properties": {
"adult": {
"description": "Represents the adult content likelihood for the image. Adult content may\ncontain elements such as nudity, pornographic images or cartoons, or\nsexual activities.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"medical": {
"description": "Likelihood that this is a medical image.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"racy": {
"description": "Likelihood that the request image contains racy content. Racy content may\ninclude (but is not limited to) skimpy or sheer clothing, strategically\ncovered nudity, lewd or provocative poses, or close-ups of sensitive\nbody areas.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"spoof": {
"description": "Spoof likelihood. The likelihood that an modification\nwas made to the image's canonical version to make it appear\nfunny or offensive.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"violence": {
"description": "Likelihood that this image contains violent content.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1Symbol": {
"description": "A single symbol representation.",
"id": "GoogleCloudVisionV1p3beta1Symbol",
"properties": {
"boundingBox": {
"$ref": "GoogleCloudVisionV1p3beta1BoundingPoly",
"description": "The bounding box for the symbol.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n * when the text is horizontal it might look like:\n 0----1\n | |\n 3----2\n * when it's rotated 180 degrees around the top-left corner it becomes:\n 2----3\n | |\n 1----0\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results for the symbol. Range [0, 1].",
"format": "float",
"type": "number"
},
"property": {
"$ref": "GoogleCloudVisionV1p3beta1TextAnnotationTextProperty",
"description": "Additional information detected for the symbol."
},
"text": {
"description": "The actual UTF-8 representation of the symbol.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1TextAnnotation": {
"description": "TextAnnotation contains a structured representation of OCR extracted text.\nThe hierarchy of an OCR extracted text structure is like this:\n TextAnnotation -\u003e Page -\u003e Block -\u003e Paragraph -\u003e Word -\u003e Symbol\nEach structural component, starting from Page, may further have their own\nproperties. Properties describe detected languages, breaks etc.. Please refer\nto the TextAnnotation.TextProperty message definition below for more\ndetail.",
"id": "GoogleCloudVisionV1p3beta1TextAnnotation",
"properties": {
"pages": {
"description": "List of pages detected by OCR.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1Page"
},
"type": "array"
},
"text": {
"description": "UTF-8 text detected on the pages.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak": {
"description": "Detected start or end of a structural component.",
"id": "GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak",
"properties": {
"isPrefix": {
"description": "True if break prepends the element.",
"type": "boolean"
},
"type": {
"description": "Detected break type.",
"enum": [
"UNKNOWN",
"SPACE",
"SURE_SPACE",
"EOL_SURE_SPACE",
"HYPHEN",
"LINE_BREAK"
],
"enumDescriptions": [
"Unknown break label type.",
"Regular space.",
"Sure space (very wide).",
"Line-wrapping break.",
"End-line hyphen that is not present in text; does not co-occur with\n`SPACE`, `LEADER_SPACE`, or `LINE_BREAK`.",
"Line break that ends a paragraph."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage": {
"description": "Detected language for a structural component.",
"id": "GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage",
"properties": {
"confidence": {
"description": "Confidence of detected language. Range [0, 1].",
"format": "float",
"type": "number"
},
"languageCode": {
"description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more\ninformation, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1TextAnnotationTextProperty": {
"description": "Additional information detected on the structural component.",
"id": "GoogleCloudVisionV1p3beta1TextAnnotationTextProperty",
"properties": {
"detectedBreak": {
"$ref": "GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak",
"description": "Detected start or end of a text segment."
},
"detectedLanguages": {
"description": "A list of detected languages together with confidence.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1Vertex": {
"description": "A vertex represents a 2D point in the image.\nNOTE: the vertex coordinates are in the same scale as the original image.",
"id": "GoogleCloudVisionV1p3beta1Vertex",
"properties": {
"x": {
"description": "X coordinate.",
"format": "int32",
"type": "integer"
},
"y": {
"description": "Y coordinate.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1WebDetection": {
"description": "Relevant information for the image from the Internet.",
"id": "GoogleCloudVisionV1p3beta1WebDetection",
"properties": {
"bestGuessLabels": {
"description": "The service's best guess as to the topic of the request image.\nInferred from similar images on the open web.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1WebDetectionWebLabel"
},
"type": "array"
},
"fullMatchingImages": {
"description": "Fully matching images from the Internet.\nCan include resized copies of the query image.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1WebDetectionWebImage"
},
"type": "array"
},
"pagesWithMatchingImages": {
"description": "Web pages containing the matching images from the Internet.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1WebDetectionWebPage"
},
"type": "array"
},
"partialMatchingImages": {
"description": "Partial matching images from the Internet.\nThose images are similar enough to share some key-point features. For\nexample an original image will likely have partial matching for its crops.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1WebDetectionWebImage"
},
"type": "array"
},
"visuallySimilarImages": {
"description": "The visually similar image results.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1WebDetectionWebImage"
},
"type": "array"
},
"webEntities": {
"description": "Deduced entities from similar images on the Internet.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1WebDetectionWebEntity"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1WebDetectionWebEntity": {
"description": "Entity deduced from similar images on the Internet.",
"id": "GoogleCloudVisionV1p3beta1WebDetectionWebEntity",
"properties": {
"description": {
"description": "Canonical description of the entity, in English.",
"type": "string"
},
"entityId": {
"description": "Opaque entity ID.",
"type": "string"
},
"score": {
"description": "Overall relevancy score for the entity.\nNot normalized and not comparable across different image queries.",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1WebDetectionWebImage": {
"description": "Metadata for online images.",
"id": "GoogleCloudVisionV1p3beta1WebDetectionWebImage",
"properties": {
"score": {
"description": "(Deprecated) Overall relevancy score for the image.",
"format": "float",
"type": "number"
},
"url": {
"description": "The result image URL.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1WebDetectionWebLabel": {
"description": "Label to provide extra metadata for the web detection.",
"id": "GoogleCloudVisionV1p3beta1WebDetectionWebLabel",
"properties": {
"label": {
"description": "Label for extra metadata.",
"type": "string"
},
"languageCode": {
"description": "The BCP-47 language code for `label`, such as \"en-US\" or \"sr-Latn\".\nFor more information, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1WebDetectionWebPage": {
"description": "Metadata for web pages.",
"id": "GoogleCloudVisionV1p3beta1WebDetectionWebPage",
"properties": {
"fullMatchingImages": {
"description": "Fully matching images on the page.\nCan include resized copies of the query image.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1WebDetectionWebImage"
},
"type": "array"
},
"pageTitle": {
"description": "Title for the web page, may contain HTML markups.",
"type": "string"
},
"partialMatchingImages": {
"description": "Partial matching images on the page.\nThose images are similar enough to share some key-point features. For\nexample an original image will likely have partial matching for its\ncrops.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1WebDetectionWebImage"
},
"type": "array"
},
"score": {
"description": "(Deprecated) Overall relevancy score for the web page.",
"format": "float",
"type": "number"
},
"url": {
"description": "The result web page URL.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p3beta1Word": {
"description": "A word representation.",
"id": "GoogleCloudVisionV1p3beta1Word",
"properties": {
"boundingBox": {
"$ref": "GoogleCloudVisionV1p3beta1BoundingPoly",
"description": "The bounding box for the word.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n * when the text is horizontal it might look like:\n 0----1\n | |\n 3----2\n * when it's rotated 180 degrees around the top-left corner it becomes:\n 2----3\n | |\n 1----0\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results for the word. Range [0, 1].",
"format": "float",
"type": "number"
},
"property": {
"$ref": "GoogleCloudVisionV1p3beta1TextAnnotationTextProperty",
"description": "Additional information detected for the word."
},
"symbols": {
"description": "List of symbols in the word.\nThe order of the symbols follows the natural reading order.",
"items": {
"$ref": "GoogleCloudVisionV1p3beta1Symbol"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1AnnotateFileResponse": {
"description": "Response to a single file annotation request. A file may contain one or more\nimages, which individually have their own responses.",
"id": "GoogleCloudVisionV1p4beta1AnnotateFileResponse",
"properties": {
"error": {
"$ref": "Status",
"description": "If set, represents the error message for the failed request. The\n`responses` field will not be set in this case."
},
"inputConfig": {
"$ref": "GoogleCloudVisionV1p4beta1InputConfig",
"description": "Information about the file for which this response is generated."
},
"responses": {
"description": "Individual responses to images found within the file. This field will be\nempty if the `error` field is set.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1AnnotateImageResponse"
},
"type": "array"
},
"totalPages": {
"description": "This field gives the total number of pages in the file.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1AnnotateImageResponse": {
"description": "Response to an image annotation request.",
"id": "GoogleCloudVisionV1p4beta1AnnotateImageResponse",
"properties": {
"context": {
"$ref": "GoogleCloudVisionV1p4beta1ImageAnnotationContext",
"description": "If present, contextual information is needed to understand where this image\ncomes from."
},
"cropHintsAnnotation": {
"$ref": "GoogleCloudVisionV1p4beta1CropHintsAnnotation",
"description": "If present, crop hints have completed successfully."
},
"error": {
"$ref": "Status",
"description": "If set, represents the error message for the operation.\nNote that filled-in image annotations are guaranteed to be\ncorrect, even when `error` is set."
},
"faceAnnotations": {
"description": "If present, face detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1FaceAnnotation"
},
"type": "array"
},
"fullTextAnnotation": {
"$ref": "GoogleCloudVisionV1p4beta1TextAnnotation",
"description": "If present, text (OCR) detection or document (OCR) text detection has\ncompleted successfully.\nThis annotation provides the structural hierarchy for the OCR detected\ntext."
},
"imagePropertiesAnnotation": {
"$ref": "GoogleCloudVisionV1p4beta1ImageProperties",
"description": "If present, image properties were extracted successfully."
},
"labelAnnotations": {
"description": "If present, label detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1EntityAnnotation"
},
"type": "array"
},
"landmarkAnnotations": {
"description": "If present, landmark detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1EntityAnnotation"
},
"type": "array"
},
"localizedObjectAnnotations": {
"description": "If present, localized object detection has completed successfully.\nThis will be sorted descending by confidence score.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation"
},
"type": "array"
},
"logoAnnotations": {
"description": "If present, logo detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1EntityAnnotation"
},
"type": "array"
},
"productSearchResults": {
"$ref": "GoogleCloudVisionV1p4beta1ProductSearchResults",
"description": "If present, product search has completed successfully."
},
"safeSearchAnnotation": {
"$ref": "GoogleCloudVisionV1p4beta1SafeSearchAnnotation",
"description": "If present, safe-search annotation has completed successfully."
},
"textAnnotations": {
"description": "If present, text (OCR) detection has completed successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1EntityAnnotation"
},
"type": "array"
},
"webDetection": {
"$ref": "GoogleCloudVisionV1p4beta1WebDetection",
"description": "If present, web detection has completed successfully."
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse": {
"description": "The response for a single offline file annotation request.",
"id": "GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse",
"properties": {
"outputConfig": {
"$ref": "GoogleCloudVisionV1p4beta1OutputConfig",
"description": "The output location and metadata from AsyncAnnotateFileRequest."
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse": {
"description": "Response to an async batch file annotation request.",
"id": "GoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse",
"properties": {
"responses": {
"description": "The list of file annotation responses, one for each request in\nAsyncBatchAnnotateFilesRequest.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1AsyncBatchAnnotateImagesResponse": {
"description": "Response to an async batch image annotation request.",
"id": "GoogleCloudVisionV1p4beta1AsyncBatchAnnotateImagesResponse",
"properties": {
"outputConfig": {
"$ref": "GoogleCloudVisionV1p4beta1OutputConfig",
"description": "The output location and metadata from AsyncBatchAnnotateImagesRequest."
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse": {
"description": "A list of file annotation responses.",
"id": "GoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse",
"properties": {
"responses": {
"description": "The list of file annotation responses, each response corresponding to each\nAnnotateFileRequest in BatchAnnotateFilesRequest.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1AnnotateFileResponse"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1BatchOperationMetadata": {
"description": "Metadata for the batch operations such as the current state.\n\nThis is included in the `metadata` field of the `Operation` returned by the\n`GetOperation` call of the `google::longrunning::Operations` service.",
"id": "GoogleCloudVisionV1p4beta1BatchOperationMetadata",
"properties": {
"endTime": {
"description": "The time when the batch request is finished and\ngoogle.longrunning.Operation.done is set to true.",
"format": "google-datetime",
"type": "string"
},
"state": {
"description": "The current state of the batch operation.",
"enum": [
"STATE_UNSPECIFIED",
"PROCESSING",
"SUCCESSFUL",
"FAILED",
"CANCELLED"
],
"enumDescriptions": [
"Invalid.",
"Request is actively being processed.",
"The request is done and at least one item has been successfully\nprocessed.",
"The request is done and no item has been successfully processed.",
"The request is done after the longrunning.Operations.CancelOperation has\nbeen called by the user. Any records that were processed before the\ncancel command are output as specified in the request."
],
"type": "string"
},
"submitTime": {
"description": "The time when the batch request was submitted to the server.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1Block": {
"description": "Logical element on the page.",
"id": "GoogleCloudVisionV1p4beta1Block",
"properties": {
"blockType": {
"description": "Detected block type (text, image etc) for this block.",
"enum": [
"UNKNOWN",
"TEXT",
"TABLE",
"PICTURE",
"RULER",
"BARCODE"
],
"enumDescriptions": [
"Unknown block type.",
"Regular text block.",
"Table block.",
"Image block.",
"Horizontal/vertical line box.",
"Barcode block."
],
"type": "string"
},
"boundingBox": {
"$ref": "GoogleCloudVisionV1p4beta1BoundingPoly",
"description": "The bounding box for the block.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n\n* when the text is horizontal it might look like:\n\n 0----1\n | |\n 3----2\n\n* when it's rotated 180 degrees around the top-left corner it becomes:\n\n 2----3\n | |\n 1----0\n\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results on the block. Range [0, 1].",
"format": "float",
"type": "number"
},
"paragraphs": {
"description": "List of paragraphs in this block (if this blocks is of type text).",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1Paragraph"
},
"type": "array"
},
"property": {
"$ref": "GoogleCloudVisionV1p4beta1TextAnnotationTextProperty",
"description": "Additional information detected for the block."
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1BoundingPoly": {
"description": "A bounding polygon for the detected image annotation.",
"id": "GoogleCloudVisionV1p4beta1BoundingPoly",
"properties": {
"normalizedVertices": {
"description": "The bounding polygon normalized vertices.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1NormalizedVertex"
},
"type": "array"
},
"vertices": {
"description": "The bounding polygon vertices.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1Vertex"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1Celebrity": {
"description": "A Celebrity is a group of Faces with an identity.",
"id": "GoogleCloudVisionV1p4beta1Celebrity",
"properties": {
"description": {
"description": "The Celebrity's description.",
"type": "string"
},
"displayName": {
"description": "The Celebrity's display name.",
"type": "string"
},
"name": {
"description": "The resource name of the preloaded Celebrity. Has the format\n`builtin/{mid}`.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1ColorInfo": {
"description": "Color information consists of RGB channels, score, and the fraction of\nthe image that the color occupies in the image.",
"id": "GoogleCloudVisionV1p4beta1ColorInfo",
"properties": {
"color": {
"$ref": "Color",
"description": "RGB components of the color."
},
"pixelFraction": {
"description": "The fraction of pixels the color occupies in the image.\nValue in range [0, 1].",
"format": "float",
"type": "number"
},
"score": {
"description": "Image-specific score for this color. Value in range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1CropHint": {
"description": "Single crop hint that is used to generate a new crop when serving an image.",
"id": "GoogleCloudVisionV1p4beta1CropHint",
"properties": {
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p4beta1BoundingPoly",
"description": "The bounding polygon for the crop region. The coordinates of the bounding\nbox are in the original image's scale."
},
"confidence": {
"description": "Confidence of this being a salient region. Range [0, 1].",
"format": "float",
"type": "number"
},
"importanceFraction": {
"description": "Fraction of importance of this salient region with respect to the original\nimage.",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1CropHintsAnnotation": {
"description": "Set of crop hints that are used to generate new crops when serving images.",
"id": "GoogleCloudVisionV1p4beta1CropHintsAnnotation",
"properties": {
"cropHints": {
"description": "Crop hint results.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1CropHint"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1DominantColorsAnnotation": {
"description": "Set of dominant colors and their corresponding scores.",
"id": "GoogleCloudVisionV1p4beta1DominantColorsAnnotation",
"properties": {
"colors": {
"description": "RGB color values with their score and pixel fraction.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1ColorInfo"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1EntityAnnotation": {
"description": "Set of detected entity features.",
"id": "GoogleCloudVisionV1p4beta1EntityAnnotation",
"properties": {
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p4beta1BoundingPoly",
"description": "Image region to which this entity belongs. Not produced\nfor `LABEL_DETECTION` features."
},
"confidence": {
"description": "**Deprecated. Use `score` instead.**\nThe accuracy of the entity detection in an image.\nFor example, for an image in which the \"Eiffel Tower\" entity is detected,\nthis field represents the confidence that there is a tower in the query\nimage. Range [0, 1].",
"format": "float",
"type": "number"
},
"description": {
"description": "Entity textual description, expressed in its `locale` language.",
"type": "string"
},
"locale": {
"description": "The language code for the locale in which the entity textual\n`description` is expressed.",
"type": "string"
},
"locations": {
"description": "The location information for the detected entity. Multiple\n`LocationInfo` elements can be present because one location may\nindicate the location of the scene in the image, and another location\nmay indicate the location of the place where the image was taken.\nLocation information is usually present for landmarks.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1LocationInfo"
},
"type": "array"
},
"mid": {
"description": "Opaque entity ID. Some IDs may be available in\n[Google Knowledge Graph Search\nAPI](https://developers.google.com/knowledge-graph/).",
"type": "string"
},
"properties": {
"description": "Some entities may have optional user-supplied `Property` (name/value)\nfields, such a score or string that qualifies the entity.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1Property"
},
"type": "array"
},
"score": {
"description": "Overall score of the result. Range [0, 1].",
"format": "float",
"type": "number"
},
"topicality": {
"description": "The relevancy of the ICA (Image Content Annotation) label to the\nimage. For example, the relevancy of \"tower\" is likely higher to an image\ncontaining the detected \"Eiffel Tower\" than to an image containing a\ndetected distant towering building, even though the confidence that\nthere is a tower in each image may be the same. Range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1FaceAnnotation": {
"description": "A face annotation object contains the results of face detection.",
"id": "GoogleCloudVisionV1p4beta1FaceAnnotation",
"properties": {
"angerLikelihood": {
"description": "Anger likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"blurredLikelihood": {
"description": "Blurred likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p4beta1BoundingPoly",
"description": "The bounding polygon around the face. The coordinates of the bounding box\nare in the original image's scale.\nThe bounding box is computed to \"frame\" the face in accordance with human\nexpectations. It is based on the landmarker results.\nNote that one or more x and/or y coordinates may not be generated in the\n`BoundingPoly` (the polygon will be unbounded) if only a partial face\nappears in the image to be annotated."
},
"detectionConfidence": {
"description": "Detection confidence. Range [0, 1].",
"format": "float",
"type": "number"
},
"fdBoundingPoly": {
"$ref": "GoogleCloudVisionV1p4beta1BoundingPoly",
"description": "The `fd_bounding_poly` bounding polygon is tighter than the\n`boundingPoly`, and encloses only the skin part of the face. Typically, it\nis used to eliminate the face from any image analysis that detects the\n\"amount of skin\" visible in an image. It is not based on the\nlandmarker results, only on the initial face detection, hence\nthe \u003ccode\u003efd\u003c/code\u003e (face detection) prefix."
},
"headwearLikelihood": {
"description": "Headwear likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"joyLikelihood": {
"description": "Joy likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"landmarkingConfidence": {
"description": "Face landmarking confidence. Range [0, 1].",
"format": "float",
"type": "number"
},
"landmarks": {
"description": "Detected face landmarks.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1FaceAnnotationLandmark"
},
"type": "array"
},
"panAngle": {
"description": "Yaw angle, which indicates the leftward/rightward angle that the face is\npointing relative to the vertical plane perpendicular to the image. Range\n[-180,180].",
"format": "float",
"type": "number"
},
"recognitionResult": {
"description": "Additional recognition information. Only computed if\nimage_context.face_recognition_params is provided, **and** a match is found\nto a Celebrity in the input CelebritySet. This field is\nsorted in order of decreasing confidence values.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1FaceRecognitionResult"
},
"type": "array"
},
"rollAngle": {
"description": "Roll angle, which indicates the amount of clockwise/anti-clockwise rotation\nof the face relative to the image vertical about the axis perpendicular to\nthe face. Range [-180,180].",
"format": "float",
"type": "number"
},
"sorrowLikelihood": {
"description": "Sorrow likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"surpriseLikelihood": {
"description": "Surprise likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"tiltAngle": {
"description": "Pitch angle, which indicates the upwards/downwards angle that the face is\npointing relative to the image's horizontal plane. Range [-180,180].",
"format": "float",
"type": "number"
},
"underExposedLikelihood": {
"description": "Under-exposed likelihood.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1FaceAnnotationLandmark": {
"description": "A face-specific landmark (for example, a face feature).",
"id": "GoogleCloudVisionV1p4beta1FaceAnnotationLandmark",
"properties": {
"position": {
"$ref": "GoogleCloudVisionV1p4beta1Position",
"description": "Face landmark position."
},
"type": {
"description": "Face landmark type.",
"enum": [
"UNKNOWN_LANDMARK",
"LEFT_EYE",
"RIGHT_EYE",
"LEFT_OF_LEFT_EYEBROW",
"RIGHT_OF_LEFT_EYEBROW",
"LEFT_OF_RIGHT_EYEBROW",
"RIGHT_OF_RIGHT_EYEBROW",
"MIDPOINT_BETWEEN_EYES",
"NOSE_TIP",
"UPPER_LIP",
"LOWER_LIP",
"MOUTH_LEFT",
"MOUTH_RIGHT",
"MOUTH_CENTER",
"NOSE_BOTTOM_RIGHT",
"NOSE_BOTTOM_LEFT",
"NOSE_BOTTOM_CENTER",
"LEFT_EYE_TOP_BOUNDARY",
"LEFT_EYE_RIGHT_CORNER",
"LEFT_EYE_BOTTOM_BOUNDARY",
"LEFT_EYE_LEFT_CORNER",
"RIGHT_EYE_TOP_BOUNDARY",
"RIGHT_EYE_RIGHT_CORNER",
"RIGHT_EYE_BOTTOM_BOUNDARY",
"RIGHT_EYE_LEFT_CORNER",
"LEFT_EYEBROW_UPPER_MIDPOINT",
"RIGHT_EYEBROW_UPPER_MIDPOINT",
"LEFT_EAR_TRAGION",
"RIGHT_EAR_TRAGION",
"LEFT_EYE_PUPIL",
"RIGHT_EYE_PUPIL",
"FOREHEAD_GLABELLA",
"CHIN_GNATHION",
"CHIN_LEFT_GONION",
"CHIN_RIGHT_GONION"
],
"enumDescriptions": [
"Unknown face landmark detected. Should not be filled.",
"Left eye.",
"Right eye.",
"Left of left eyebrow.",
"Right of left eyebrow.",
"Left of right eyebrow.",
"Right of right eyebrow.",
"Midpoint between eyes.",
"Nose tip.",
"Upper lip.",
"Lower lip.",
"Mouth left.",
"Mouth right.",
"Mouth center.",
"Nose, bottom right.",
"Nose, bottom left.",
"Nose, bottom center.",
"Left eye, top boundary.",
"Left eye, right corner.",
"Left eye, bottom boundary.",
"Left eye, left corner.",
"Right eye, top boundary.",
"Right eye, right corner.",
"Right eye, bottom boundary.",
"Right eye, left corner.",
"Left eyebrow, upper midpoint.",
"Right eyebrow, upper midpoint.",
"Left ear tragion.",
"Right ear tragion.",
"Left eye pupil.",
"Right eye pupil.",
"Forehead glabella.",
"Chin gnathion.",
"Chin left gonion.",
"Chin right gonion."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1FaceRecognitionResult": {
"description": "Information about a face's identity.",
"id": "GoogleCloudVisionV1p4beta1FaceRecognitionResult",
"properties": {
"celebrity": {
"$ref": "GoogleCloudVisionV1p4beta1Celebrity",
"description": "The Celebrity that this face was matched to."
},
"confidence": {
"description": "Recognition confidence. Range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1GcsDestination": {
"description": "The Google Cloud Storage location where the output will be written to.",
"id": "GoogleCloudVisionV1p4beta1GcsDestination",
"properties": {
"uri": {
"description": "Google Cloud Storage URI prefix where the results will be stored. Results\nwill be in JSON format and preceded by its corresponding input URI prefix.\nThis field can either represent a gcs file prefix or gcs directory. In\neither case, the uri should be unique because in order to get all of the\noutput files, you will need to do a wildcard gcs search on the uri prefix\nyou provide.\n\nExamples:\n\n* File Prefix: gs://bucket-name/here/filenameprefix The output files\nwill be created in gs://bucket-name/here/ and the names of the\noutput files will begin with \"filenameprefix\".\n\n* Directory Prefix: gs://bucket-name/some/location/ The output files\nwill be created in gs://bucket-name/some/location/ and the names of the\noutput files could be anything because there was no filename prefix\nspecified.\n\nIf multiple outputs, each response is still AnnotateFileResponse, each of\nwhich contains some subset of the full list of AnnotateImageResponse.\nMultiple outputs can happen if, for example, the output JSON is too large\nand overflows into multiple sharded files.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1GcsSource": {
"description": "The Google Cloud Storage location where the input will be read from.",
"id": "GoogleCloudVisionV1p4beta1GcsSource",
"properties": {
"uri": {
"description": "Google Cloud Storage URI for the input file. This must only be a\nGoogle Cloud Storage object. Wildcards are not currently supported.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1ImageAnnotationContext": {
"description": "If an image was produced from a file (e.g. a PDF), this message gives\ninformation about the source of that image.",
"id": "GoogleCloudVisionV1p4beta1ImageAnnotationContext",
"properties": {
"pageNumber": {
"description": "If the file was a PDF or TIFF, this field gives the page number within\nthe file used to produce the image.",
"format": "int32",
"type": "integer"
},
"uri": {
"description": "The URI of the file used to produce the image.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1ImageProperties": {
"description": "Stores image properties, such as dominant colors.",
"id": "GoogleCloudVisionV1p4beta1ImageProperties",
"properties": {
"dominantColors": {
"$ref": "GoogleCloudVisionV1p4beta1DominantColorsAnnotation",
"description": "If present, dominant colors completed successfully."
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1ImportProductSetsResponse": {
"description": "Response message for the `ImportProductSets` method.\n\nThis message is returned by the\ngoogle.longrunning.Operations.GetOperation method in the returned\ngoogle.longrunning.Operation.response field.",
"id": "GoogleCloudVisionV1p4beta1ImportProductSetsResponse",
"properties": {
"referenceImages": {
"description": "The list of reference_images that are imported successfully.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1ReferenceImage"
},
"type": "array"
},
"statuses": {
"description": "The rpc status for each ImportProductSet request, including both successes\nand errors.\n\nThe number of statuses here matches the number of lines in the csv file,\nand statuses[i] stores the success or failure status of processing the i-th\nline of the csv, starting from line 0.",
"items": {
"$ref": "Status"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1InputConfig": {
"description": "The desired input location and metadata.",
"id": "GoogleCloudVisionV1p4beta1InputConfig",
"properties": {
"content": {
"description": "File content, represented as a stream of bytes.\nNote: As with all `bytes` fields, protobuffers use a pure binary\nrepresentation, whereas JSON representations use base64.\n\nCurrently, this field only works for BatchAnnotateFiles requests. It does\nnot work for AsyncBatchAnnotateFiles requests.",
"format": "byte",
"type": "string"
},
"gcsSource": {
"$ref": "GoogleCloudVisionV1p4beta1GcsSource",
"description": "The Google Cloud Storage location to read the input from."
},
"mimeType": {
"description": "The type of the file. Currently only \"application/pdf\", \"image/tiff\" and\n\"image/gif\" are supported. Wildcards are not supported.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation": {
"description": "Set of detected objects with bounding boxes.",
"id": "GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation",
"properties": {
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p4beta1BoundingPoly",
"description": "Image region to which this object belongs. This must be populated."
},
"languageCode": {
"description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more\ninformation, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
},
"mid": {
"description": "Object ID that should align with EntityAnnotation mid.",
"type": "string"
},
"name": {
"description": "Object name, expressed in its `language_code` language.",
"type": "string"
},
"score": {
"description": "Score of the result. Range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1LocationInfo": {
"description": "Detected entity location information.",
"id": "GoogleCloudVisionV1p4beta1LocationInfo",
"properties": {
"latLng": {
"$ref": "LatLng",
"description": "lat/long location coordinates."
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1NormalizedVertex": {
"description": "A vertex represents a 2D point in the image.\nNOTE: the normalized vertex coordinates are relative to the original image\nand range from 0 to 1.",
"id": "GoogleCloudVisionV1p4beta1NormalizedVertex",
"properties": {
"x": {
"description": "X coordinate.",
"format": "float",
"type": "number"
},
"y": {
"description": "Y coordinate.",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1OperationMetadata": {
"description": "Contains metadata for the BatchAnnotateImages operation.",
"id": "GoogleCloudVisionV1p4beta1OperationMetadata",
"properties": {
"createTime": {
"description": "The time when the batch request was received.",
"format": "google-datetime",
"type": "string"
},
"state": {
"description": "Current state of the batch operation.",
"enum": [
"STATE_UNSPECIFIED",
"CREATED",
"RUNNING",
"DONE",
"CANCELLED"
],
"enumDescriptions": [
"Invalid.",
"Request is received.",
"Request is actively being processed.",
"The batch processing is done.",
"The batch processing was cancelled."
],
"type": "string"
},
"updateTime": {
"description": "The time when the operation result was last updated.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1OutputConfig": {
"description": "The desired output location and metadata.",
"id": "GoogleCloudVisionV1p4beta1OutputConfig",
"properties": {
"batchSize": {
"description": "The max number of response protos to put into each output JSON file on\nGoogle Cloud Storage.\nThe valid range is [1, 100]. If not specified, the default value is 20.\n\nFor example, for one pdf file with 100 pages, 100 response protos will\nbe generated. If `batch_size` = 20, then 5 json files each\ncontaining 20 response protos will be written under the prefix\n`gcs_destination`.`uri`.\n\nCurrently, batch_size only applies to GcsDestination, with potential future\nsupport for other output configurations.",
"format": "int32",
"type": "integer"
},
"gcsDestination": {
"$ref": "GoogleCloudVisionV1p4beta1GcsDestination",
"description": "The Google Cloud Storage location to write the output(s) to."
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1Page": {
"description": "Detected page from OCR.",
"id": "GoogleCloudVisionV1p4beta1Page",
"properties": {
"blocks": {
"description": "List of blocks of text, images etc on this page.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1Block"
},
"type": "array"
},
"confidence": {
"description": "Confidence of the OCR results on the page. Range [0, 1].",
"format": "float",
"type": "number"
},
"height": {
"description": "Page height. For PDFs the unit is points. For images (including\nTIFFs) the unit is pixels.",
"format": "int32",
"type": "integer"
},
"property": {
"$ref": "GoogleCloudVisionV1p4beta1TextAnnotationTextProperty",
"description": "Additional information detected on the page."
},
"width": {
"description": "Page width. For PDFs the unit is points. For images (including\nTIFFs) the unit is pixels.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1Paragraph": {
"description": "Structural unit of text representing a number of words in certain order.",
"id": "GoogleCloudVisionV1p4beta1Paragraph",
"properties": {
"boundingBox": {
"$ref": "GoogleCloudVisionV1p4beta1BoundingPoly",
"description": "The bounding box for the paragraph.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n * when the text is horizontal it might look like:\n 0----1\n | |\n 3----2\n * when it's rotated 180 degrees around the top-left corner it becomes:\n 2----3\n | |\n 1----0\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results for the paragraph. Range [0, 1].",
"format": "float",
"type": "number"
},
"property": {
"$ref": "GoogleCloudVisionV1p4beta1TextAnnotationTextProperty",
"description": "Additional information detected for the paragraph."
},
"words": {
"description": "List of all words in this paragraph.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1Word"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1Position": {
"description": "A 3D position in the image, used primarily for Face detection landmarks.\nA valid Position must have both x and y coordinates.\nThe position coordinates are in the same scale as the original image.",
"id": "GoogleCloudVisionV1p4beta1Position",
"properties": {
"x": {
"description": "X coordinate.",
"format": "float",
"type": "number"
},
"y": {
"description": "Y coordinate.",
"format": "float",
"type": "number"
},
"z": {
"description": "Z coordinate (or depth).",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1Product": {
"description": "A Product contains ReferenceImages.",
"id": "GoogleCloudVisionV1p4beta1Product",
"properties": {
"description": {
"description": "User-provided metadata to be stored with this product. Must be at most 4096\ncharacters long.",
"type": "string"
},
"displayName": {
"description": "The user-provided name for this Product. Must not be empty. Must be at most\n4096 characters long.",
"type": "string"
},
"name": {
"description": "The resource name of the product.\n\nFormat is:\n`projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`.\n\nThis field is ignored when creating a product.",
"type": "string"
},
"productCategory": {
"description": "Immutable. The category for the product identified by the reference image. This should\nbe either \"homegoods-v2\", \"apparel-v2\", or \"toys-v2\". The legacy categories\n\"homegoods\", \"apparel\", and \"toys\" are still supported, but these should\nnot be used for new products.",
"type": "string"
},
"productLabels": {
"description": "Key-value pairs that can be attached to a product. At query time,\nconstraints can be specified based on the product_labels.\n\nNote that integer values can be provided as strings, e.g. \"1199\". Only\nstrings with integer values can match a range-based restriction which is\nto be supported soon.\n\nMultiple values can be assigned to the same key. One product may have up to\n500 product_labels.\n\nNotice that the total number of distinct product_labels over all products\nin one ProductSet cannot exceed 1M, otherwise the product search pipeline\nwill refuse to work for that ProductSet.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1ProductKeyValue"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1ProductKeyValue": {
"description": "A product label represented as a key-value pair.",
"id": "GoogleCloudVisionV1p4beta1ProductKeyValue",
"properties": {
"key": {
"description": "The key of the label attached to the product. Cannot be empty and cannot\nexceed 128 bytes.",
"type": "string"
},
"value": {
"description": "The value of the label attached to the product. Cannot be empty and\ncannot exceed 128 bytes.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1ProductSearchResults": {
"description": "Results for a product search request.",
"id": "GoogleCloudVisionV1p4beta1ProductSearchResults",
"properties": {
"indexTime": {
"description": "Timestamp of the index which provided these results. Products added to the\nproduct set and products removed from the product set after this time are\nnot reflected in the current results.",
"format": "google-datetime",
"type": "string"
},
"productGroupedResults": {
"description": "List of results grouped by products detected in the query image. Each entry\ncorresponds to one bounding polygon in the query image, and contains the\nmatching products specific to that region. There may be duplicate product\nmatches in the union of all the per-product results.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult"
},
"type": "array"
},
"results": {
"description": "List of results, one for each product match.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1ProductSearchResultsResult"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult": {
"description": "Information about the products similar to a single product in a query\nimage.",
"id": "GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult",
"properties": {
"boundingPoly": {
"$ref": "GoogleCloudVisionV1p4beta1BoundingPoly",
"description": "The bounding polygon around the product detected in the query image."
},
"objectAnnotations": {
"description": "List of generic predictions for the object in the bounding box.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation"
},
"type": "array"
},
"results": {
"description": "List of results, one for each product match.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1ProductSearchResultsResult"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation": {
"description": "Prediction for what the object in the bounding box is.",
"id": "GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation",
"properties": {
"languageCode": {
"description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more\ninformation, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
},
"mid": {
"description": "Object ID that should align with EntityAnnotation mid.",
"type": "string"
},
"name": {
"description": "Object name, expressed in its `language_code` language.",
"type": "string"
},
"score": {
"description": "Score of the result. Range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1ProductSearchResultsResult": {
"description": "Information about a product.",
"id": "GoogleCloudVisionV1p4beta1ProductSearchResultsResult",
"properties": {
"image": {
"description": "The resource name of the image from the product that is the closest match\nto the query.",
"type": "string"
},
"product": {
"$ref": "GoogleCloudVisionV1p4beta1Product",
"description": "The Product."
},
"score": {
"description": "A confidence level on the match, ranging from 0 (no confidence) to\n1 (full confidence).",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1Property": {
"description": "A `Property` consists of a user-supplied name/value pair.",
"id": "GoogleCloudVisionV1p4beta1Property",
"properties": {
"name": {
"description": "Name of the property.",
"type": "string"
},
"uint64Value": {
"description": "Value of numeric properties.",
"format": "uint64",
"type": "string"
},
"value": {
"description": "Value of the property.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1ReferenceImage": {
"description": "A `ReferenceImage` represents a product image and its associated metadata,\nsuch as bounding boxes.",
"id": "GoogleCloudVisionV1p4beta1ReferenceImage",
"properties": {
"boundingPolys": {
"description": "Optional. Bounding polygons around the areas of interest in the reference image.\nIf this field is empty, the system will try to detect regions of\ninterest. At most 10 bounding polygons will be used.\n\nThe provided shape is converted into a non-rotated rectangle. Once\nconverted, the small edge of the rectangle must be greater than or equal\nto 300 pixels. The aspect ratio must be 1:4 or less (i.e. 1:3 is ok; 1:5\nis not).",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1BoundingPoly"
},
"type": "array"
},
"name": {
"description": "The resource name of the reference image.\n\nFormat is:\n\n`projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/referenceImages/IMAGE_ID`.\n\nThis field is ignored when creating a reference image.",
"type": "string"
},
"uri": {
"description": "Required. The Google Cloud Storage URI of the reference image.\n\nThe URI must start with `gs://`.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1SafeSearchAnnotation": {
"description": "Set of features pertaining to the image, computed by computer vision\nmethods over safe-search verticals (for example, adult, spoof, medical,\nviolence).",
"id": "GoogleCloudVisionV1p4beta1SafeSearchAnnotation",
"properties": {
"adult": {
"description": "Represents the adult content likelihood for the image. Adult content may\ncontain elements such as nudity, pornographic images or cartoons, or\nsexual activities.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"medical": {
"description": "Likelihood that this is a medical image.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"racy": {
"description": "Likelihood that the request image contains racy content. Racy content may\ninclude (but is not limited to) skimpy or sheer clothing, strategically\ncovered nudity, lewd or provocative poses, or close-ups of sensitive\nbody areas.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"spoof": {
"description": "Spoof likelihood. The likelihood that an modification\nwas made to the image's canonical version to make it appear\nfunny or offensive.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"violence": {
"description": "Likelihood that this image contains violent content.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1Symbol": {
"description": "A single symbol representation.",
"id": "GoogleCloudVisionV1p4beta1Symbol",
"properties": {
"boundingBox": {
"$ref": "GoogleCloudVisionV1p4beta1BoundingPoly",
"description": "The bounding box for the symbol.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n * when the text is horizontal it might look like:\n 0----1\n | |\n 3----2\n * when it's rotated 180 degrees around the top-left corner it becomes:\n 2----3\n | |\n 1----0\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results for the symbol. Range [0, 1].",
"format": "float",
"type": "number"
},
"property": {
"$ref": "GoogleCloudVisionV1p4beta1TextAnnotationTextProperty",
"description": "Additional information detected for the symbol."
},
"text": {
"description": "The actual UTF-8 representation of the symbol.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1TextAnnotation": {
"description": "TextAnnotation contains a structured representation of OCR extracted text.\nThe hierarchy of an OCR extracted text structure is like this:\n TextAnnotation -\u003e Page -\u003e Block -\u003e Paragraph -\u003e Word -\u003e Symbol\nEach structural component, starting from Page, may further have their own\nproperties. Properties describe detected languages, breaks etc.. Please refer\nto the TextAnnotation.TextProperty message definition below for more\ndetail.",
"id": "GoogleCloudVisionV1p4beta1TextAnnotation",
"properties": {
"pages": {
"description": "List of pages detected by OCR.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1Page"
},
"type": "array"
},
"text": {
"description": "UTF-8 text detected on the pages.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak": {
"description": "Detected start or end of a structural component.",
"id": "GoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak",
"properties": {
"isPrefix": {
"description": "True if break prepends the element.",
"type": "boolean"
},
"type": {
"description": "Detected break type.",
"enum": [
"UNKNOWN",
"SPACE",
"SURE_SPACE",
"EOL_SURE_SPACE",
"HYPHEN",
"LINE_BREAK"
],
"enumDescriptions": [
"Unknown break label type.",
"Regular space.",
"Sure space (very wide).",
"Line-wrapping break.",
"End-line hyphen that is not present in text; does not co-occur with\n`SPACE`, `LEADER_SPACE`, or `LINE_BREAK`.",
"Line break that ends a paragraph."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage": {
"description": "Detected language for a structural component.",
"id": "GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage",
"properties": {
"confidence": {
"description": "Confidence of detected language. Range [0, 1].",
"format": "float",
"type": "number"
},
"languageCode": {
"description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more\ninformation, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1TextAnnotationTextProperty": {
"description": "Additional information detected on the structural component.",
"id": "GoogleCloudVisionV1p4beta1TextAnnotationTextProperty",
"properties": {
"detectedBreak": {
"$ref": "GoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak",
"description": "Detected start or end of a text segment."
},
"detectedLanguages": {
"description": "A list of detected languages together with confidence.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1Vertex": {
"description": "A vertex represents a 2D point in the image.\nNOTE: the vertex coordinates are in the same scale as the original image.",
"id": "GoogleCloudVisionV1p4beta1Vertex",
"properties": {
"x": {
"description": "X coordinate.",
"format": "int32",
"type": "integer"
},
"y": {
"description": "Y coordinate.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1WebDetection": {
"description": "Relevant information for the image from the Internet.",
"id": "GoogleCloudVisionV1p4beta1WebDetection",
"properties": {
"bestGuessLabels": {
"description": "The service's best guess as to the topic of the request image.\nInferred from similar images on the open web.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1WebDetectionWebLabel"
},
"type": "array"
},
"fullMatchingImages": {
"description": "Fully matching images from the Internet.\nCan include resized copies of the query image.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1WebDetectionWebImage"
},
"type": "array"
},
"pagesWithMatchingImages": {
"description": "Web pages containing the matching images from the Internet.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1WebDetectionWebPage"
},
"type": "array"
},
"partialMatchingImages": {
"description": "Partial matching images from the Internet.\nThose images are similar enough to share some key-point features. For\nexample an original image will likely have partial matching for its crops.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1WebDetectionWebImage"
},
"type": "array"
},
"visuallySimilarImages": {
"description": "The visually similar image results.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1WebDetectionWebImage"
},
"type": "array"
},
"webEntities": {
"description": "Deduced entities from similar images on the Internet.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1WebDetectionWebEntity"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1WebDetectionWebEntity": {
"description": "Entity deduced from similar images on the Internet.",
"id": "GoogleCloudVisionV1p4beta1WebDetectionWebEntity",
"properties": {
"description": {
"description": "Canonical description of the entity, in English.",
"type": "string"
},
"entityId": {
"description": "Opaque entity ID.",
"type": "string"
},
"score": {
"description": "Overall relevancy score for the entity.\nNot normalized and not comparable across different image queries.",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1WebDetectionWebImage": {
"description": "Metadata for online images.",
"id": "GoogleCloudVisionV1p4beta1WebDetectionWebImage",
"properties": {
"score": {
"description": "(Deprecated) Overall relevancy score for the image.",
"format": "float",
"type": "number"
},
"url": {
"description": "The result image URL.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1WebDetectionWebLabel": {
"description": "Label to provide extra metadata for the web detection.",
"id": "GoogleCloudVisionV1p4beta1WebDetectionWebLabel",
"properties": {
"label": {
"description": "Label for extra metadata.",
"type": "string"
},
"languageCode": {
"description": "The BCP-47 language code for `label`, such as \"en-US\" or \"sr-Latn\".\nFor more information, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1WebDetectionWebPage": {
"description": "Metadata for web pages.",
"id": "GoogleCloudVisionV1p4beta1WebDetectionWebPage",
"properties": {
"fullMatchingImages": {
"description": "Fully matching images on the page.\nCan include resized copies of the query image.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1WebDetectionWebImage"
},
"type": "array"
},
"pageTitle": {
"description": "Title for the web page, may contain HTML markups.",
"type": "string"
},
"partialMatchingImages": {
"description": "Partial matching images on the page.\nThose images are similar enough to share some key-point features. For\nexample an original image will likely have partial matching for its\ncrops.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1WebDetectionWebImage"
},
"type": "array"
},
"score": {
"description": "(Deprecated) Overall relevancy score for the web page.",
"format": "float",
"type": "number"
},
"url": {
"description": "The result web page URL.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudVisionV1p4beta1Word": {
"description": "A word representation.",
"id": "GoogleCloudVisionV1p4beta1Word",
"properties": {
"boundingBox": {
"$ref": "GoogleCloudVisionV1p4beta1BoundingPoly",
"description": "The bounding box for the word.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n * when the text is horizontal it might look like:\n 0----1\n | |\n 3----2\n * when it's rotated 180 degrees around the top-left corner it becomes:\n 2----3\n | |\n 1----0\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results for the word. Range [0, 1].",
"format": "float",
"type": "number"
},
"property": {
"$ref": "GoogleCloudVisionV1p4beta1TextAnnotationTextProperty",
"description": "Additional information detected for the word."
},
"symbols": {
"description": "List of symbols in the word.\nThe order of the symbols follows the natural reading order.",
"items": {
"$ref": "GoogleCloudVisionV1p4beta1Symbol"
},
"type": "array"
}
},
"type": "object"
},
"GroupedResult": {
"description": "Information about the products similar to a single product in a query\nimage.",
"id": "GroupedResult",
"properties": {
"boundingPoly": {
"$ref": "BoundingPoly",
"description": "The bounding polygon around the product detected in the query image."
},
"objectAnnotations": {
"description": "List of generic predictions for the object in the bounding box.",
"items": {
"$ref": "ObjectAnnotation"
},
"type": "array"
},
"results": {
"description": "List of results, one for each product match.",
"items": {
"$ref": "Result"
},
"type": "array"
}
},
"type": "object"
},
"ImageAnnotationContext": {
"description": "If an image was produced from a file (e.g. a PDF), this message gives\ninformation about the source of that image.",
"id": "ImageAnnotationContext",
"properties": {
"pageNumber": {
"description": "If the file was a PDF or TIFF, this field gives the page number within\nthe file used to produce the image.",
"format": "int32",
"type": "integer"
},
"uri": {
"description": "The URI of the file used to produce the image.",
"type": "string"
}
},
"type": "object"
},
"ImageProperties": {
"description": "Stores image properties, such as dominant colors.",
"id": "ImageProperties",
"properties": {
"dominantColors": {
"$ref": "DominantColorsAnnotation",
"description": "If present, dominant colors completed successfully."
}
},
"type": "object"
},
"ImportProductSetsResponse": {
"description": "Response message for the `ImportProductSets` method.\n\nThis message is returned by the\ngoogle.longrunning.Operations.GetOperation method in the returned\ngoogle.longrunning.Operation.response field.",
"id": "ImportProductSetsResponse",
"properties": {
"referenceImages": {
"description": "The list of reference_images that are imported successfully.",
"items": {
"$ref": "ReferenceImage"
},
"type": "array"
},
"statuses": {
"description": "The rpc status for each ImportProductSet request, including both successes\nand errors.\n\nThe number of statuses here matches the number of lines in the csv file,\nand statuses[i] stores the success or failure status of processing the i-th\nline of the csv, starting from line 0.",
"items": {
"$ref": "Status"
},
"type": "array"
}
},
"type": "object"
},
"InputConfig": {
"description": "The desired input location and metadata.",
"id": "InputConfig",
"properties": {
"content": {
"description": "File content, represented as a stream of bytes.\nNote: As with all `bytes` fields, protobuffers use a pure binary\nrepresentation, whereas JSON representations use base64.\n\nCurrently, this field only works for BatchAnnotateFiles requests. It does\nnot work for AsyncBatchAnnotateFiles requests.",
"format": "byte",
"type": "string"
},
"gcsSource": {
"$ref": "GcsSource",
"description": "The Google Cloud Storage location to read the input from."
},
"mimeType": {
"description": "The type of the file. Currently only \"application/pdf\", \"image/tiff\" and\n\"image/gif\" are supported. Wildcards are not supported.",
"type": "string"
}
},
"type": "object"
},
"KeyValue": {
"description": "A product label represented as a key-value pair.",
"id": "KeyValue",
"properties": {
"key": {
"description": "The key of the label attached to the product. Cannot be empty and cannot\nexceed 128 bytes.",
"type": "string"
},
"value": {
"description": "The value of the label attached to the product. Cannot be empty and\ncannot exceed 128 bytes.",
"type": "string"
}
},
"type": "object"
},
"Landmark": {
"description": "A face-specific landmark (for example, a face feature).",
"id": "Landmark",
"properties": {
"position": {
"$ref": "Position",
"description": "Face landmark position."
},
"type": {
"description": "Face landmark type.",
"enum": [
"UNKNOWN_LANDMARK",
"LEFT_EYE",
"RIGHT_EYE",
"LEFT_OF_LEFT_EYEBROW",
"RIGHT_OF_LEFT_EYEBROW",
"LEFT_OF_RIGHT_EYEBROW",
"RIGHT_OF_RIGHT_EYEBROW",
"MIDPOINT_BETWEEN_EYES",
"NOSE_TIP",
"UPPER_LIP",
"LOWER_LIP",
"MOUTH_LEFT",
"MOUTH_RIGHT",
"MOUTH_CENTER",
"NOSE_BOTTOM_RIGHT",
"NOSE_BOTTOM_LEFT",
"NOSE_BOTTOM_CENTER",
"LEFT_EYE_TOP_BOUNDARY",
"LEFT_EYE_RIGHT_CORNER",
"LEFT_EYE_BOTTOM_BOUNDARY",
"LEFT_EYE_LEFT_CORNER",
"RIGHT_EYE_TOP_BOUNDARY",
"RIGHT_EYE_RIGHT_CORNER",
"RIGHT_EYE_BOTTOM_BOUNDARY",
"RIGHT_EYE_LEFT_CORNER",
"LEFT_EYEBROW_UPPER_MIDPOINT",
"RIGHT_EYEBROW_UPPER_MIDPOINT",
"LEFT_EAR_TRAGION",
"RIGHT_EAR_TRAGION",
"LEFT_EYE_PUPIL",
"RIGHT_EYE_PUPIL",
"FOREHEAD_GLABELLA",
"CHIN_GNATHION",
"CHIN_LEFT_GONION",
"CHIN_RIGHT_GONION"
],
"enumDescriptions": [
"Unknown face landmark detected. Should not be filled.",
"Left eye.",
"Right eye.",
"Left of left eyebrow.",
"Right of left eyebrow.",
"Left of right eyebrow.",
"Right of right eyebrow.",
"Midpoint between eyes.",
"Nose tip.",
"Upper lip.",
"Lower lip.",
"Mouth left.",
"Mouth right.",
"Mouth center.",
"Nose, bottom right.",
"Nose, bottom left.",
"Nose, bottom center.",
"Left eye, top boundary.",
"Left eye, right corner.",
"Left eye, bottom boundary.",
"Left eye, left corner.",
"Right eye, top boundary.",
"Right eye, right corner.",
"Right eye, bottom boundary.",
"Right eye, left corner.",
"Left eyebrow, upper midpoint.",
"Right eyebrow, upper midpoint.",
"Left ear tragion.",
"Right ear tragion.",
"Left eye pupil.",
"Right eye pupil.",
"Forehead glabella.",
"Chin gnathion.",
"Chin left gonion.",
"Chin right gonion."
],
"type": "string"
}
},
"type": "object"
},
"LatLng": {
"description": "An object representing a latitude/longitude pair. This is expressed as a pair\nof doubles representing degrees latitude and degrees longitude. Unless\nspecified otherwise, this must conform to the\n\u003ca href=\"http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf\"\u003eWGS84\nstandard\u003c/a\u003e. Values must be within normalized ranges.",
"id": "LatLng",
"properties": {
"latitude": {
"description": "The latitude in degrees. It must be in the range [-90.0, +90.0].",
"format": "double",
"type": "number"
},
"longitude": {
"description": "The longitude in degrees. It must be in the range [-180.0, +180.0].",
"format": "double",
"type": "number"
}
},
"type": "object"
},
"LocalizedObjectAnnotation": {
"description": "Set of detected objects with bounding boxes.",
"id": "LocalizedObjectAnnotation",
"properties": {
"boundingPoly": {
"$ref": "BoundingPoly",
"description": "Image region to which this object belongs. This must be populated."
},
"languageCode": {
"description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more\ninformation, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
},
"mid": {
"description": "Object ID that should align with EntityAnnotation mid.",
"type": "string"
},
"name": {
"description": "Object name, expressed in its `language_code` language.",
"type": "string"
},
"score": {
"description": "Score of the result. Range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"LocationInfo": {
"description": "Detected entity location information.",
"id": "LocationInfo",
"properties": {
"latLng": {
"$ref": "LatLng",
"description": "lat/long location coordinates."
}
},
"type": "object"
},
"NormalizedVertex": {
"description": "A vertex represents a 2D point in the image.\nNOTE: the normalized vertex coordinates are relative to the original image\nand range from 0 to 1.",
"id": "NormalizedVertex",
"properties": {
"x": {
"description": "X coordinate.",
"format": "float",
"type": "number"
},
"y": {
"description": "Y coordinate.",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"ObjectAnnotation": {
"description": "Prediction for what the object in the bounding box is.",
"id": "ObjectAnnotation",
"properties": {
"languageCode": {
"description": "The BCP-47 language code, such as \"en-US\" or \"sr-Latn\". For more\ninformation, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
},
"mid": {
"description": "Object ID that should align with EntityAnnotation mid.",
"type": "string"
},
"name": {
"description": "Object name, expressed in its `language_code` language.",
"type": "string"
},
"score": {
"description": "Score of the result. Range [0, 1].",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"Operation": {
"description": "This resource represents a long-running operation that is the result of a\nnetwork API call.",
"id": "Operation",
"properties": {
"done": {
"description": "If the value is `false`, it means the operation is still in progress.\nIf `true`, the operation is completed, and either `error` or `response` is\navailable.",
"type": "boolean"
},
"error": {
"$ref": "Status",
"description": "The error result of the operation in case of failure or cancellation."
},
"metadata": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"description": "Service-specific metadata associated with the operation. It typically\ncontains progress information and common metadata such as create time.\nSome services might not provide such metadata. Any method that returns a\nlong-running operation should document the metadata type, if any.",
"type": "object"
},
"name": {
"description": "The server-assigned name, which is only unique within the same service that\noriginally returns it. If you use the default HTTP mapping, the\n`name` should be a resource name ending with `operations/{unique_id}`.",
"type": "string"
},
"response": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"description": "The normal response of the operation in case of success. If the original\nmethod returns no data on success, such as `Delete`, the response is\n`google.protobuf.Empty`. If the original method is standard\n`Get`/`Create`/`Update`, the response should be the resource. For other\nmethods, the response should have the type `XxxResponse`, where `Xxx`\nis the original method name. For example, if the original method name\nis `TakeSnapshot()`, the inferred response type is\n`TakeSnapshotResponse`.",
"type": "object"
}
},
"type": "object"
},
"OperationMetadata": {
"description": "Contains metadata for the BatchAnnotateImages operation.",
"id": "OperationMetadata",
"properties": {
"createTime": {
"description": "The time when the batch request was received.",
"format": "google-datetime",
"type": "string"
},
"state": {
"description": "Current state of the batch operation.",
"enum": [
"STATE_UNSPECIFIED",
"CREATED",
"RUNNING",
"DONE",
"CANCELLED"
],
"enumDescriptions": [
"Invalid.",
"Request is received.",
"Request is actively being processed.",
"The batch processing is done.",
"The batch processing was cancelled."
],
"type": "string"
},
"updateTime": {
"description": "The time when the operation result was last updated.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"OutputConfig": {
"description": "The desired output location and metadata.",
"id": "OutputConfig",
"properties": {
"batchSize": {
"description": "The max number of response protos to put into each output JSON file on\nGoogle Cloud Storage.\nThe valid range is [1, 100]. If not specified, the default value is 20.\n\nFor example, for one pdf file with 100 pages, 100 response protos will\nbe generated. If `batch_size` = 20, then 5 json files each\ncontaining 20 response protos will be written under the prefix\n`gcs_destination`.`uri`.\n\nCurrently, batch_size only applies to GcsDestination, with potential future\nsupport for other output configurations.",
"format": "int32",
"type": "integer"
},
"gcsDestination": {
"$ref": "GcsDestination",
"description": "The Google Cloud Storage location to write the output(s) to."
}
},
"type": "object"
},
"Page": {
"description": "Detected page from OCR.",
"id": "Page",
"properties": {
"blocks": {
"description": "List of blocks of text, images etc on this page.",
"items": {
"$ref": "Block"
},
"type": "array"
},
"confidence": {
"description": "Confidence of the OCR results on the page. Range [0, 1].",
"format": "float",
"type": "number"
},
"height": {
"description": "Page height. For PDFs the unit is points. For images (including\nTIFFs) the unit is pixels.",
"format": "int32",
"type": "integer"
},
"property": {
"$ref": "TextProperty",
"description": "Additional information detected on the page."
},
"width": {
"description": "Page width. For PDFs the unit is points. For images (including\nTIFFs) the unit is pixels.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"Paragraph": {
"description": "Structural unit of text representing a number of words in certain order.",
"id": "Paragraph",
"properties": {
"boundingBox": {
"$ref": "BoundingPoly",
"description": "The bounding box for the paragraph.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n * when the text is horizontal it might look like:\n 0----1\n | |\n 3----2\n * when it's rotated 180 degrees around the top-left corner it becomes:\n 2----3\n | |\n 1----0\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results for the paragraph. Range [0, 1].",
"format": "float",
"type": "number"
},
"property": {
"$ref": "TextProperty",
"description": "Additional information detected for the paragraph."
},
"words": {
"description": "List of all words in this paragraph.",
"items": {
"$ref": "Word"
},
"type": "array"
}
},
"type": "object"
},
"Position": {
"description": "A 3D position in the image, used primarily for Face detection landmarks.\nA valid Position must have both x and y coordinates.\nThe position coordinates are in the same scale as the original image.",
"id": "Position",
"properties": {
"x": {
"description": "X coordinate.",
"format": "float",
"type": "number"
},
"y": {
"description": "Y coordinate.",
"format": "float",
"type": "number"
},
"z": {
"description": "Z coordinate (or depth).",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"Product": {
"description": "A Product contains ReferenceImages.",
"id": "Product",
"properties": {
"description": {
"description": "User-provided metadata to be stored with this product. Must be at most 4096\ncharacters long.",
"type": "string"
},
"displayName": {
"description": "The user-provided name for this Product. Must not be empty. Must be at most\n4096 characters long.",
"type": "string"
},
"name": {
"description": "The resource name of the product.\n\nFormat is:\n`projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`.\n\nThis field is ignored when creating a product.",
"type": "string"
},
"productCategory": {
"description": "Immutable. The category for the product identified by the reference image. This should\nbe either \"homegoods-v2\", \"apparel-v2\", or \"toys-v2\". The legacy categories\n\"homegoods\", \"apparel\", and \"toys\" are still supported, but these should\nnot be used for new products.",
"type": "string"
},
"productLabels": {
"description": "Key-value pairs that can be attached to a product. At query time,\nconstraints can be specified based on the product_labels.\n\nNote that integer values can be provided as strings, e.g. \"1199\". Only\nstrings with integer values can match a range-based restriction which is\nto be supported soon.\n\nMultiple values can be assigned to the same key. One product may have up to\n500 product_labels.\n\nNotice that the total number of distinct product_labels over all products\nin one ProductSet cannot exceed 1M, otherwise the product search pipeline\nwill refuse to work for that ProductSet.",
"items": {
"$ref": "KeyValue"
},
"type": "array"
}
},
"type": "object"
},
"ProductSearchResults": {
"description": "Results for a product search request.",
"id": "ProductSearchResults",
"properties": {
"indexTime": {
"description": "Timestamp of the index which provided these results. Products added to the\nproduct set and products removed from the product set after this time are\nnot reflected in the current results.",
"format": "google-datetime",
"type": "string"
},
"productGroupedResults": {
"description": "List of results grouped by products detected in the query image. Each entry\ncorresponds to one bounding polygon in the query image, and contains the\nmatching products specific to that region. There may be duplicate product\nmatches in the union of all the per-product results.",
"items": {
"$ref": "GroupedResult"
},
"type": "array"
},
"results": {
"description": "List of results, one for each product match.",
"items": {
"$ref": "Result"
},
"type": "array"
}
},
"type": "object"
},
"Property": {
"description": "A `Property` consists of a user-supplied name/value pair.",
"id": "Property",
"properties": {
"name": {
"description": "Name of the property.",
"type": "string"
},
"uint64Value": {
"description": "Value of numeric properties.",
"format": "uint64",
"type": "string"
},
"value": {
"description": "Value of the property.",
"type": "string"
}
},
"type": "object"
},
"ReferenceImage": {
"description": "A `ReferenceImage` represents a product image and its associated metadata,\nsuch as bounding boxes.",
"id": "ReferenceImage",
"properties": {
"boundingPolys": {
"description": "Optional. Bounding polygons around the areas of interest in the reference image.\nIf this field is empty, the system will try to detect regions of\ninterest. At most 10 bounding polygons will be used.\n\nThe provided shape is converted into a non-rotated rectangle. Once\nconverted, the small edge of the rectangle must be greater than or equal\nto 300 pixels. The aspect ratio must be 1:4 or less (i.e. 1:3 is ok; 1:5\nis not).",
"items": {
"$ref": "BoundingPoly"
},
"type": "array"
},
"name": {
"description": "The resource name of the reference image.\n\nFormat is:\n\n`projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/referenceImages/IMAGE_ID`.\n\nThis field is ignored when creating a reference image.",
"type": "string"
},
"uri": {
"description": "Required. The Google Cloud Storage URI of the reference image.\n\nThe URI must start with `gs://`.",
"type": "string"
}
},
"type": "object"
},
"Result": {
"description": "Information about a product.",
"id": "Result",
"properties": {
"image": {
"description": "The resource name of the image from the product that is the closest match\nto the query.",
"type": "string"
},
"product": {
"$ref": "Product",
"description": "The Product."
},
"score": {
"description": "A confidence level on the match, ranging from 0 (no confidence) to\n1 (full confidence).",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"SafeSearchAnnotation": {
"description": "Set of features pertaining to the image, computed by computer vision\nmethods over safe-search verticals (for example, adult, spoof, medical,\nviolence).",
"id": "SafeSearchAnnotation",
"properties": {
"adult": {
"description": "Represents the adult content likelihood for the image. Adult content may\ncontain elements such as nudity, pornographic images or cartoons, or\nsexual activities.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"medical": {
"description": "Likelihood that this is a medical image.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"racy": {
"description": "Likelihood that the request image contains racy content. Racy content may\ninclude (but is not limited to) skimpy or sheer clothing, strategically\ncovered nudity, lewd or provocative poses, or close-ups of sensitive\nbody areas.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"spoof": {
"description": "Spoof likelihood. The likelihood that an modification\nwas made to the image's canonical version to make it appear\nfunny or offensive.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
},
"violence": {
"description": "Likelihood that this image contains violent content.",
"enum": [
"UNKNOWN",
"VERY_UNLIKELY",
"UNLIKELY",
"POSSIBLE",
"LIKELY",
"VERY_LIKELY"
],
"enumDescriptions": [
"Unknown likelihood.",
"It is very unlikely.",
"It is unlikely.",
"It is possible.",
"It is likely.",
"It is very likely."
],
"type": "string"
}
},
"type": "object"
},
"Status": {
"description": "The `Status` type defines a logical error model that is suitable for\ndifferent programming environments, including REST APIs and RPC APIs. It is\nused by [gRPC](https://github.com/grpc). Each `Status` message contains\nthree pieces of data: error code, error message, and error details.\n\nYou can find out more about this error model and how to work with it in the\n[API Design Guide](https://cloud.google.com/apis/design/errors).",
"id": "Status",
"properties": {
"code": {
"description": "The status code, which should be an enum value of google.rpc.Code.",
"format": "int32",
"type": "integer"
},
"details": {
"description": "A list of messages that carry the error details. There is a common set of\nmessage types for APIs to use.",
"items": {
"additionalProperties": {
"description": "Properties of the object. Contains field @type with type URL.",
"type": "any"
},
"type": "object"
},
"type": "array"
},
"message": {
"description": "A developer-facing error message, which should be in English. Any\nuser-facing error message should be localized and sent in the\ngoogle.rpc.Status.details field, or localized by the client.",
"type": "string"
}
},
"type": "object"
},
"Symbol": {
"description": "A single symbol representation.",
"id": "Symbol",
"properties": {
"boundingBox": {
"$ref": "BoundingPoly",
"description": "The bounding box for the symbol.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n * when the text is horizontal it might look like:\n 0----1\n | |\n 3----2\n * when it's rotated 180 degrees around the top-left corner it becomes:\n 2----3\n | |\n 1----0\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results for the symbol. Range [0, 1].",
"format": "float",
"type": "number"
},
"property": {
"$ref": "TextProperty",
"description": "Additional information detected for the symbol."
},
"text": {
"description": "The actual UTF-8 representation of the symbol.",
"type": "string"
}
},
"type": "object"
},
"TextAnnotation": {
"description": "TextAnnotation contains a structured representation of OCR extracted text.\nThe hierarchy of an OCR extracted text structure is like this:\n TextAnnotation -\u003e Page -\u003e Block -\u003e Paragraph -\u003e Word -\u003e Symbol\nEach structural component, starting from Page, may further have their own\nproperties. Properties describe detected languages, breaks etc.. Please refer\nto the TextAnnotation.TextProperty message definition below for more\ndetail.",
"id": "TextAnnotation",
"properties": {
"pages": {
"description": "List of pages detected by OCR.",
"items": {
"$ref": "Page"
},
"type": "array"
},
"text": {
"description": "UTF-8 text detected on the pages.",
"type": "string"
}
},
"type": "object"
},
"TextProperty": {
"description": "Additional information detected on the structural component.",
"id": "TextProperty",
"properties": {
"detectedBreak": {
"$ref": "DetectedBreak",
"description": "Detected start or end of a text segment."
},
"detectedLanguages": {
"description": "A list of detected languages together with confidence.",
"items": {
"$ref": "DetectedLanguage"
},
"type": "array"
}
},
"type": "object"
},
"Vertex": {
"description": "A vertex represents a 2D point in the image.\nNOTE: the vertex coordinates are in the same scale as the original image.",
"id": "Vertex",
"properties": {
"x": {
"description": "X coordinate.",
"format": "int32",
"type": "integer"
},
"y": {
"description": "Y coordinate.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"WebDetection": {
"description": "Relevant information for the image from the Internet.",
"id": "WebDetection",
"properties": {
"bestGuessLabels": {
"description": "The service's best guess as to the topic of the request image.\nInferred from similar images on the open web.",
"items": {
"$ref": "WebLabel"
},
"type": "array"
},
"fullMatchingImages": {
"description": "Fully matching images from the Internet.\nCan include resized copies of the query image.",
"items": {
"$ref": "WebImage"
},
"type": "array"
},
"pagesWithMatchingImages": {
"description": "Web pages containing the matching images from the Internet.",
"items": {
"$ref": "WebPage"
},
"type": "array"
},
"partialMatchingImages": {
"description": "Partial matching images from the Internet.\nThose images are similar enough to share some key-point features. For\nexample an original image will likely have partial matching for its crops.",
"items": {
"$ref": "WebImage"
},
"type": "array"
},
"visuallySimilarImages": {
"description": "The visually similar image results.",
"items": {
"$ref": "WebImage"
},
"type": "array"
},
"webEntities": {
"description": "Deduced entities from similar images on the Internet.",
"items": {
"$ref": "WebEntity"
},
"type": "array"
}
},
"type": "object"
},
"WebEntity": {
"description": "Entity deduced from similar images on the Internet.",
"id": "WebEntity",
"properties": {
"description": {
"description": "Canonical description of the entity, in English.",
"type": "string"
},
"entityId": {
"description": "Opaque entity ID.",
"type": "string"
},
"score": {
"description": "Overall relevancy score for the entity.\nNot normalized and not comparable across different image queries.",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"WebImage": {
"description": "Metadata for online images.",
"id": "WebImage",
"properties": {
"score": {
"description": "(Deprecated) Overall relevancy score for the image.",
"format": "float",
"type": "number"
},
"url": {
"description": "The result image URL.",
"type": "string"
}
},
"type": "object"
},
"WebLabel": {
"description": "Label to provide extra metadata for the web detection.",
"id": "WebLabel",
"properties": {
"label": {
"description": "Label for extra metadata.",
"type": "string"
},
"languageCode": {
"description": "The BCP-47 language code for `label`, such as \"en-US\" or \"sr-Latn\".\nFor more information, see\nhttp://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
"type": "string"
}
},
"type": "object"
},
"WebPage": {
"description": "Metadata for web pages.",
"id": "WebPage",
"properties": {
"fullMatchingImages": {
"description": "Fully matching images on the page.\nCan include resized copies of the query image.",
"items": {
"$ref": "WebImage"
},
"type": "array"
},
"pageTitle": {
"description": "Title for the web page, may contain HTML markups.",
"type": "string"
},
"partialMatchingImages": {
"description": "Partial matching images on the page.\nThose images are similar enough to share some key-point features. For\nexample an original image will likely have partial matching for its\ncrops.",
"items": {
"$ref": "WebImage"
},
"type": "array"
},
"score": {
"description": "(Deprecated) Overall relevancy score for the web page.",
"format": "float",
"type": "number"
},
"url": {
"description": "The result web page URL.",
"type": "string"
}
},
"type": "object"
},
"Word": {
"description": "A word representation.",
"id": "Word",
"properties": {
"boundingBox": {
"$ref": "BoundingPoly",
"description": "The bounding box for the word.\nThe vertices are in the order of top-left, top-right, bottom-right,\nbottom-left. When a rotation of the bounding box is detected the rotation\nis represented as around the top-left corner as defined when the text is\nread in the 'natural' orientation.\nFor example:\n * when the text is horizontal it might look like:\n 0----1\n | |\n 3----2\n * when it's rotated 180 degrees around the top-left corner it becomes:\n 2----3\n | |\n 1----0\n and the vertex order will still be (0, 1, 2, 3)."
},
"confidence": {
"description": "Confidence of the OCR results for the word. Range [0, 1].",
"format": "float",
"type": "number"
},
"property": {
"$ref": "TextProperty",
"description": "Additional information detected for the word."
},
"symbols": {
"description": "List of symbols in the word.\nThe order of the symbols follows the natural reading order.",
"items": {
"$ref": "Symbol"
},
"type": "array"
}
},
"type": "object"
}
},
"servicePath": "",
"title": "Cloud Vision API",
"version": "v1p1beta1",
"version_module": true
}