Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DogsVsCatsService ¶
type DogsVsCatsService struct {
// contains filtered or unexported fields
}
func NewDogsVsCatsService ¶
func NewDogsVsCatsService(opt option.DogsVsCatsServiceOpt) (*DogsVsCatsService, error)
func (*DogsVsCatsService) Classify ¶
func (s *DogsVsCatsService) Classify(ctx context.Context, input *dogsvscats.ClassifyInput, output *dogsvscats.ClassifyOutput) error
func (*DogsVsCatsService) GetUploadParam ¶
func (s *DogsVsCatsService) GetUploadParam(ctx context.Context, input *dogsvscats.GetUploadParamInput, output *dogsvscats.GetUploadParamOutput) error
type Service ¶
type Service struct { DogsVsCatsService *DogsVsCatsService // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.