Class GoogleCloudAiplatformV1SchemaPredictPredictionVideoClassificationPredictionResult
Prediction output format for Video Classification.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaPredictPredictionVideoClassificationPredictionResult : IDirectResponseSchema
Properties
Confidence
The Model's confidence in correction of this prediction, higher value means higher confidence.
Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
Type | Description |
---|---|
float? |
DisplayName
The display name of the AnnotationSpec that had been identified.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The resource ID of the AnnotationSpec that had been identified.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeSegmentEnd
The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentEnd' from the input instance, for other types it is the end of a shot or a 1 second interval respectively.
Declaration
[JsonProperty("timeSegmentEnd")]
public virtual object TimeSegmentEnd { get; set; }
Property Value
Type | Description |
---|---|
object |
TimeSegmentStart
The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentStart' from the input instance, for other types it is the start of a shot or a 1 second interval respectively.
Declaration
[JsonProperty("timeSegmentStart")]
public virtual object TimeSegmentStart { get; set; }
Property Value
Type | Description |
---|---|
object |
Type
The type of the prediction. The requested types can be configured via parameters. This will be one of - segment-classification - shot-classification - one-sec-interval-classification
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |