google_api_video_intelligence v0.3.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1LabelSegment View Source

Video segment level annotation results for label detection.

Attributes

  • confidence (float()): Confidence that the label is accurate. Range: [0, 1]. Defaults to: null.
  • segment (GoogleCloudVideointelligenceV1VideoSegment): Video segment where a label was detected. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() ::
  %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1LabelSegment{
    confidence: any(),
    segment:
      GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1VideoSegment.t()
  }

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.