public sealed class ImageBoundingBoxAnnotation : IMessage<ImageBoundingBoxAnnotation>, IEquatable<ImageBoundingBoxAnnotation>, IDeepCloneable<ImageBoundingBoxAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ImageBoundingBoxAnnotation.
Annotation details specific to image object detection.
Implements
IMessageImageBoundingBoxAnnotation, IEquatableImageBoundingBoxAnnotation, IDeepCloneableImageBoundingBoxAnnotation, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.SchemaAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ImageBoundingBoxAnnotation()
public ImageBoundingBoxAnnotation()
ImageBoundingBoxAnnotation(ImageBoundingBoxAnnotation)
public ImageBoundingBoxAnnotation(ImageBoundingBoxAnnotation other)
Parameter | |
---|---|
Name | Description |
other |
ImageBoundingBoxAnnotation |
Properties
AnnotationSpecId
public string AnnotationSpecId { get; set; }
The resource Id of the AnnotationSpec that this Annotation pertains to.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
The display name of the AnnotationSpec that this Annotation pertains to.
Property Value | |
---|---|
Type | Description |
string |
XMax
public double XMax { get; set; }
The rightmost coordinate of the bounding box.
Property Value | |
---|---|
Type | Description |
double |
XMin
public double XMin { get; set; }
The leftmost coordinate of the bounding box.
Property Value | |
---|---|
Type | Description |
double |
YMax
public double YMax { get; set; }
The bottommost coordinate of the bounding box.
Property Value | |
---|---|
Type | Description |
double |
YMin
public double YMin { get; set; }
The topmost coordinate of the bounding box.
Property Value | |
---|---|
Type | Description |
double |