RemoveFaces

struct RemoveFaces
extension Google.FaceLibraryTrait.RemoveFaces : 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.RemoveFaces.Request : CommandRequest, Sendable
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    enum CommandRequestFields
    extension Google.FaceLibraryTrait.RemoveFaces.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)?