For the complete documentation index, see llms.txt. This page is also available as Markdown.

operationId

Platform operation identifier.

Details

Attribute: operation-id

Type: string

Default value: undefined

Morphology

provider.operationId = 'op_01HY2K8XQW4N';

Description

Operation identifier in the platform. If not provided, the provider can generate it when starting Tracking.


Example

<facephi-sdk-provider
    apikey={process.env.FACEPHI_SDK_APIKEY}
    operationId={'op_01HY2K8XQW4N'}
/>

Last updated