Class GoogleCloudVideointelligenceV1p2beta1VideoContext
Video context and/or feature-specific parameters.
Implements
Inherited Members
Namespace: Google.Apis.CloudVideoIntelligence.v1p2beta1.Data
Assembly: Google.Apis.CloudVideoIntelligence.v1p2beta1.dll
Syntax
public class GoogleCloudVideointelligenceV1p2beta1VideoContext : 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 GoogleCloudVideointelligenceV1p2beta1ExplicitContentDetectionConfig ExplicitContentDetectionConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVideointelligenceV1p2beta1ExplicitContentDetectionConfig |
FaceDetectionConfig
Config for FACE_DETECTION.
Declaration
[JsonProperty("faceDetectionConfig")]
public virtual GoogleCloudVideointelligenceV1p2beta1FaceDetectionConfig FaceDetectionConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVideointelligenceV1p2beta1FaceDetectionConfig |
LabelDetectionConfig
Config for LABEL_DETECTION.
Declaration
[JsonProperty("labelDetectionConfig")]
public virtual GoogleCloudVideointelligenceV1p2beta1LabelDetectionConfig LabelDetectionConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVideointelligenceV1p2beta1LabelDetectionConfig |
ObjectTrackingConfig
Config for OBJECT_TRACKING.
Declaration
[JsonProperty("objectTrackingConfig")]
public virtual GoogleCloudVideointelligenceV1p2beta1ObjectTrackingConfig ObjectTrackingConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVideointelligenceV1p2beta1ObjectTrackingConfig |
PersonDetectionConfig
Config for PERSON_DETECTION.
Declaration
[JsonProperty("personDetectionConfig")]
public virtual GoogleCloudVideointelligenceV1p2beta1PersonDetectionConfig PersonDetectionConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVideointelligenceV1p2beta1PersonDetectionConfig |
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<GoogleCloudVideointelligenceV1p2beta1VideoSegment> Segments { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudVideointelligenceV1p2beta1VideoSegment> |
ShotChangeDetectionConfig
Config for SHOT_CHANGE_DETECTION.
Declaration
[JsonProperty("shotChangeDetectionConfig")]
public virtual GoogleCloudVideointelligenceV1p2beta1ShotChangeDetectionConfig ShotChangeDetectionConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVideointelligenceV1p2beta1ShotChangeDetectionConfig |
SpeechTranscriptionConfig
Config for SPEECH_TRANSCRIPTION.
Declaration
[JsonProperty("speechTranscriptionConfig")]
public virtual GoogleCloudVideointelligenceV1p2beta1SpeechTranscriptionConfig SpeechTranscriptionConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVideointelligenceV1p2beta1SpeechTranscriptionConfig |
TextDetectionConfig
Config for TEXT_DETECTION.
Declaration
[JsonProperty("textDetectionConfig")]
public virtual GoogleCloudVideointelligenceV1p2beta1TextDetectionConfig TextDetectionConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudVideointelligenceV1p2beta1TextDetectionConfig |