View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaImageSegmentationAnnotationPolygonAnnotation (google_api_ai_platform v0.13.0)
Represents a polygon in image.
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. -
vertexes
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaVertex.t)
, default:nil
) - The vertexes are connected one by one and the last vertex is connected to the first one to represent a polygon.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaImageSegmentationAnnotationPolygonAnnotation{ annotationSpecId: String.t() | nil, displayName: String.t() | nil, vertexes: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaVertex.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.