LargePersonGroup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The container of the uploaded person data, including face recognition feature, and up to 1,000,000 people.
public class LargePersonGroup : System.ClientModel.Primitives.IJsonModel<Azure.AI.Vision.Face.LargePersonGroup>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Vision.Face.LargePersonGroup>
type LargePersonGroup = class
interface IJsonModel<LargePersonGroup>
interface IPersistableModel<LargePersonGroup>
Public Class LargePersonGroup
Implements IJsonModel(Of LargePersonGroup), IPersistableModel(Of LargePersonGroup)
- Inheritance
-
LargePersonGroup
- Implements
Properties
LargePersonGroupId |
ID of the container. |
Name |
User defined name, maximum length is 128. |
RecognitionModel |
Name of recognition model. Recognition model is used when the face features are extracted and associated with detected faceIds. |
UserData |
Optional user defined data. Length should not exceed 16K. |
Explicit Interface Implementations
IJsonModel<LargePersonGroup>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<LargePersonGroup>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<LargePersonGroup>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<LargePersonGroup>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<LargePersonGroup>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET