Show / Hide Table of Contents

Class GoogleCloudVideointelligenceV1p1beta1VideoContext

Video context and/or feature-specific parameters.

Inheritance
object
GoogleCloudVideointelligenceV1p1beta1VideoContext
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudVideoIntelligence.v1p1beta1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1p1beta1.dll
Syntax
public class GoogleCloudVideointelligenceV1p1beta1VideoContext : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExplicitContentDetectionConfig

Config for EXPLICIT_CONTENT_DETECTION.

Declaration
[JsonProperty("explicitContentDetectionConfig")]
public virtual GoogleCloudVideointelligenceV1p1beta1ExplicitContentDetectionConfig ExplicitContentDetectionConfig { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1p1beta1ExplicitContentDetectionConfig

FaceDetectionConfig

Config for FACE_DETECTION.

Declaration
[JsonProperty("faceDetectionConfig")]
public virtual GoogleCloudVideointelligenceV1p1beta1FaceDetectionConfig FaceDetectionConfig { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1p1beta1FaceDetectionConfig

LabelDetectionConfig

Config for LABEL_DETECTION.

Declaration
[JsonProperty("labelDetectionConfig")]
public virtual GoogleCloudVideointelligenceV1p1beta1LabelDetectionConfig LabelDetectionConfig { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1p1beta1LabelDetectionConfig

ObjectTrackingConfig

Config for OBJECT_TRACKING.

Declaration
[JsonProperty("objectTrackingConfig")]
public virtual GoogleCloudVideointelligenceV1p1beta1ObjectTrackingConfig ObjectTrackingConfig { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1p1beta1ObjectTrackingConfig

PersonDetectionConfig

Config for PERSON_DETECTION.

Declaration
[JsonProperty("personDetectionConfig")]
public virtual GoogleCloudVideointelligenceV1p1beta1PersonDetectionConfig PersonDetectionConfig { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1p1beta1PersonDetectionConfig

Segments

Video segments to annotate. The segments may overlap and are not required to be contiguous or span the whole video. If unspecified, each video is treated as a single segment.

Declaration
[JsonProperty("segments")]
public virtual IList<GoogleCloudVideointelligenceV1p1beta1VideoSegment> Segments { get; set; }
Property Value
Type Description
IList<GoogleCloudVideointelligenceV1p1beta1VideoSegment>

ShotChangeDetectionConfig

Config for SHOT_CHANGE_DETECTION.

Declaration
[JsonProperty("shotChangeDetectionConfig")]
public virtual GoogleCloudVideointelligenceV1p1beta1ShotChangeDetectionConfig ShotChangeDetectionConfig { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1p1beta1ShotChangeDetectionConfig

SpeechTranscriptionConfig

Config for SPEECH_TRANSCRIPTION.

Declaration
[JsonProperty("speechTranscriptionConfig")]
public virtual GoogleCloudVideointelligenceV1p1beta1SpeechTranscriptionConfig SpeechTranscriptionConfig { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1p1beta1SpeechTranscriptionConfig

TextDetectionConfig

Config for TEXT_DETECTION.

Declaration
[JsonProperty("textDetectionConfig")]
public virtual GoogleCloudVideointelligenceV1p1beta1TextDetectionConfig TextDetectionConfig { get; set; }
Property Value
Type Description
GoogleCloudVideointelligenceV1p1beta1TextDetectionConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX