You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/google-cloud-vision/src/v1p2beta1/doc/google/cloud/vision/v1p2beta1/doc_image_annotator.js
+22
Original file line number
Diff line number
Diff line change
@@ -923,6 +923,28 @@ var AnnotateImageResponse = {
923
923
// This is for documentation. Actual contents will be loaded by gRPC.
924
924
};
925
925
926
+
/**
927
+
* Response to a single file annotation request. A file may contain one or more
928
+
* images, which individually have their own responses.
929
+
*
930
+
* @property {Object} inputConfig
931
+
* Information about the file for which this response is generated.
932
+
*
933
+
* This object should have the same structure as [InputConfig]{@link google.cloud.vision.v1p2beta1.InputConfig}
934
+
*
935
+
* @property {Object[]} responses
936
+
* Individual responses to images found within the file.
937
+
*
938
+
* This object should have the same structure as [AnnotateImageResponse]{@link google.cloud.vision.v1p2beta1.AnnotateImageResponse}
939
+
*
940
+
* @typedef AnnotateFileResponse
941
+
* @memberof google.cloud.vision.v1p2beta1
942
+
* @see [google.cloud.vision.v1p2beta1.AnnotateFileResponse definition in proto format]{@link https://github.com/googleapis/googleapis/blob/master/google/cloud/vision/v1p2beta1/image_annotator.proto}
943
+
*/
944
+
varAnnotateFileResponse={
945
+
// This is for documentation. Actual contents will be loaded by gRPC.
946
+
};
947
+
926
948
/**
927
949
* Multiple image annotation requests are batched into a single service call.
0 commit comments