Show / Hide Table of Contents

Class GoogleCloudVisionV1p2beta1AnnotateImageResponse

Response to an image annotation request.

Inheritance
object
GoogleCloudVisionV1p2beta1AnnotateImageResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class GoogleCloudVisionV1p2beta1AnnotateImageResponse : IDirectResponseSchema

Properties

Context

If present, contextual information is needed to understand where this image comes from.

Declaration
[JsonProperty("context")]
public virtual GoogleCloudVisionV1p2beta1ImageAnnotationContext Context { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p2beta1ImageAnnotationContext

CropHintsAnnotation

If present, crop hints have completed successfully.

Declaration
[JsonProperty("cropHintsAnnotation")]
public virtual GoogleCloudVisionV1p2beta1CropHintsAnnotation CropHintsAnnotation { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p2beta1CropHintsAnnotation

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<GoogleCloudVisionV1p2beta1FaceAnnotation> FaceAnnotations { get; set; }
Property Value
Type Description
IList<GoogleCloudVisionV1p2beta1FaceAnnotation>

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 GoogleCloudVisionV1p2beta1TextAnnotation FullTextAnnotation { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p2beta1TextAnnotation

ImagePropertiesAnnotation

If present, image properties were extracted successfully.

Declaration
[JsonProperty("imagePropertiesAnnotation")]
public virtual GoogleCloudVisionV1p2beta1ImageProperties ImagePropertiesAnnotation { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p2beta1ImageProperties

LabelAnnotations

If present, label detection has completed successfully.

Declaration
[JsonProperty("labelAnnotations")]
public virtual IList<GoogleCloudVisionV1p2beta1EntityAnnotation> LabelAnnotations { get; set; }
Property Value
Type Description
IList<GoogleCloudVisionV1p2beta1EntityAnnotation>

LandmarkAnnotations

If present, landmark detection has completed successfully.

Declaration
[JsonProperty("landmarkAnnotations")]
public virtual IList<GoogleCloudVisionV1p2beta1EntityAnnotation> LandmarkAnnotations { get; set; }
Property Value
Type Description
IList<GoogleCloudVisionV1p2beta1EntityAnnotation>

LocalizedObjectAnnotations

If present, localized object detection has completed successfully. This will be sorted descending by confidence score.

Declaration
[JsonProperty("localizedObjectAnnotations")]
public virtual IList<GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation> LocalizedObjectAnnotations { get; set; }
Property Value
Type Description
IList<GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation>

LogoAnnotations

If present, logo detection has completed successfully.

Declaration
[JsonProperty("logoAnnotations")]
public virtual IList<GoogleCloudVisionV1p2beta1EntityAnnotation> LogoAnnotations { get; set; }
Property Value
Type Description
IList<GoogleCloudVisionV1p2beta1EntityAnnotation>

ProductSearchResults

If present, product search has completed successfully.

Declaration
[JsonProperty("productSearchResults")]
public virtual GoogleCloudVisionV1p2beta1ProductSearchResults ProductSearchResults { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p2beta1ProductSearchResults

SafeSearchAnnotation

If present, safe-search annotation has completed successfully.

Declaration
[JsonProperty("safeSearchAnnotation")]
public virtual GoogleCloudVisionV1p2beta1SafeSearchAnnotation SafeSearchAnnotation { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p2beta1SafeSearchAnnotation

TextAnnotations

If present, text (OCR) detection has completed successfully.

Declaration
[JsonProperty("textAnnotations")]
public virtual IList<GoogleCloudVisionV1p2beta1EntityAnnotation> TextAnnotations { get; set; }
Property Value
Type Description
IList<GoogleCloudVisionV1p2beta1EntityAnnotation>

WebDetection

If present, web detection has completed successfully.

Declaration
[JsonProperty("webDetection")]
public virtual GoogleCloudVisionV1p2beta1WebDetection WebDetection { get; set; }
Property Value
Type Description
GoogleCloudVisionV1p2beta1WebDetection

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX