Interface protos.google.cloud.vision.v1p1beta1.IAnnotateImageResponse (2.3.8)

Properties of an AnnotateImageResponse.

Package

@google-cloud/vision!

Properties

cropHintsAnnotation

cropHintsAnnotation?: (google.cloud.vision.v1p1beta1.ICropHintsAnnotation|null);

AnnotateImageResponse cropHintsAnnotation

Property Value
TypeDescription
(google.cloud.vision.v1p1beta1.ICropHintsAnnotation|null)

error

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

AnnotateImageResponse error

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

faceAnnotations

faceAnnotations?: (google.cloud.vision.v1p1beta1.IFaceAnnotation[]|null);

AnnotateImageResponse faceAnnotations

Property Value
TypeDescription
(google.cloud.vision.v1p1beta1.IFaceAnnotation[]|null)

fullTextAnnotation

fullTextAnnotation?: (google.cloud.vision.v1p1beta1.ITextAnnotation|null);

AnnotateImageResponse fullTextAnnotation

Property Value
TypeDescription
(google.cloud.vision.v1p1beta1.ITextAnnotation|null)

imagePropertiesAnnotation

imagePropertiesAnnotation?: (google.cloud.vision.v1p1beta1.IImageProperties|null);

AnnotateImageResponse imagePropertiesAnnotation

Property Value
TypeDescription
(google.cloud.vision.v1p1beta1.IImageProperties|null)

labelAnnotations

labelAnnotations?: (google.cloud.vision.v1p1beta1.IEntityAnnotation[]|null);

AnnotateImageResponse labelAnnotations

Property Value
TypeDescription
(google.cloud.vision.v1p1beta1.IEntityAnnotation[]|null)

landmarkAnnotations

landmarkAnnotations?: (google.cloud.vision.v1p1beta1.IEntityAnnotation[]|null);

AnnotateImageResponse landmarkAnnotations

Property Value
TypeDescription
(google.cloud.vision.v1p1beta1.IEntityAnnotation[]|null)

logoAnnotations

logoAnnotations?: (google.cloud.vision.v1p1beta1.IEntityAnnotation[]|null);

AnnotateImageResponse logoAnnotations

Property Value
TypeDescription
(google.cloud.vision.v1p1beta1.IEntityAnnotation[]|null)

safeSearchAnnotation

safeSearchAnnotation?: (google.cloud.vision.v1p1beta1.ISafeSearchAnnotation|null);

AnnotateImageResponse safeSearchAnnotation

Property Value
TypeDescription
(google.cloud.vision.v1p1beta1.ISafeSearchAnnotation|null)

textAnnotations

textAnnotations?: (google.cloud.vision.v1p1beta1.IEntityAnnotation[]|null);

AnnotateImageResponse textAnnotations

Property Value
TypeDescription
(google.cloud.vision.v1p1beta1.IEntityAnnotation[]|null)

webDetection

webDetection?: (google.cloud.vision.v1p1beta1.IWebDetection|null);

AnnotateImageResponse webDetection

Property Value
TypeDescription
(google.cloud.vision.v1p1beta1.IWebDetection|null)