View Source GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionRaiInfoDetectedLabelsEntity (google_api_ai_platform v0.13.0)
The properties for a detected entity from the rai signal.
Attributes
-
boundingBox
(type:GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionRaiInfoDetectedLabelsBoundingBox.t
, default:nil
) - Bounding box of the label -
description
(type:String.t
, default:nil
) - Description of the label -
iouScore
(type:number()
, default:nil
) - The intersection ratio between the detection bounding box and the mask. -
mid
(type:String.t
, default:nil
) - MID of the label -
score
(type:number()
, default:nil
) - Confidence score of the label
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionRaiInfoDetectedLabelsEntity{ boundingBox: GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionRaiInfoDetectedLabelsBoundingBox.t() | nil, description: String.t() | nil, iouScore: number() | nil, mid: String.t() | nil, score: number() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.