FilesResource class
Constructors
- FilesResource(ApiRequester client)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
annotate(
BatchAnnotateFilesRequest request, {String? $fields}) → Future< BatchAnnotateFilesResponse> - Service that performs image detection and annotation for a batch of files.
-
asyncBatchAnnotate(
AsyncBatchAnnotateFilesRequest request, {String? $fields}) → Future< Operation> - Run asynchronous image detection and annotation for a list of generic files, such as PDF files, which may contain multiple pages and multiple images per page.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited