Vision AI v1 API - Class AppPlatformCloudFunctionResponse (1.0.0-beta01)

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

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

Message of the response from customer's Cloud Function to AppPlatform.

Inheritance

object > AppPlatformCloudFunctionResponse

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

AppPlatformCloudFunctionResponse()

public AppPlatformCloudFunctionResponse()

AppPlatformCloudFunctionResponse(AppPlatformCloudFunctionResponse)

public AppPlatformCloudFunctionResponse(AppPlatformCloudFunctionResponse other)
Parameter
Name Description
other AppPlatformCloudFunctionResponse

Properties

AnnotationPassthrough

public bool AnnotationPassthrough { get; set; }

If set to true, AppPlatform will use original annotations instead of dropping them, even if it is empty in the annotations filed.

Property Value
Type Description
bool

Annotations

public RepeatedField<AppPlatformCloudFunctionResponse.Types.StructedOutputAnnotation> Annotations { get; }

The modified annotations that is returned back to AppPlatform. If the annotations fields are empty, then those annotations will be dropped by AppPlatform.

Property Value
Type Description
RepeatedFieldAppPlatformCloudFunctionResponseTypesStructedOutputAnnotation

Events

public RepeatedField<AppPlatformEventBody> Events { get; }

The event notifications that is returned back to AppPlatform. Typically it will then be configured to be consumed/forwared to a operator that handles events, such as Pub/Sub operator.

Property Value
Type Description
RepeatedFieldAppPlatformEventBody