Class GoogleCloudVisionV1p3beta1AnnotateImageResponse
Response to an image annotation request.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1p1beta1.Data
Assembly: Google.Apis.Vision.v1p1beta1.dll
Syntax
public class GoogleCloudVisionV1p3beta1AnnotateImageResponse : IDirectResponseSchema
Properties
Context
If present, contextual information is needed to understand where this image comes from.
Declaration
[JsonProperty("context")]
public virtual GoogleCloudVisionV1p3beta1ImageAnnotationContext Context { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVisionV1p3beta1ImageAnnotationContext |
CropHintsAnnotation
If present, crop hints have completed successfully.
Declaration
[JsonProperty("cropHintsAnnotation")]
public virtual GoogleCloudVisionV1p3beta1CropHintsAnnotation CropHintsAnnotation { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVisionV1p3beta1CropHintsAnnotation |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
If set, represents the error message for the operation. Note that filled-in image annotations are guaranteed
to be correct, even when error
is set.
Declaration
[JsonProperty("error")]
public virtual Status Error { get; set; }
Property Value
Type | Description |
---|---|
Status |
FaceAnnotations
If present, face detection has completed successfully.
Declaration
[JsonProperty("faceAnnotations")]
public virtual IList<GoogleCloudVisionV1p3beta1FaceAnnotation> FaceAnnotations { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVisionV1p3beta1FaceAnnotation> |
FullTextAnnotation
If present, text (OCR) detection or document (OCR) text detection has completed successfully. This annotation provides the structural hierarchy for the OCR detected text.
Declaration
[JsonProperty("fullTextAnnotation")]
public virtual GoogleCloudVisionV1p3beta1TextAnnotation FullTextAnnotation { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVisionV1p3beta1TextAnnotation |
ImagePropertiesAnnotation
If present, image properties were extracted successfully.
Declaration
[JsonProperty("imagePropertiesAnnotation")]
public virtual GoogleCloudVisionV1p3beta1ImageProperties ImagePropertiesAnnotation { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVisionV1p3beta1ImageProperties |
LabelAnnotations
If present, label detection has completed successfully.
Declaration
[JsonProperty("labelAnnotations")]
public virtual IList<GoogleCloudVisionV1p3beta1EntityAnnotation> LabelAnnotations { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVisionV1p3beta1EntityAnnotation> |
LandmarkAnnotations
If present, landmark detection has completed successfully.
Declaration
[JsonProperty("landmarkAnnotations")]
public virtual IList<GoogleCloudVisionV1p3beta1EntityAnnotation> LandmarkAnnotations { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVisionV1p3beta1EntityAnnotation> |
LocalizedObjectAnnotations
If present, localized object detection has completed successfully. This will be sorted descending by confidence score.
Declaration
[JsonProperty("localizedObjectAnnotations")]
public virtual IList<GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation> LocalizedObjectAnnotations { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation> |
LogoAnnotations
If present, logo detection has completed successfully.
Declaration
[JsonProperty("logoAnnotations")]
public virtual IList<GoogleCloudVisionV1p3beta1EntityAnnotation> LogoAnnotations { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVisionV1p3beta1EntityAnnotation> |
ProductSearchResults
If present, product search has completed successfully.
Declaration
[JsonProperty("productSearchResults")]
public virtual GoogleCloudVisionV1p3beta1ProductSearchResults ProductSearchResults { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVisionV1p3beta1ProductSearchResults |
SafeSearchAnnotation
If present, safe-search annotation has completed successfully.
Declaration
[JsonProperty("safeSearchAnnotation")]
public virtual GoogleCloudVisionV1p3beta1SafeSearchAnnotation SafeSearchAnnotation { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVisionV1p3beta1SafeSearchAnnotation |
TextAnnotations
If present, text (OCR) detection has completed successfully.
Declaration
[JsonProperty("textAnnotations")]
public virtual IList<GoogleCloudVisionV1p3beta1EntityAnnotation> TextAnnotations { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVisionV1p3beta1EntityAnnotation> |
WebDetection
If present, web detection has completed successfully.
Declaration
[JsonProperty("webDetection")]
public virtual GoogleCloudVisionV1p3beta1WebDetection WebDetection { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVisionV1p3beta1WebDetection |