public sealed class AppPlatformCloudFunctionResponse : IMessage<AppPlatformCloudFunctionResponse>, IEquatable<AppPlatformCloudFunctionResponse>, IDeepCloneable<AppPlatformCloudFunctionResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class AppPlatformCloudFunctionResponse.
Message of the response from customer's Cloud Function to AppPlatform.
Implements
IMessageAppPlatformCloudFunctionResponse, IEquatableAppPlatformCloudFunctionResponse, IDeepCloneableAppPlatformCloudFunctionResponse, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|