google_api_video_intelligence v0.26.1 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_DetectedLandmark View Source
A generic detected landmark represented by name in string format and a 2D location.
Attributes
-
confidence
(type:number()
, default:nil
) - The confidence score of the detected landmark. Range [0, 1]. -
name
(type:String.t
, default:nil
) - The name of this landmark, for example, left_hand, right_shoulder. -
point
(type:GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_NormalizedVertex.t
, default:nil
) - The 2D point of the detected landmark using the normalized image coordindate system. The normalized coordinates have the range from 0 to 1.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_DetectedLandmark{ confidence: number(), name: String.t(), point: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_NormalizedVertex.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.