Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1910)

Unified Diff: generated/googleapis/lib/vision/v1.dart

Issue 2695743002: Api-roll 45: 2017-02-13 (Closed)
Patch Set: reverted local changes to pubspec file Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « generated/googleapis/lib/storage/v1.dart ('k') | generated/googleapis/lib/youtube/v3.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/vision/v1.dart
diff --git a/generated/googleapis/lib/vision/v1.dart b/generated/googleapis/lib/vision/v1.dart
index 47a967c0d08a1ca3452429e25d8dd36c520187b6..475d46b506490908fe8f2a166a892da745c2c764 100644
--- a/generated/googleapis/lib/vision/v1.dart
+++ b/generated/googleapis/lib/vision/v1.dart
@@ -143,7 +143,10 @@ class AnnotateImageResponse {
core.List<EntityAnnotation> logoAnnotations;
/** If present, safe-search annotation has completed successfully. */
SafeSearchAnnotation safeSearchAnnotation;
- /** If present, text (OCR) detection has completed successfully. */
+ /**
+ * If present, text (OCR) detection or document (OCR) text detection has
+ * completed successfully.
+ */
core.List<EntityAnnotation> textAnnotations;
AnnotateImageResponse();
@@ -1038,6 +1041,7 @@ class ImageProperties {
/** External image source (Google Cloud Storage image location). */
class ImageSource {
/**
+ * NOTE: For new code `image_uri` below is preferred.
* Google Cloud Storage image URI, which must be in the following form:
* `gs://bucket_name/object_name` (for details, see
* [Google Cloud Storage Request
@@ -1335,6 +1339,11 @@ class Property {
}
}
+/**
+ * Set of features pertaining to the image, computed by computer vision
+ * methods over safe-search verticals (for example, adult, spoof, medical,
+ * violence).
+ */
class SafeSearchAnnotation {
/**
* Represents the adult content likelihood for the image.
« no previous file with comments | « generated/googleapis/lib/storage/v1.dart ('k') | generated/googleapis/lib/youtube/v3.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698