public sealed class AppPlatformCloudFunctionResponse.Types.StructedOutputAnnotation : IMessage<AppPlatformCloudFunctionResponse.Types.StructedOutputAnnotation>, IEquatable<AppPlatformCloudFunctionResponse.Types.StructedOutputAnnotation>, IDeepCloneable<AppPlatformCloudFunctionResponse.Types.StructedOutputAnnotation>, IBufferMessage, IMessageReference 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.
Implements
IMessageAppPlatformCloudFunctionResponseTypesStructedOutputAnnotation, IEquatableAppPlatformCloudFunctionResponseTypesStructedOutputAnnotation, IDeepCloneableAppPlatformCloudFunctionResponseTypesStructedOutputAnnotation, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|