View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaImageBoundingBoxAnnotation (google_api_ai_platform v0.24.0)
Annotation details specific to image object detection.
Attributes
-
annotationSpecId(type:String.t, default:nil) - The resource Id of the AnnotationSpec that this Annotation pertains to. -
displayName(type:String.t, default:nil) - The display name of the AnnotationSpec that this Annotation pertains to. -
xMax(type:float(), default:nil) - The rightmost coordinate of the bounding box. -
xMin(type:float(), default:nil) - The leftmost coordinate of the bounding box. -
yMax(type:float(), default:nil) - The bottommost coordinate of the bounding box. -
yMin(type:float(), default:nil) - The topmost coordinate of the bounding box.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.