AsyncAnnotateFileRequest

오프라인 파일 주석 요청입니다.

JSON 표현
{
  "inputConfig": {
    object (InputConfig)
  },
  "features": [
    {
      object (Feature)
    }
  ],
  "imageContext": {
    object (ImageContext)
  },
  "outputConfig": {
    object (OutputConfig)
  }
}
필드
inputConfig

object (InputConfig)

필수. 입력 파일에 대한 정보입니다.

features[]

object (Feature)

필수. 요청한 기능입니다.

imageContext

object (ImageContext)

파일의 이미지와 함께 제공될 수 있는 추가 컨텍스트입니다.

outputConfig

object (OutputConfig)

필수. 원하는 출력 위치와 메타데이터(예: 형식)입니다.