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

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

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

For any cloud function based customer processing logic, customer's cloud function is expected to receive AppPlatformCloudFunctionRequest as request and send back AppPlatformCloudFunctionResponse as response. Message of request from AppPlatform to Cloud Function.

Inheritance

object > AppPlatformCloudFunctionRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

AppPlatformCloudFunctionRequest()

public AppPlatformCloudFunctionRequest()

AppPlatformCloudFunctionRequest(AppPlatformCloudFunctionRequest)

public AppPlatformCloudFunctionRequest(AppPlatformCloudFunctionRequest other)
Parameter
Name Description
other AppPlatformCloudFunctionRequest

Properties

Annotations

public RepeatedField<AppPlatformCloudFunctionRequest.Types.StructedInputAnnotation> Annotations { get; }

The actual annotations to be processed by the customized Cloud Function.

Property Value
Type Description
RepeatedFieldAppPlatformCloudFunctionRequestTypesStructedInputAnnotation

AppPlatformMetadata

public AppPlatformMetadata AppPlatformMetadata { get; set; }

The metadata of the AppPlatform for customer to identify the source of the payload.

Property Value
Type Description
AppPlatformMetadata