GoogleCloudVideointelligenceV1VideoContext constructor
GoogleCloudVideointelligenceV1VideoContext({
- GoogleCloudVideointelligenceV1ExplicitContentDetectionConfig? explicitContentDetectionConfig,
- GoogleCloudVideointelligenceV1FaceDetectionConfig? faceDetectionConfig,
- GoogleCloudVideointelligenceV1LabelDetectionConfig? labelDetectionConfig,
- GoogleCloudVideointelligenceV1ObjectTrackingConfig? objectTrackingConfig,
- GoogleCloudVideointelligenceV1PersonDetectionConfig? personDetectionConfig,
- List<
GoogleCloudVideointelligenceV1VideoSegment> ? segments, - GoogleCloudVideointelligenceV1ShotChangeDetectionConfig? shotChangeDetectionConfig,
- GoogleCloudVideointelligenceV1SpeechTranscriptionConfig? speechTranscriptionConfig,
- GoogleCloudVideointelligenceV1TextDetectionConfig? textDetectionConfig,
Implementation
GoogleCloudVideointelligenceV1VideoContext({
this.explicitContentDetectionConfig,
this.faceDetectionConfig,
this.labelDetectionConfig,
this.objectTrackingConfig,
this.personDetectionConfig,
this.segments,
this.shotChangeDetectionConfig,
this.speechTranscriptionConfig,
this.textDetectionConfig,
});