View Source GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionRaiInfoDetectedLabels (google_api_ai_platform v0.13.0)
Filters returning list of deteceted labels, scores, and bounding boxes.
Attributes
-
entities
(type:list(GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionRaiInfoDetectedLabelsEntity.t)
, default:nil
) - The list of detected entities for the rai signal. -
raiCategory
(type:String.t
, default:nil
) - The RAI category for the deteceted labels.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionRaiInfoDetectedLabels{ entities: [ GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionRaiInfoDetectedLabelsEntity.t() ] | nil, raiCategory: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.