UpdateFace

struct UpdateFace
extension Google.FaceLibraryTrait.UpdateFace : Command, Sendable

Undocumented

  • Identifier for this command.

    The Command ID is appended onto the Trait ID of the trait this command belongs to.

    Declaration

    Swift

    static let identifier: ScopedCommandID
  • Undocumented

    Declaration

    Swift

    struct Request
    extension Google.FaceLibraryTrait.UpdateFace.Request : CommandRequest, Sendable
  • Undocumented

    Declaration

    Swift

    struct Response
    extension Google.FaceLibraryTrait.UpdateFace.Response : CommandResponse, Sendable
  • Undocumented

    Declaration

    Swift

    enum CommandRequestFields
    extension Google.FaceLibraryTrait.UpdateFace.CommandRequestFields : Equatable, Field, Hashable, RawRepresentable, Sendable
  • Returns the field corresponding to the given command request field ID.

    Declaration

    Swift

    static func requestField(id: UInt32) -> (any Field)?