View Source GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScoresSpanCandidate (google_api_content_warehouse v0.4.0)
Attributes
-
asrConfidenceStats
(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t
, default:nil
) - A summary of the token asr_confidence scores that make up the candidate. -
scoreStats
(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t
, default:nil
) - A summary of the token scores that make up the candidate. -
sourcePassage
(type:String.t
, default:nil
) - The passage text from which this span candidate belongs to. In case of description spans, this field stores the sentence containing the span candidate where the sentence is a subset of the passage used for generating the span candidate. -
text
(type:String.t
, default:nil
) - The span candidate text. -
timeMs
(type:String.t
, default:nil
) - The start time for the span candidate.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScoresSpanCandidate{ asrConfidenceStats: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t() | nil, scoreStats: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t() | nil, sourcePassage: String.t() | nil, text: String.t() | nil, timeMs: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.