Vision AI v1 API - Class IngestAssetRequest.Types.Config (1.0.0-beta01)

public sealed class IngestAssetRequest.Types.Config : IMessage<IngestAssetRequest.Types.Config>, IEquatable<IngestAssetRequest.Types.Config>, IDeepCloneable<IngestAssetRequest.Types.Config>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class IngestAssetRequest.Types.Config.

Configuration for the data.

Inheritance

object > IngestAssetRequest.Types.Config

Namespace

Google.Cloud.VisionAI.V1

Assembly

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; }

AssetName-typed view over the Asset resource name property.

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