Firebase ML Model input objects
Signature:
export interface ModelOptionsBase
Properties
Property | Type | Description |
---|---|---|
displayName | string | |
tags | string[] |
ModelOptionsBase.displayName
Signature:
displayName?: string;
ModelOptionsBase.tags
Signature:
tags?: string[];