Index: discovery/googleapis/vision__v1.json |
diff --git a/discovery/googleapis/vision__v1.json b/discovery/googleapis/vision__v1.json |
index 7167e72c8d65de0b860b2a1c757aa56673d8f36d..e0c940565dfeb93b2009e0994578ac6fc2eecad5 100644 |
--- a/discovery/googleapis/vision__v1.json |
+++ b/discovery/googleapis/vision__v1.json |
@@ -25,11 +25,6 @@ |
"ownerDomain": "google.com", |
"ownerName": "Google", |
"parameters": { |
- "upload_protocol": { |
- "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", |
- "location": "query", |
- "type": "string" |
- }, |
"prettyPrint": { |
"default": "true", |
"description": "Returns response with indentations and line breaks.", |
@@ -110,6 +105,11 @@ |
"description": "OAuth 2.0 token for the current user.", |
"location": "query", |
"type": "string" |
+ }, |
+ "upload_protocol": { |
+ "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", |
+ "location": "query", |
+ "type": "string" |
} |
}, |
"protocol": "rest", |
@@ -136,7 +136,7 @@ |
} |
} |
}, |
- "revision": "20170321", |
+ "revision": "20170411", |
"rootUrl": "https://vision.googleapis.com/", |
"schemas": { |
"CropHintsParams": { |
@@ -158,17 +158,6 @@ |
"description": "Logical element on the page.", |
"id": "Block", |
"properties": { |
- "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 * 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 vertice order will still be (0, 1, 2, 3)." |
- }, |
- "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." |
@@ -192,6 +181,17 @@ |
"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 * 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 vertice order will still be (0, 1, 2, 3)." |
+ }, |
+ "paragraphs": { |
+ "description": "List of paragraphs in this block (if this blocks is of type text).", |
+ "items": { |
+ "$ref": "Paragraph" |
+ }, |
+ "type": "array" |
} |
}, |
"type": "object" |
@@ -320,26 +320,15 @@ |
}, |
"type": "object" |
}, |
- "WebPage": { |
- "description": "Metadata for web pages.", |
- "id": "WebPage", |
+ "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": { |
"score": { |
- "description": "Overall relevancy score for the web page.\nNot normalized and not comparable across different image queries.", |
+ "description": "Image-specific score for this color. Value in range [0, 1].", |
"format": "float", |
"type": "number" |
}, |
- "url": { |
- "description": "The result web page URL.", |
- "type": "string" |
- } |
- }, |
- "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": { |
"pixelFraction": { |
"description": "The fraction of pixels the color occupies in the image.\nValue in range [0, 1].", |
"format": "float", |
@@ -348,9 +337,20 @@ |
"color": { |
"$ref": "Color", |
"description": "RGB components of the color." |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "WebPage": { |
+ "description": "Metadata for web pages.", |
+ "id": "WebPage", |
+ "properties": { |
+ "url": { |
+ "description": "The result web page URL.", |
+ "type": "string" |
}, |
"score": { |
- "description": "Image-specific score for this color. Value in range [0, 1].", |
+ "description": "Overall relevancy score for the web page.\nNot normalized and not comparable across different image queries.", |
"format": "float", |
"type": "number" |
} |
@@ -361,21 +361,33 @@ |
"description": "Set of detected entity features.", |
"id": "EntityAnnotation", |
"properties": { |
- "confidence": { |
- "description": "The 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].", |
+ "score": { |
+ "description": "Overall score of the result. Range [0, 1].", |
"format": "float", |
"type": "number" |
}, |
- "locale": { |
- "description": "The language code for the locale in which the entity textual\n`description` is expressed.", |
+ "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 API](https://developers.google.com/knowledge-graph/).", |
"type": "string" |
}, |
+ "confidence": { |
+ "description": "The 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" |
+ }, |
"boundingPoly": { |
"$ref": "BoundingPoly", |
"description": "Image region to which this entity belongs. Currently not produced\nfor `LABEL_DETECTION` features. For `TEXT_DETECTION` (OCR), `boundingPoly`s\nare produced for the entire text detected in an image region, followed by\n`boundingPoly`s for each word within the detected text." |
}, |
- "description": { |
- "description": "Entity textual description, expressed in its `locale` language.", |
+ "locale": { |
+ "description": "The language code for the locale in which the entity textual\n`description` is expressed.", |
"type": "string" |
}, |
"topicality": { |
@@ -383,28 +395,16 @@ |
"format": "float", |
"type": "number" |
}, |
+ "description": { |
+ "description": "Entity textual description, expressed in its `locale` language.", |
+ "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" |
- }, |
- "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 API](https://developers.google.com/knowledge-graph/).", |
- "type": "string" |
} |
}, |
"type": "object" |
@@ -539,6 +539,13 @@ |
"description": "A word representation.", |
"id": "Word", |
"properties": { |
+ "symbols": { |
+ "description": "List of symbols in the word.\nThe order of the symbols follows the natural reading order.", |
+ "items": { |
+ "$ref": "Symbol" |
+ }, |
+ "type": "array" |
+ }, |
"property": { |
"$ref": "TextProperty", |
"description": "Additional information detected for the word." |
@@ -546,13 +553,22 @@ |
"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 vertice order will still be (0, 1, 2, 3)." |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "Image": { |
+ "description": "Client image to perform Google Cloud Vision API tasks over.", |
+ "id": "Image", |
+ "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" |
}, |
- "symbols": { |
- "description": "List of symbols in the word.\nThe order of the symbols follows the natural reading order.", |
- "items": { |
- "$ref": "Symbol" |
- }, |
- "type": "array" |
+ "source": { |
+ "$ref": "ImageSource", |
+ "description": "Google Cloud Storage image location. If both `content` and `source`\nare provided for an image, `content` takes precedence and is\nused to perform the image annotation request." |
} |
}, |
"type": "object" |
@@ -561,10 +577,6 @@ |
"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 vertice order will still be (0, 1, 2, 3)." |
- }, |
"words": { |
"description": "List of words in this paragraph.", |
"items": { |
@@ -575,22 +587,10 @@ |
"property": { |
"$ref": "TextProperty", |
"description": "Additional information detected for the paragraph." |
- } |
- }, |
- "type": "object" |
- }, |
- "Image": { |
- "description": "Client image to perform Google Cloud Vision API tasks over.", |
- "id": "Image", |
- "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": "ImageSource", |
- "description": "Google Cloud Storage image location. If both `content` and `source`\nare provided for an image, `content` takes precedence and is\nused to perform the image annotation request." |
+ "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 vertice order will still be (0, 1, 2, 3)." |
} |
}, |
"type": "object" |
@@ -599,6 +599,15 @@ |
"description": "A face annotation object contains the results of face detection.", |
"id": "FaceAnnotation", |
"properties": { |
+ "boundingPoly": { |
+ "$ref": "BoundingPoly", |
+ "description": "The bounding polygon around the face. The coordinates of the bounding box\nare in the original image's scale, as returned in `ImageParams`.\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." |
+ }, |
+ "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": [ |
@@ -628,8 +637,8 @@ |
"$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 <code>fd</code> (face detection) prefix." |
}, |
- "angerLikelihood": { |
- "description": "Anger likelihood.", |
+ "surpriseLikelihood": { |
+ "description": "Surprise likelihood.", |
"enum": [ |
"UNKNOWN", |
"VERY_UNLIKELY", |
@@ -655,8 +664,8 @@ |
}, |
"type": "array" |
}, |
- "surpriseLikelihood": { |
- "description": "Surprise likelihood.", |
+ "angerLikelihood": { |
+ "description": "Anger likelihood.", |
"enum": [ |
"UNKNOWN", |
"VERY_UNLIKELY", |
@@ -700,16 +709,6 @@ |
], |
"type": "string" |
}, |
- "detectionConfidence": { |
- "description": "Detection confidence. Range [0, 1].", |
- "format": "float", |
- "type": "number" |
- }, |
- "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" |
- }, |
"underExposedLikelihood": { |
"description": "Under-exposed likelihood.", |
"enum": [ |
@@ -730,6 +729,16 @@ |
], |
"type": "string" |
}, |
+ "detectionConfidence": { |
+ "description": "Detection confidence. Range [0, 1].", |
+ "format": "float", |
+ "type": "number" |
+ }, |
+ "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" |
+ }, |
"blurredLikelihood": { |
"description": "Blurred likelihood.", |
"enum": [ |
@@ -769,15 +778,6 @@ |
"It is very likely that the image belongs to the specified vertical." |
], |
"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, as returned in `ImageParams`.\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." |
- }, |
- "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" |
} |
}, |
"type": "object" |
@@ -800,10 +800,6 @@ |
"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": [ |
@@ -823,6 +819,10 @@ |
"not co-occur with SPACE, LEADER_SPACE, or\nLINE_BREAK.\nLine break that ends a paragraph." |
], |
"type": "string" |
+ }, |
+ "isPrefix": { |
+ "description": "True if break prepends the element.", |
+ "type": "boolean" |
} |
}, |
"type": "object" |
@@ -853,6 +853,11 @@ |
"description": "Detected page from OCR.", |
"id": "Page", |
"properties": { |
+ "height": { |
+ "description": "Page height in pixels.", |
+ "format": "int32", |
+ "type": "integer" |
+ }, |
"width": { |
"description": "Page width in pixels.", |
"format": "int32", |
@@ -868,11 +873,6 @@ |
"property": { |
"$ref": "TextProperty", |
"description": "Additional information detected on the page." |
- }, |
- "height": { |
- "description": "Page height in pixels.", |
- "format": "int32", |
- "type": "integer" |
} |
}, |
"type": "object" |
@@ -903,6 +903,10 @@ |
"description": "The `Status` type defines a logical error model that is suitable for different\nprogramming environments, including REST APIs and RPC APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is designed to be:\n\n- Simple to use and understand for most users\n- Flexible enough to meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pieces of data: error code, error message,\nand error details. The error code should be an enum value of\ngoogle.rpc.Code, but it may accept additional error codes if needed. The\nerror message should be a developer-facing English message that helps\ndevelopers *understand* and *resolve* the error. If a localized user-facing\nerror message is needed, put the localized message in the error details or\nlocalize it in the client. The optional error details may contain arbitrary\ninformation about the error. There is a predefined set of error detail types\nin the package `google.rpc` which can be used for common error conditions.\n\n# Language mapping\n\nThe `Status` message is the logical representation of the error model, but it\nis not necessarily the actual wire format. When the `Status` message is\nexposed in different client libraries and different wire protocols, it can be\nmapped differently. For example, it will likely be mapped to some exceptions\nin Java, but more likely mapped to some error codes in C.\n\n# Other uses\n\nThe error model and the `Status` message can be used in a variety of\nenvironments, either with or without APIs, to provide a\nconsistent developer experience across different environments.\n\nExample uses of this error model include:\n\n- Partial errors. If a service needs to return partial errors to the client,\n it may embed the `Status` in the normal response to indicate the partial\n errors.\n\n- Workflow errors. A typical workflow has multiple steps. Each step may\n have a `Status` message for error reporting purpose.\n\n- Batch operations. If a client uses batch request and batch response, the\n `Status` message should be used directly inside batch response, one for\n each error sub-response.\n\n- Asynchronous operations. If an API call embeds asynchronous operation\n results in its response, the status of those operations should be\n represented directly using the `Status` message.\n\n- Logging. If some API errors are stored in logs, the message `Status` could\n be used directly after any stripping needed for security/privacy reasons.", |
"id": "Status", |
"properties": { |
+ "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" |
+ }, |
"details": { |
"description": "A list of messages that carry the error details. There will be a\ncommon set of message types for APIs to use.", |
"items": { |
@@ -918,25 +922,6 @@ |
"description": "The status code, which should be an enum value of google.rpc.Code.", |
"format": "int32", |
"type": "integer" |
- }, |
- "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" |
- }, |
- "LatLongRect": { |
- "description": "Rectangle determined by min and max `LatLng` pairs.", |
- "id": "LatLongRect", |
- "properties": { |
- "maxLatLng": { |
- "$ref": "LatLng", |
- "description": "Max lat/long pair." |
- }, |
- "minLatLng": { |
- "$ref": "LatLng", |
- "description": "Min lat/long pair." |
} |
}, |
"type": "object" |
@@ -960,6 +945,21 @@ |
}, |
"type": "object" |
}, |
+ "LatLongRect": { |
+ "description": "Rectangle determined by min and max `LatLng` pairs.", |
+ "id": "LatLongRect", |
+ "properties": { |
+ "maxLatLng": { |
+ "$ref": "LatLng", |
+ "description": "Max lat/long pair." |
+ }, |
+ "minLatLng": { |
+ "$ref": "LatLng", |
+ "description": "Min lat/long pair." |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"CropHintsAnnotation": { |
"description": "Set of crop hints that are used to generate new crops when serving images.", |
"id": "CropHintsAnnotation", |
@@ -995,11 +995,6 @@ |
"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. Here are some examples:\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:&red green:&green blue:&blue alpha:&alpha]) {\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 <= 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 << 16) | (green << 8) | blue);\n var hexString = rgbNumber.toString(16);\n var missingZeros = 6 - hexString.length;\n var resultBuilder = ['#'];\n for (var i = 0; i < missingZeros; i++) {\n resultBuilder.push('0');\n }\n resultBuilder.push(hexString);\n return resultBuilder.join('');\n };\n\n // ...", |
"id": "Color", |
"properties": { |
- "red": { |
- "description": "The amount of red 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", |
@@ -1014,6 +1009,11 @@ |
"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" |
+ }, |
+ "red": { |
+ "description": "The amount of red in the color as a value in the interval [0, 1].", |
+ "format": "float", |
+ "type": "number" |
} |
}, |
"type": "object" |
@@ -1075,8 +1075,8 @@ |
"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": { |
- "spoof": { |
- "description": "Spoof likelihood. The likelihood that an modification\nwas made to the image's canonical version to make it appear\nfunny or offensive.", |
+ "medical": { |
+ "description": "Likelihood that this is a medical image.", |
"enum": [ |
"UNKNOWN", |
"VERY_UNLIKELY", |
@@ -1095,8 +1095,8 @@ |
], |
"type": "string" |
}, |
- "medical": { |
- "description": "Likelihood that this is a medical image.", |
+ "violence": { |
+ "description": "Violence likelihood.", |
"enum": [ |
"UNKNOWN", |
"VERY_UNLIKELY", |
@@ -1115,8 +1115,8 @@ |
], |
"type": "string" |
}, |
- "violence": { |
- "description": "Violence likelihood.", |
+ "adult": { |
+ "description": "Represents the adult content likelihood for the image.", |
"enum": [ |
"UNKNOWN", |
"VERY_UNLIKELY", |
@@ -1135,8 +1135,8 @@ |
], |
"type": "string" |
}, |
- "adult": { |
- "description": "Represents the adult content likelihood for the image.", |
+ "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", |
@@ -1176,32 +1176,16 @@ |
"description": "TextAnnotation contains a structured representation of OCR extracted text.\nThe hierarchy of an OCR extracted text structure is like this:\n TextAnnotation -> Page -> Block -> Paragraph -> Word -> Symbol\nEach structural component, starting from Page, may further have their own\nproperties. Properties describe detected languages, breaks etc.. Please\nrefer to the google.cloud.vision.v1.TextAnnotation.TextProperty message\ndefinition below for more detail.", |
"id": "TextAnnotation", |
"properties": { |
+ "text": { |
+ "description": "UTF-8 text detected on the pages.", |
+ "type": "string" |
+ }, |
"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" |
- }, |
- "DetectedLanguage": { |
- "description": "Detected language for a structural component.", |
- "id": "DetectedLanguage", |
- "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" |
- }, |
- "confidence": { |
- "description": "Confidence of detected language. Range [0, 1].", |
- "format": "float", |
- "type": "number" |
} |
}, |
"type": "object" |
@@ -1223,6 +1207,22 @@ |
}, |
"type": "object" |
}, |
+ "DetectedLanguage": { |
+ "description": "Detected language for a structural component.", |
+ "id": "DetectedLanguage", |
+ "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" |
+ }, |
+ "confidence": { |
+ "description": "Confidence of detected language. Range [0, 1].", |
+ "format": "float", |
+ "type": "number" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"WebEntity": { |
"description": "Entity deduced from similar images on the Internet.", |
"id": "WebEntity", |
@@ -1247,16 +1247,16 @@ |
"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" |
- }, |
- "detectedBreak": { |
- "$ref": "DetectedBreak", |
- "description": "Detected start or end of a text segment." |
} |
}, |
"type": "object" |
@@ -1279,10 +1279,6 @@ |
"description": "Response to an image annotation request.", |
"id": "AnnotateImageResponse", |
"properties": { |
- "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." |
- }, |
"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." |
@@ -1319,14 +1315,14 @@ |
}, |
"type": "array" |
}, |
- "webDetection": { |
- "$ref": "WebDetection", |
- "description": "If present, web detection has completed successfully." |
- }, |
"cropHintsAnnotation": { |
"$ref": "CropHintsAnnotation", |
"description": "If present, crop hints have completed successfully." |
}, |
+ "webDetection": { |
+ "$ref": "WebDetection", |
+ "description": "If present, web detection has completed successfully." |
+ }, |
"safeSearchAnnotation": { |
"$ref": "SafeSearchAnnotation", |
"description": "If present, safe-search annotation has completed successfully." |
@@ -1337,6 +1333,10 @@ |
"$ref": "EntityAnnotation" |
}, |
"type": "array" |
+ }, |
+ "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." |
} |
}, |
"type": "object" |