public sealed class UploadAssetMetadata : IMessage<UploadAssetMetadata>, IEquatable<UploadAssetMetadata>, IDeepCloneable<UploadAssetMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class UploadAssetMetadata.
Metadata for UploadAsset.
Implements
IMessageUploadAssetMetadata, IEquatableUploadAssetMetadata, IDeepCloneableUploadAssetMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
UploadAssetMetadata()
public UploadAssetMetadata()UploadAssetMetadata(UploadAssetMetadata)
public UploadAssetMetadata(UploadAssetMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
UploadAssetMetadata |
Properties
StartTime
public Timestamp StartTime { get; set; }The start time of the operation.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
UpdateTime
public Timestamp UpdateTime { get; set; }The update time of the operation.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|