Vision AI v1 API - Class AppPlatformCloudFunctionResponse.Types.StructedOutputAnnotation (1.0.0-beta01)

public sealed class AppPlatformCloudFunctionResponse.Types.StructedOutputAnnotation : IMessage<AppPlatformCloudFunctionResponse.Types.StructedOutputAnnotation>, IEquatable<AppPlatformCloudFunctionResponse.Types.StructedOutputAnnotation>, IDeepCloneable<AppPlatformCloudFunctionResponse.Types.StructedOutputAnnotation>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class AppPlatformCloudFunctionResponse.Types.StructedOutputAnnotation.

A general annotation message that uses struct format to represent different concrete annotation protobufs.

Inheritance

object > AppPlatformCloudFunctionResponse.Types.StructedOutputAnnotation

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

StructedOutputAnnotation()

public StructedOutputAnnotation()

StructedOutputAnnotation(StructedOutputAnnotation)

public StructedOutputAnnotation(AppPlatformCloudFunctionResponse.Types.StructedOutputAnnotation other)
Parameter
Name Description
other AppPlatformCloudFunctionResponseTypesStructedOutputAnnotation

Properties

Annotation

public Struct Annotation { get; set; }

The struct format of the actual annotation.

Property Value
Type Description
Struct