Vision AI v1 API - Class AppPlatformCloudFunctionRequest.Types.StructedInputAnnotation (1.0.0-beta01)

public sealed class AppPlatformCloudFunctionRequest.Types.StructedInputAnnotation : IMessage<AppPlatformCloudFunctionRequest.Types.StructedInputAnnotation>, IEquatable<AppPlatformCloudFunctionRequest.Types.StructedInputAnnotation>, IDeepCloneable<AppPlatformCloudFunctionRequest.Types.StructedInputAnnotation>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > AppPlatformCloudFunctionRequest.Types.StructedInputAnnotation

Namespace

Google.Cloud.VisionAI.V1

Assembly

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