public sealed class AppPlatformCloudFunctionRequest.Types.StructedInputAnnotation : IMessage<AppPlatformCloudFunctionRequest.Types.StructedInputAnnotation>, IEquatable<AppPlatformCloudFunctionRequest.Types.StructedInputAnnotation>, IDeepCloneable<AppPlatformCloudFunctionRequest.Types.StructedInputAnnotation>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class AppPlatformCloudFunctionRequest.Types.StructedInputAnnotation.
A general annotation message that uses struct format to represent different concrete annotation protobufs.
Implements
IMessageAppPlatformCloudFunctionRequestTypesStructedInputAnnotation, IEquatableAppPlatformCloudFunctionRequestTypesStructedInputAnnotation, IDeepCloneableAppPlatformCloudFunctionRequestTypesStructedInputAnnotation, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
StructedInputAnnotation()
public StructedInputAnnotation()StructedInputAnnotation(StructedInputAnnotation)
public StructedInputAnnotation(AppPlatformCloudFunctionRequest.Types.StructedInputAnnotation other)| Parameter | |
|---|---|
| Name | Description |
other |
AppPlatformCloudFunctionRequestTypesStructedInputAnnotation |
Properties
Annotation
public Struct Annotation { get; set; }The struct format of the actual annotation.
| Property Value | |
|---|---|
| Type | Description |
Struct |
|
IngestionTimeMicros
public long IngestionTimeMicros { get; set; }The ingestion time of the current annotation.
| Property Value | |
|---|---|
| Type | Description |
long |
|