public sealed class IngestAssetRequest.Types.Config : IMessage<IngestAssetRequest.Types.Config>, IEquatable<IngestAssetRequest.Types.Config>, IDeepCloneable<IngestAssetRequest.Types.Config>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class IngestAssetRequest.Types.Config.
Configuration for the data.
Implements
IMessageIngestAssetRequestTypesConfig, IEquatableIngestAssetRequestTypesConfig, IDeepCloneableIngestAssetRequestTypesConfig, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
Config()
public Config()Config(Config)
public Config(IngestAssetRequest.Types.Config other)| Parameter | |
|---|---|
| Name | Description |
other |
IngestAssetRequestTypesConfig |
Properties
Asset
public string Asset { get; set; }Required. The resource name of the asset that the ingested data belongs to.
| Property Value | |
|---|---|
| Type | Description |
string |
|
AssetAsAssetName
public AssetName AssetAsAssetName { get; set; }| Property Value | |
|---|---|
| Type | Description |
AssetName |
|
DataTypeCase
public IngestAssetRequest.Types.Config.DataTypeOneofCase DataTypeCase { get; }| Property Value | |
|---|---|
| Type | Description |
IngestAssetRequestTypesConfigDataTypeOneofCase |
|
VideoType
public IngestAssetRequest.Types.Config.Types.VideoType VideoType { get; set; }Type information for video data.
| Property Value | |
|---|---|
| Type | Description |
IngestAssetRequestTypesConfigTypesVideoType |
|