google_api_video_intelligence v0.3.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults View Source
Annotation results for a single video.
Attributes
- error (GoogleRpcStatus): If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail. Defaults to:
null
. - explicitAnnotation (GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation): Explicit content annotation. Defaults to:
null
. - frameLabelAnnotations ([GoogleCloudVideointelligenceV1p1beta1LabelAnnotation]): Label annotations on frame level. There is exactly one element for each unique label. Defaults to:
null
. - inputUri (String.t): Video file location in Google Cloud Storage. Defaults to:
null
. - segmentLabelAnnotations ([GoogleCloudVideointelligenceV1p1beta1LabelAnnotation]): Label annotations on video level or user specified segment level. There is exactly one element for each unique label. Defaults to:
null
. - shotAnnotations ([GoogleCloudVideointelligenceV1p1beta1VideoSegment]): Shot annotations. Each shot is represented as a video segment. Defaults to:
null
. - shotLabelAnnotations ([GoogleCloudVideointelligenceV1p1beta1LabelAnnotation]): Label annotations on shot level. There is exactly one element for each unique label. Defaults to:
null
. - speechTranscriptions ([GoogleCloudVideointelligenceV1p1beta1SpeechTranscription]): Speech transcription. 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()
View Source
t() ::
%GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults{
error: GoogleApi.VideoIntelligence.V1.Model.GoogleRpcStatus.t(),
explicitAnnotation:
GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation.t(),
frameLabelAnnotations: [
GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1LabelAnnotation.t()
],
inputUri: any(),
segmentLabelAnnotations: [
GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1LabelAnnotation.t()
],
shotAnnotations: [
GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1VideoSegment.t()
],
shotLabelAnnotations: [
GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1LabelAnnotation.t()
],
speechTranscriptions: [
GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1SpeechTranscription.t()
]
}
t() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults{ error: GoogleApi.VideoIntelligence.V1.Model.GoogleRpcStatus.t(), explicitAnnotation: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation.t(), frameLabelAnnotations: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1LabelAnnotation.t() ], inputUri: any(), segmentLabelAnnotations: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1LabelAnnotation.t() ], shotAnnotations: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1VideoSegment.t() ], shotLabelAnnotations: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1LabelAnnotation.t() ], speechTranscriptions: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1SpeechTranscription.t() ] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.