Interface protos.google.cloud.vision.v1.IAnnotateFileResponse (2.3.8)

Properties of an AnnotateFileResponse.

Package

@google-cloud/vision!

Properties

error

error?: (google.rpc.IStatus|null);

AnnotateFileResponse error

Property Value
TypeDescription
(google.rpc.IStatus|null)

inputConfig

inputConfig?: (google.cloud.vision.v1.IInputConfig|null);

AnnotateFileResponse inputConfig

Property Value
TypeDescription
(google.cloud.vision.v1.IInputConfig|null)

responses

responses?: (google.cloud.vision.v1.IAnnotateImageResponse[]|null);

AnnotateFileResponse responses

Property Value
TypeDescription
(google.cloud.vision.v1.IAnnotateImageResponse[]|null)

totalPages

totalPages?: (number|null);

AnnotateFileResponse totalPages

Property Value
TypeDescription
(number|null)