-
Notifications
You must be signed in to change notification settings - Fork 461
Expand file tree
/
Copy pathV1.AsyncBatchAnnotateFilesResponse.yml
More file actions
73 lines (72 loc) · 2.56 KB
/
V1.AsyncBatchAnnotateFilesResponse.yml
File metadata and controls
73 lines (72 loc) · 2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
### YamlMime:UniversalReference
items:
-
uid: \Google\Cloud\Vision\V1\AsyncBatchAnnotateFilesResponse
name: AsyncBatchAnnotateFilesResponse
friendlyApiName: 'Cloud Vision V1 Client'
id: AsyncBatchAnnotateFilesResponse
summary: |-
Response to an async batch file annotation request.
Generated from protobuf message <code>google.cloud.vision.v1.AsyncBatchAnnotateFilesResponse</code>
type: class
namespace: 'Google \ Cloud \ Vision \ V1'
langs:
- php
children:
- '\Google\Cloud\Vision\V1\AsyncBatchAnnotateFilesResponse::__construct()'
- '\Google\Cloud\Vision\V1\AsyncBatchAnnotateFilesResponse::getResponses()'
- '\Google\Cloud\Vision\V1\AsyncBatchAnnotateFilesResponse::setResponses()'
-
uid: '\Google\Cloud\Vision\V1\AsyncBatchAnnotateFilesResponse::__construct()'
name: __construct
id: __construct
summary: Constructor.
parent: \Google\Cloud\Vision\V1\AsyncBatchAnnotateFilesResponse
type: method
langs:
- php
syntax:
parameters:
-
id: data
var_type: array
description: 'Optional. Data for populating the Message object.'
-
id: '↳ responses'
var_type: 'array<<xref uid="\Google\Cloud\Vision\V1\AsyncAnnotateFileResponse">AsyncAnnotateFileResponse</xref>>'
description: 'The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.'
-
uid: '\Google\Cloud\Vision\V1\AsyncBatchAnnotateFilesResponse::getResponses()'
name: getResponses
id: getResponses
summary: |-
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
parent: \Google\Cloud\Vision\V1\AsyncBatchAnnotateFilesResponse
type: method
langs:
- php
syntax:
returns:
-
var_type: '<xref uid="\Google\Protobuf\Internal\RepeatedField">Google\Protobuf\Internal\RepeatedField</xref>'
-
uid: '\Google\Cloud\Vision\V1\AsyncBatchAnnotateFilesResponse::setResponses()'
name: setResponses
id: setResponses
summary: |-
The list of file annotation responses, one for each request in
AsyncBatchAnnotateFilesRequest.
parent: \Google\Cloud\Vision\V1\AsyncBatchAnnotateFilesResponse
type: method
langs:
- php
syntax:
parameters:
-
id: var
var_type: 'array<<xref uid="\Google\Cloud\Vision\V1\AsyncAnnotateFileResponse">AsyncAnnotateFileResponse</xref>>'
description: ''
returns:
-
var_type: $this